# Collection Creation

Collections in Ownchat allow businesses to organize and group related items together for easier management and presentation to customers. Businesses can create collections based on product types or any other criteria that align with their marketing and sales strategies. This feature enhances the browsing experience for customers and facilitates targeted marketing efforts by grouping relevant products together.

**To create and manage collections, follow these steps:**

1. **Access the Commerce Screen**: Navigate to the commerce screen.
2. **Create a Collection**: Click on **Collections** to group products together.
3. **Add Collection**: Click on **Add Collection** at the top right corner of the collection screen.
4. **Enter Details**: Provide the **collection name**, choose an **image**, add a **description**, and **select products** from the drop down which is shown from item screen to give it in the collection. Choose the **status** to be shown.
5. **Save Collection**: After filling in the details, click on **Create Collection**.
6. **Edit Collection**: To edit or update a collection, click on **View Collection Details** and then choose **Edit**. Make the necessary modifications and click on **Update Collection** to save changes.

Once collections are provided through the API in a Bot, any changes made to those collections will automatically be reflected in the collections Bot. This ensures that the Bot always displays the most up-to-date information and products from the collections, providing users with accurate and current data.


---

# 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://docs.ownchat.app/commerce/collection-creation.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.
