> ## Documentation Index
> Fetch the complete documentation index at: https://danswer-kanban-documentation-language-support.mintlify.site/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-kanban-documentation-language-support/2iSbXRbCYY8aNtnN/assets/admins/document_sets/document_sets.png?fit=max&auto=format&n=2iSbXRbCYY8aNtnN&q=85&s=f34fdea9f90633825157cace1e6bd75c" 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-kanban-documentation-language-support/2iSbXRbCYY8aNtnN/assets/admins/document_sets/new_document_set.png?fit=max&auto=format&n=2iSbXRbCYY8aNtnN&q=85&s=25a5fd4ee0ec5f56c2aab1a0fdedfef5" 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-kanban-documentation-language-support/2iSbXRbCYY8aNtnN/assets/admins/document_sets/add_connectors.png?fit=max&auto=format&n=2iSbXRbCYY8aNtnN&q=85&s=a4cae5bf64fe4522cb111996cff2f5bd" 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.
