# Collections

<figure><img src="/files/f1WbH43G3qlwhe7Gchnl" alt=""><figcaption></figcaption></figure>

Collections works more like virtual categories. It doesn’t just have to be for obvious things like “Winter Collection” but can be used for things like “Sale” or “Promotion”. In general, collections are worth having for grouping products connected in some way beyond simple categories.

Collections are also used with the [**Product privileges**](/system/users/product-privileges.md) function.

{% hint style="info" %}
Collections are static, which means after you create them, they will not change unless you change them by yourself.
{% endhint %}

When you create your collection they will appear on the grid.

{% hint style="info" %}
Information on how to work with the grid can be found [here](/products/catalog/system-views/table-view-grid-view.md)
{% endhint %}

To edit a collection click on the *edit (pen) icon*. It will take you to a page with three tabs: [General](/products/collections/general.md),  [Translations](/products/collections/translations.md), and [Products](/products/collections/products.md). To delete a collection click on the *bin icon*.


---

# 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://usermanual.ergonode.com/products/collections.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.
