> ## Documentation Index
> Fetch the complete documentation index at: https://danswer-whuang-craft-v2-docs.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-whuang-craft-v2-docs/RjvOXWIMd0oKO6ku/assets/admins/document_sets/document_sets.png?fit=max&auto=format&n=RjvOXWIMd0oKO6ku&q=85&s=d1267c925d7e0118a730c37d7b1b8ec8" 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-whuang-craft-v2-docs/RjvOXWIMd0oKO6ku/assets/admins/document_sets/new_document_set.png?fit=max&auto=format&n=RjvOXWIMd0oKO6ku&q=85&s=3af41ede42f729b08f7fddc6bbd81c82" 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-whuang-craft-v2-docs/RjvOXWIMd0oKO6ku/assets/admins/document_sets/add_connectors.png?fit=max&auto=format&n=RjvOXWIMd0oKO6ku&q=85&s=d5105b008b0a33821821fc8bc8c615f1" 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.
