# Training Data

<figure><img src="/files/oP2kB5iiTphVFhab7DNt" alt=""><figcaption><p>You can freely switch between 5 types of data by clicking each tab</p></figcaption></figure>

### [1. FAQs](/bots/training-data/faqs.md)&#x20;

This tab is designed to assist your chatbot in comprehending customer inquiries and providing accurate responses.

<figure><img src="/files/xeM0F1A8xeafpaIjKOIY" alt=""><figcaption></figcaption></figure>

### [2. Articles](/bots/training-data/articles.md):&#x20;

This tab will contain information about your products, business, and more. The chatbot will share this with your customers.

<figure><img src="/files/OPVXUMSd3meIYaZjdZ3h" alt=""><figcaption></figcaption></figure>

### [3. Documents](/bots/training-data/documents.md)&#x20;

This is a tab where you can import data as documents, the data will be extracted as text, a file, or a picture based on your purpose.

<figure><img src="/files/L91xhn1f55Xgqt9tmYls" alt=""><figcaption></figcaption></figure>

### [4. URLs](/bots/training-data/urls.md)&#x20;

This is a tab where you can freely input your website links (URLs) for chatbot learning. It will import data from your website and will import all data for later use.

<figure><img src="/files/oE6L9lxCseCa140Qc6Nt" alt=""><figcaption></figcaption></figure>

### [5. Connect with database](/bots/training-data/connect-with-database.md)

This is a tab where you have local data storage, you can use this to get information about your business faster.

<figure><img src="/files/WC2sZ9Z3U9SFDT6mOoJ3" alt=""><figcaption></figcaption></figure>

### [6. Connect E-Commerce Store](/bots/training-data/connect-e-commerce-store.md)

This is a tab where you can manage the chatbot when connecting to your e-com store

<figure><img src="/files/OPQv1cGJrZOMuzhjnL95" alt=""><figcaption></figcaption></figure>


---

# 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://documents.cxgenie.ai/bots/training-data.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.
