# App Slices

{% embed url="<https://www.youtube.com/watch?v=U_ERzcWZQJE&t=569s>" %}

App Slices enable content editors to easily leverage data from Ucommerce in their composable stack. App Slices are native user experiences that can help you easily integrate your composable platform backends with Ucommerce. App Slices help you build integrated e-commerce solutions where your users do not need to switch between different systems to get the job done.

Ucommerce is built for composable solutions and therefore needs to easily integrate with other systems in your composable stack. The app slice takes care of authentication and communication with the Ucommerce backend. You just need to integrate it with your CMS or website backend. To make this easy, we use [web components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components) which are reusable HTML components that can be integrated into any website.

### Solution overview

No two e-commerce solutions are the same, and Ucommerce does not limit you to a specific CMS or framework for your store. Therefore, we have chosen to create app slices as web components that you, as a developer, can integrate into whatever framework or CMS you choose for your store content management.

### Available App Slices

We are committed to continually adding more App Slices and currently have the following available:

* [Product Picker](/readme/integrations/app-slices/product-picker.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.ucommerce.net/readme/integrations/app-slices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
