> For the complete documentation index, see [llms.txt](https://help.brieftech.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brieftech.ai/how-to-guides/organise/group-documents-into-collection.md).

# Group documents into a collection

Create a collection and add documents to segment your document set — at upload or afterwards.

## Create a collection

In the left sidebar, find the **Collections** section and select the <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-9f87cce26b778055f8740d8dda501193a2da071f%2Ficon-add.svg?alt=media" alt="add" data-size="line"> (add) icon beside its heading. In the dialog that opens, enter a name for the collection and confirm (or type the name in the collection field and press **Enter**).

## Assign a collection at upload

In the **Upload Manager**, use the **Add to Collection(s)** panel on the right to assign every file in an upload batch to one or more collections.

1. Trigger your upload — the **Upload Manager** opens.
2. In the **Add to Collection(s)** panel, tick the collections you want to assign.
3. Click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-bc1505a9f57ad0de97978c9022bfe3c48e9a56d3%2Fbtn-upload-now.svg?alt=media" alt="Upload Now" data-size="line">. Every file in the batch is added to the selected collections on arrival.

## Add documents to a collection after upload

Select documents with their checkboxes, click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-1eaec3f82ef44c0803b583e3902c107b2468a79c%2Ficon-add-to-collection.svg?alt=media" alt="Edit Collections" data-size="line"> in the bulk-action toolbar, tick the collection, and click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-1948f5e6ef2118c4e58fdc6bdf895c6a4fbf16a5%2Fbtn-apply.svg?alt=media" alt="Apply" data-size="line">.

A document can belong to several collections at once. To work with just one collection, click its name in the sidebar to filter the matter to that collection. You can then act on just those documents — for example, select them and re-run analysis from the **Review** tab, or [export the subset](/how-to-guides/export/export-filtered-subset.md). See [Folders, labels, and collections](/reference/folders-labels-and-collections.md) for how collections behave and for the other ways to add documents to one.

## Clone a collection

To reuse an existing collection as a starting point, hover over one of your collections in the left sidebar and click the <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-10d4ee4f3bf960ed358639bcd6f2a4dd6fa6b887%2Ficon-clone-collection.svg?alt=media" alt="Clone collection" data-size="line"> **Clone collection** icon. BriefTech opens the collection dialog pre-filled with the name "Copy of …" so you can rename it and confirm.

The new collection starts as a copy of the original — its documents, its index and bundle/export settings, and any per-document headings — and is independent afterwards, so later changes to one do not affect the other. Cloning is offered on the collections you created, not the built-in **All** or **None** views.

## Related

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Organise documents into folders</strong></td><td>Create folders, move documents between them, and filter the matter by folder.</td><td><a href="/how-to-guides/organise/organise-documents-into-folders.md">Organise documents into folders</a></td></tr><tr><td><strong>Folders, labels, and collections</strong></td><td>How folders, labels, and collections organise documents in a matter.</td><td><a href="/reference/folders-labels-and-collections.md">Folders, labels, and collections</a></td></tr><tr><td><strong>Apply labels to documents</strong></td><td>Create labels and apply them to documents in bulk.</td><td><a href="/how-to-guides/organise/apply-labels-to-documents.md">Apply labels to documents</a></td></tr><tr><td><strong>Find and remove duplicate documents</strong></td><td>Detect duplicate documents and remove the copies you don't need.</td><td><a href="/how-to-guides/organise/find-remove-duplicates.md">Find and remove duplicate documents</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.brieftech.ai/how-to-guides/organise/group-documents-into-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
