# Manage a collection

## Creating a new collection&#x20;

You can create a collection directly from the `Create` button in the "Collections" menu or from the "Manage my Spot" shortcut. You can choose to create a live or a replay.

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FPomGN5lAQi4WaWpnVd4x%2Fimage.png?alt=media&#x26;token=32431c2a-5041-470b-95c3-776702ac6c3e" alt=""><figcaption></figcaption></figure>

A drawer will appear allowing you to set up this collection:&#x20;

1. Choose an **icon** (optional), a **name** (mandatory), and a **description** (optional).&#x20;
2. Define its **accessibility**, i.e. the members of the Spot are able to see the items in this collection.&#x20;
   * Select `Public` if you want all members of your Spot to be able to see this collection.&#x20;
   * Select `Private` if you want to select which Spot members will have access to this content.&#x20;
3. Click on `Create`: your collection is ready to receive content! :clap:

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FV1WKYMXlipmZDkZ9Rbpm%2FCollection_New_Privacy.png?alt=media&#x26;token=1d1558f1-74a5-48e5-ab26-fd7768ccbce6" alt="Collection access settings"><figcaption><p>Collection access settings</p></figcaption></figure>

Find out how to share access to a private collection with members or groups of members:

{% content-ref url="share-access-to-private-collection" %}
[share-access-to-private-collection](https://help.meltingspot.io/english/spot-content/collections/share-access-to-private-collection)
{% endcontent-ref %}

## Edit and delete a collection&#x20;

Once in your collection, you can edit or delete it at any time. Click on the **pencil** icon that appears in the banner of your collection:

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FoJZnf7xc3Cs8JR0oP8qw%2FCollection_Edit_description.png?alt=media&#x26;token=76bb7756-3a1b-4677-b93f-045411eb044f" alt="Edit collection settings"><figcaption><p>Edit collection settings</p></figcaption></figure>

Once the collection's edit panel is open, change its **icon**, **name** or **description** at any time, then click `Save`.

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FxPcnTYMYrg0EWzOgaBAC%2FCollection_Save.png?alt=media&#x26;token=e21e575c-52d5-460f-b788-185a752018ac" alt="Save collection settings"><figcaption><p>Save collection settings</p></figcaption></figure>

It is also from this panel that you can <mark style="color:red;">**delete your collection**</mark> :x:. If you click on the `Delete Collection` button, a confirmation window appears.

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FbL24s7REm43M7QJSF05m%2FDelete%20collection.png?alt=media&#x26;token=f4d7d6f3-8027-418d-a363-c7418f1dbe56" alt="Delete collection"><figcaption><p>Delete collection</p></figcaption></figure>

If you choose to delete it, **this choice will be definitive and irreversible**: all the content from the collection will be deleted. *Use with caution* :wink:

## Reordering documents&#x20;

Within a collection, you can reorder documents. By default, they are ordered by date modified. To reorder documents :&#x20;

* Click on the `Reorder` icon&#x20;
* A side panel opens with the list of documents in the collection.&#x20;
* You can change the order of documents by dragging and dropping to the left of the document names.&#x20;
* Click on the `Save` button to apply the new order.&#x20;

{% hint style="info" %}
The order of documents in collections does not affect the order of the `All documents` section. In this section, documents are ordered by date modified.
{% 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://help.meltingspot.io/english/spot-content/collections/manage-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.
