# Create New Collection

To create a new collection, in the upper right corner click the **'+new collection'** button. Then, you will see a pop-up form to create a new collection, type your collection name, tick enable commit and click the 'save' button to finish.

If creating a new collection is successful, you will see a notification that succeeded and the collection will be displayed on the data management list.

![Create New Collection](/files/-MSkA3UCcPDx0OGayXSg)

{% hint style="info" %}
An enable commit means finalizing a change and persisting that change on collection
{% endhint %}


---

# 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.3dolphins.ai/5.1.x/administration/data-setting/create-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.
