# Manage Collections

## Create or Delete a Collection

You can Create or Delete Collections from the [collections page](https://app.chatbees.ai/collections). Collection names must be&#x20;

1. Unique within the account
2. Begin with  `a-z, A-Z` or underscore (`_`)
3. Contain only alphanumerics (`a-a, A-Z, 0-9`), underscore (`_`) and dash (`-`)
4. Between `1` and `255` characters long

Clicking into a collection will enter the collection management page, where you can configure data sources, share the collection and more.

{% hint style="warning" %}
If **`Create Collection`** button is disabled, it means that you do not have permission to manage collections in your organization. Please reach out to your system administrator for assistance
{% endhint %}

<figure><img src="https://3491884457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw3brbwJZtJpCaf7knY9%2Fuploads%2FbB1O1wDhr85cEdmk94LH%2FScreenshot%202024-05-09%20at%203.33.43%E2%80%AFPM.png?alt=media&#x26;token=0c761603-93b2-4f0d-9fd4-f88060b08921" alt=""><figcaption></figcaption></figure>


---

# 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.chatbees.ai/chatbees/web-app-references/manage-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.
