> For the complete documentation index, see [llms.txt](https://revstack.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://revstack.gitbook.io/docs/getting-started/create-your-first-collection.md).

# Create your first collection

In Revstack, a document collection groups together all the documents you wish to analyze for a specific systematic review, along with your [team members](/docs/getting-started/manage-your-team.md).

## Create a collection of documents

To create a new collection, go to the collections page (via the bookmaks logo in the navigation bar (1)) and select the "Create a new collection" button (2).&#x20;

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

This will open a form in which you can enter the name of the collection, the type of collection and a brief description.

{% hint style="info" %}
The description field is optional but recommended. It is meant to provide succinct information to your team members. You can use it to help them understand the purpose of the systematic review and outline the main criteria for including or excluding articles.
{% endhint %}

Once you have saved the form, you will be redirected to the newly created collection. Here you will be able to invite your team members.

## Archive a collection of documents

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

To archive a collection of documents, select "Archive collection" from the drop-down menu (1). To restore an archived collection, switch to the "Archived Collections" view using the toggle button (2) and click the "Restore" button.

{% hint style="info" %}
**Note:** Archiving a collection applies to all team members, and restoring it will make it accessible to all team members again.
{% endhint %}

## Delete a collection of document

Only the creator can delete a collection. First, the collection must be archived. Then, switch to the "Archived Collections" view using the toggle button (located at the top) and click the "Delete" button.

{% hint style="warning" %}
Note: Deleting a collection applies to all team members and will delete permanently all associated documents, full texts, and gathered information.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://revstack.gitbook.io/docs/getting-started/create-your-first-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.
