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

# View and manage your Knowledge Bases

> Explore how you can manage your Knowledge Bases in this section

**Knowledge bases** are intelligent content repositories that store, organize, and process information to enable your AI Agents to provide accurate, contextual responses. They serve as the foundation for building smart assistants that can answer questions, provide support, and deliver domain-specific expertise based on your existing content.

The **Knowledge** page is divided into two primary sections:

* **My Knowledge**: Manage your existing knowledge bases.
* **Add Knowledge**: Create new knowledge bases from various data sources.

## My Knowledge Bases

View and manage all your created knowledge bases in one place. Each Knowledge Base card provides essential information and quick access to management actions.

<Frame>
  <img src="https://mintcdn.com/tars-c52ebe98/k37W35HpBrLrDZ5b/images/dashboard/knowledge/my-kbs.png?fit=max&auto=format&n=k37W35HpBrLrDZ5b&q=85&s=dda900f04c6fbc6d3fc667a1e762b4b8" alt="My Knowledge Bases dashboard showing Knowledge Base cards with management options" width="1952" height="981" data-path="images/dashboard/knowledge/my-kbs.png" />
</Frame>

### Knowledge Base cards

Each Knowledge Base card displays:

* `Knowledge base name` and `description`
* `Training status` - Current processing and indexing status
* `Data sources` - Number of data sources this KB is trained on
* `Quick actions menu` - Access to management functions
* `Date added` - When the Knowledge Base was created

<Steps>
  <Step title="Configure Knowledge Base" icon="gear">
    Click the `Configure Button` to open a modal for customizing your Knowledge Base settings. You can edit the Knowledge Base `name` and `description`, and modify basic configuration options.
  </Step>

  <Step title="Open Knowledge Base" icon="folder-open">
    Use the `Open` option in the Quick Actions Menu to view detailed knowledge
    base information, data resources, and training status.
  </Step>

  <Step title="Edit Knowledge Base" icon="pen-to-square">
    Select `Edit` from the Quick Actions Menu to modify the Knowledge Base `name`
    and `description`.
  </Step>

  <Step title="Duplicate Knowledge Base" icon="clone">
    Choose `Duplicate` to create a copy of the Knowledge Base with the same `name`
    and `description`, but without any data resources.
  </Step>

  <Step title="Delete Knowledge Base" icon="trash">
    Use the `Delete` option to remove the Knowledge Base and all associated data.
  </Step>
</Steps>

<Tip>
  **Quick Access**: Use the quick actions menu for efficient Knowledge Base
  management without navigating to separate pages.
</Tip>
