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

# Datastore Tool

> Make your data ready for large language models

Sonian Datastores allows you to easily import your custom data and make it ready to be used by AI Agents.
In order to train agent on custom data follow fhe following steps

<Steps>
  <Step title="Create an Agent">
    Follow the [Getting Started guide](/agent) to create your first agent in the dashboard.
  </Step>

  <Step title="Create a Datastore">
    Go to [Datastores](https://app.sonian.ai/datastores) and click **Create Datastore**. Upload or connect your data source (documents, CSVs, or APIs). Sonian AI will process and index your data for retrieval.
  </Step>

  <Step title="Connect Datastore to your Agent">
    Open your agent's **Settings** tab and navigate to the **Tools** section. Click **Add Tool** and select **Datastore Tool**. Choose the datastore you created in Step 2 and configure any retrieval settings.
  </Step>

  <Step title="Test your Agent">
    Return to the agent chat and ask a question related to your datastore content. Your agent will now retrieve and use that data to answer.
  </Step>
</Steps>
