# 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="https://1247728583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksUDWGr9UTfOpa53PosP%2Fuploads%2FEXjl4BAWdrC1tdXtoYii%2Fdata_source1.png?alt=media&#x26;token=bc2679d0-9ecb-46a3-af20-68d52ed66857" 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="https://1247728583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksUDWGr9UTfOpa53PosP%2Fuploads%2FnQZXtvWxSVSNxqW6QKDw%2Fdata_source2.png?alt=media&#x26;token=52268f47-6ea1-4e3d-9c65-277839595e73" 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="https://1247728583-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksUDWGr9UTfOpa53PosP%2Fuploads%2FlEVnlhp6f5YxQueXRS6Z%2Fwatch.gif?alt=media&#x26;token=c47f0f4e-700a-4c55-bbf2-d1450d960ae1" 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
