> ## 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.

# Data Sources in Data Store Console

AptlyStar.ai enables you to **seamlessly integrate a variety of data sources** into your data stores, enriching your AI agent's knowledge base. Supported source types include:

* **Webpage links**
* **Text files**
* **File uploads (PDFs, DOCs, etc.)**
* **REST APIs**
* **YouTube links**
* **GitHub repositories**

This allows for more powerful and context-aware query responses from your AI agents.

***

## 🧩 Steps to Add Data Sources

<Steps>
  <Step title="Select a Data Store and Open the Data Sources Tab">
    From the **AI Data Stores** console, choose your desired data store.

    Then:

    * Click on the **Data Sources** tab (1)
    * Click **Add new data source** (2)

    <Frame caption="Data Store Console: Data Sources Tab">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/addnewdatasources.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=fad287384b05ddc945b8a4cb1528e685" alt="Add Data Source in Console" width="2000" height="1066" data-path="images_new/dsconsole/addnewdatasources.png" />
    </Frame>
  </Step>

  <Step title="Choose & Import Data Source">
    Now you can import data by:

    * Entering a **webpage URL**
    * Uploading a **file**
    * Adding plain **text**
    * Connecting via **REST API**, **YouTube**, or **GitHub**

    After selecting and filling the input, click **Create** (4).\
    You can add multiple sources to populate your data store.

    <Frame caption="Add Data Source: Select Type and Submit">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/dataselection.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=a530c4599c1c2184eab6a2d9e3b6e109" alt="Data Source Input Modal" width="2000" height="1066" data-path="images_new/dsconsole/dataselection.png" />
    </Frame>
  </Step>

  <Step title="Verify Data Import">
    Once completed, a **“Finished”** success message will appear.\
    You can now see all imported sources listed in your datastore under the **Data Sources** section.

    <Frame caption="Uploaded Data Source: Processing Complete">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/datafinished.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=3bacacbd8d4111fa14209968fbc5d5d3" alt="Data Sources Added" width="2000" height="1066" data-path="images_new/dsconsole/datafinished.png" />
    </Frame>
  </Step>
</Steps>

***

## Re-finetune the existing data

The edit feature allows you to quickly correct mistakes, update outdated information, or refine the quality of your AI agent's knowledge base — ensuring more accurate and reliable responses.

<Steps>
  <Step title="Step 1: Go to Data Sources Tab of a Data Store">
    Navigate to **AI Data Stores**, select your data store, and click on the **Data Sources** tab.

    <Frame caption="Data Store Console: Access Data Sources Tab">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/datasourbttn.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=f9e992ea8decc5e51acf9b124b8aae51" alt="Data Sources Tab" width="2000" height="1066" data-path="images_new/dsconsole/datasourbttn.png" />
    </Frame>
  </Step>

  <Step title="Step 2: Open the Data Source">
    Find the data source you want to edit and click the **arrow icon** next to it to view its details.

    <Frame caption="Data Source: Open Details">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/datasourcedition.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=9d2bcf74ecba4c00b4b6a32c3d317623" alt="Open Data Source Details" width="2000" height="1066" data-path="images_new/dsconsole/datasourcedition.png" />
    </Frame>
  </Step>

  <Step title="Step 3: Click Edit to Modify">
    Inside the detail view, click the **Edit** button to start modifying the content of the data chunk.

    <Frame caption="Data Source: Edit Mode">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/contentedit.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=30f8ec06047dd3887a10ab974b9c8720" alt="Edit Data Source" width="2000" height="1066" data-path="images_new/dsconsole/contentedit.png" />
    </Frame>
  </Step>

  <Step title="Step 4: Update Content and Save">
    Make your desired changes to the text and click **Save** to update the data source.

    <Frame caption="Data Source: Save Changes">
      <img src="https://mintcdn.com/aptlytechnologies/PJxqOS6CrBAi41UF/images_new/dsconsole/editchunking.png?fit=max&auto=format&n=PJxqOS6CrBAi41UF&q=85&s=f0ef11e7636115769eb014449bc79732" alt="Save Edited Data Source" width="2000" height="1066" data-path="images_new/dsconsole/editchunking.png" />
    </Frame>
  </Step>
</Steps>

> Want to link this data to a agent?\
> Head over to the [AI Agents guide](/ai-bots-console/ai-bots) for connecting your agent to data stores.
