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

# AI Agents using Data Stores

The **AI Agents in Data Stores** section enables you to connect intelligent agents to organizational data stores, allowing them to retrieve, understand, and respond using stored information.

Linking a data store to your agent ensures that it can access and utilize relevant knowledge effectively.

***

## Add a Data Store to an AI Agent

Follow the steps below to add one or more data stores to your agent:

<Steps>
  <Step title="Navigate to the Agent">
    From the **AptlyStar Dashboard**, go to the **My Agents** tab (1), then click on the **AI Agent** you want to enhance with data (2).

    <Frame caption="AI Agents">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/addnewdatasources.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=fad287384b05ddc945b8a4cb1528e685" alt="Open AI Agent from My Agents" width="2000" height="1066" data-path="images_new/dsconsole/addnewdatasources.png" />
    </Frame>
  </Step>

  <Step title="Link a Data Store">
    Inside the agent view:

    * Click on the **Data Stores** tab (1)
    * Click **Add Data Stores (Knowledge)** (2)

    <Info>
      **Pre-requisite:** The embedding model used by the selected data store **must match** the embedding model used by the AI agent. Otherwise, the linking will be disabled.
    </Info>

    <Frame caption="AI Agents: Select data store">
      <img src="https://mintcdn.com/aptlytechnologies/aZi9EqP8rHJzjl7Z/images_new/dsconsole/add-datastores.png?fit=max&auto=format&n=aZi9EqP8rHJzjl7Z&q=85&s=2cc56e092c134b01edff8c730abd221d" alt="Data Stores Linked to Agent" width="2000" height="1066" data-path="images_new/dsconsole/add-datastores.png" />
    </Frame>
  </Step>

  <Step title="View Linked Data Stores">
    * Select the desired data stores (3)
    * Click **Add to Agent** (4)
      Once added, your selected data stores will be visible under the agent’s **Data Stores** tab.

    You can link multiple data stores to one agent based on the same embedding model.

    <Frame caption="AI Agents: Linked Data Sources">
      <img src="https://mintcdn.com/aptlytechnologies/aZi9EqP8rHJzjl7Z/images_new/dsconsole/add-ds-to-agent.png?fit=max&auto=format&n=aZi9EqP8rHJzjl7Z&q=85&s=43a04f411b1e34b7061ea3f461dc4315" alt="Data Stores Linked to Agent" width="2000" height="1066" data-path="images_new/dsconsole/add-ds-to-agent.png" />
    </Frame>
  </Step>

  <Step title="Verify from Data Store Console">
    To cross-verify, go to the **AI Data Stores** section of the platform.\
    Click on a data store and open the **AI Agents** tab to see which agents are currently linked to it.

    <Frame caption="AI Agents linked to a data store (verification)">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/projectagent.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=99104924f566059e910c9534d6356a7f" alt="Agent Listed Under Data Store" width="2000" height="1066" data-path="images_new/dsconsole/projectagent.png" />
    </Frame>
  </Step>
</Steps>

> Want to learn how to create a agent first?\
> Check out our [AI Agent Creation Guide](/ai-bots-console/create-bot)
