> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/business-objects/how-to-create-a-collection.md).

# How to create a Collection

## Use case:

I want to create a Collection of Products that contains all the jackets for Men and Women&#x20;

## Steps:

1. Hover your mouse over **Data** on the left hand side menu, select **Data Object.**

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FOAKQaLma0htJk1oVh5rN%2Fimage.png?alt=media&amp;token=f884ca07-948a-4156-9111-cce6bb50ba30" alt=""><figcaption></figcaption></figure>

Choose the **Product** object, and select the **Collections** tab

<br>

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2F5VwVbtwCwgHTluQJx9oX%2Fimage.png?alt=media&amp;token=0617b40f-c485-472f-8e5d-f7e834c37059" alt=""><figcaption></figcaption></figure>

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FnElaYBuMlovIvpOAZiMi%2Fimage.png?alt=media&amp;token=4a4ed594-3ecf-4984-9bd0-2f2ac2f74400" alt=""><figcaption></figcaption></figure>

In the Collection tab, click ![](https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2F0Z8erGj4ZKd8wW2M5idS%2Fimage.png?alt=media\&token=9f4ac9ea-4160-4e00-b42d-c9599a52f52b)

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FgdnOAQtqqTHQxRR7aQhc%2Fimage.png?alt=media&amp;token=4a35468e-8043-4394-b003-38f9aa32036e" alt=""><figcaption></figcaption></figure>

2\. Configure Collection

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FKBuyK8EPhXCX2u3EGLoH%2Fimage.png?alt=media&amp;token=de826d78-e04c-4689-839f-db38c860ab44" alt=""><figcaption></figcaption></figure>

* Collection Name: Jackets
* Description: Jacket Collection
* Include item that:&#x20;
  * Click ![](https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2F4sO7Vm9SsL0wSNi8oSPV%2Fimage.png?alt=media\&token=e33949f4-fe23-4afd-9b6b-2180c68e3115)
  * Choose **Have Attribute**
  * Enter condition
    * Attribute: Category level 2
    * Condition: match any of
    * Field: Jackets

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FrYpVrxX1INo1SjYFFjqS%2Fimage.png?alt=media&amp;token=1532c594-4fad-4ddc-a86d-27eb2f14f528" alt=""><figcaption></figcaption></figure>

* Collection Item:&#x20;
  * Sort collection, then get top of 100 item(s)
  * Sort by Name, Sort order Ascending
* Update Collection: Static Collection - no update
* Notification Setup: Notify when the computation fails by **sending an Email and pushing a notification**
* Estimated Results (optional): click **Forecast** at the right hand side of the screen

<figure><img src="https://826840553-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbtU4vFUxT5JkWYHePuoX%2Fuploads%2FX95CUzgHsc5cmkN40jtt%2Fimage.png?alt=media&amp;token=01a96ca6-ef44-436c-a53a-1b035940a632" alt=""><figcaption></figcaption></figure>

3\. Click **Save**

{% embed url="<https://drive.google.com/file/d/1hsLPmBgSKnED6oY0sE5h5ZYp-1rBRCzD/view?usp=sharing>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/business-objects/how-to-create-a-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
