# Create a new collection

To create a new collection click on *+ NEW COLLECTION* from the upper right corner.

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

<figure><img src="/files/pCFxQzbu0cyUi0BxjtZP" alt=""><figcaption><p>Product > Collection > New Collection</p></figcaption></figure>

A new window will show up. Name your collection.&#x20;

{% hint style="info" %}
Collection code can have only letters, digits, or underscores.
{% endhint %}

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

Click *CREATE* to save or *CREATE & EDIT* to save and open in edit mode. In that mode, three tabs are available: [General](/products/collections/general.md), [Translations](/products/collections/translations.md), and [Products](/products/collections/products.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://usermanual.ergonode.com/products/collections/create-a-new-collection.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.
