> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/add-a-data-source.md).

# Add a Data Source

## Overview

Now that you've created a virtual assistant, you need to have a source of information for your bot. The data source you use will depend on the purpose of your bot.

When you set the EDP field for your bot, you chose the purpose/type of assistant that you wanted to create.

### To Add a Data Source: <a href="#pdf-page-2wtfoel5pjct6iy6fvnz-to-add-a-data-source" id="pdf-page-2wtfoel5pjct6iy6fvnz-to-add-a-data-source"></a>

1. While you are still viewing AiseraGPT Details Window, choose the **+ Add Data Source** button<br>

   <div align="left"><figure><img src="/files/S5ooE67DElSjs3ViNEl0" alt=""><figcaption><p>Add a Data Source</p></figcaption></figure></div>
2. After you click the **+ Add Data Source** button, you see the list of available data sources<br>

   <div align="left"><figure><img src="/files/Ref3M6HSArazzaBwNSa4" alt="" width="431"><figcaption></figcaption></figure></div>
3. Select the desired Data Sources and click **OK**
4. After you've added a Data Source, it will show up on the AiseraGPT **Details** Window for your bot.

### Make sure your EDP and Data Source are Compatible

When you set the EDP field for your bot, you chose the purpose/type of assistant that you wanted to create. Make sure you choose a data source that corresponds with the EDP that you chose.

| EDP              | Possible Data Source      |
| ---------------- | ------------------------- |
| IT               | System or Process Manuals |
| HR               | Employee Handbook         |
| Customer Service | Knowledge Base Articles   |

<div align="left"><figure><img src="/files/YhOYv5eQVWXFLq3W0ji3" alt="" width="270"><figcaption></figcaption></figure></div>

The following video shows you how to begin:

[**Add a Data Source**](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksUDWGr9UTfOpa53PosP%2Fuploads%2FXQ6jGsEjJ3PjXAtlulVi%2Fadd_data_source_to_bot.mp4?alt=media\&token=28e2d055-97e6-44e5-bf0e-cde9858db411)

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/add-a-data-source.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
