> ## Documentation Index
> Fetch the complete documentation index at: https://docs.okeanai.ru/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Sets

> Managing document sets

## Overview

Document Sets allow you to group logically connected documents into a single bundle.
These can then be used as a filter when performing searches to control the scope of information Onyx searches over.

## Creating a Document Set

<Steps>
  <Step title="Navigate to Document Sets">
    In the Admin Panel, go to the **Document Sets** section.

    <img className="rounded-image" src="https://mintcdn.com/okeanai/3ONE7DFVR9sPcnih/assets/admins/document_sets/document_sets.png?fit=max&auto=format&n=3ONE7DFVR9sPcnih&q=85&s=4956812dbdcf6f5513f8ec6d56264d0d" alt="Document Sets" width="2970" height="1060" data-path="assets/admins/document_sets/document_sets.png" />
  </Step>

  <Step title="Create New Document Set">
    Click **New Document Set** and provide a name and description for your document collection.

    <img className="rounded-image" src="https://mintcdn.com/okeanai/3ONE7DFVR9sPcnih/assets/admins/document_sets/new_document_set.png?fit=max&auto=format&n=3ONE7DFVR9sPcnih&q=85&s=3c801b7c1f8cd05668ef2aaa2a9ca0de" alt="New Document Set" width="1950" height="1714" data-path="assets/admins/document_sets/new_document_set.png" />
  </Step>

  <Step title="Add Connectors">
    Select which Connectors should be included in this Document Set.
    You can combine multiple data sources into a single set.

    <img className="rounded-image" src="https://mintcdn.com/okeanai/3ONE7DFVR9sPcnih/assets/admins/document_sets/add_connectors.png?fit=max&auto=format&n=3ONE7DFVR9sPcnih&q=85&s=3dab191170923e9fed80822cdca162ec" alt="Add Connectors to Document Set" width="1238" height="564" data-path="assets/admins/document_sets/add_connectors.png" />
  </Step>
</Steps>

## Use Cases

* **Organized Knowledge**: Group related content from different sources into a single collection.
* **Agent Creation**: Assign entire document collections to Agents so they only reference relevant knowledge.
* **Access Control**: Manage permissions at the document set level by associating sets with User Groups.
* **Search Filtering**: Enable users to search within specific document collections.
