> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onyx.app/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/danswer/q0D9ml2LDF8cDU_p/assets/admins/document_sets/document_sets.png?fit=max&auto=format&n=q0D9ml2LDF8cDU_p&q=85&s=2c948333d81790cab82da806316e60bf" 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/danswer/q0D9ml2LDF8cDU_p/assets/admins/document_sets/new_document_set.png?fit=max&auto=format&n=q0D9ml2LDF8cDU_p&q=85&s=f8bf9e1ad1a2e40d48c0a46491c71a6d" 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/danswer/q0D9ml2LDF8cDU_p/assets/admins/document_sets/add_connectors.png?fit=max&auto=format&n=q0D9ml2LDF8cDU_p&q=85&s=d6a59d291993b6f5c80412b73dd3030f" 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.
