# Data Source

Data sources are the brain for your chatbot. It provides it with the required business data to answer queries that your users will want to ask.&#x20;

We import your data into our system and train our AI models using that. Once our models are trained, they can answer queries from your users using your business data.&#x20;

We provide out-of-the-box integration to use data from regular Websites, WordPress, Zendesk, GitBook, Shopify, and other web-based CMS platforms. &#x20;

We also support using data from pdf files, docx files, doc files, and text files to train the models. More file formats are underway to help you import data for your business.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3>Website </h3></td><td>Learn how to import data from web based platforms like WordPress, Shopify etc to train out model. </td><td></td><td><a href="/pages/BqwfIK4sppzcSzjiGZDE">/pages/BqwfIK4sppzcSzjiGZDE</a></td></tr><tr><td><h3>Files</h3></td><td>Learn how to import data from files to train our models</td><td></td><td><a href="/pages/rhkdPRFkPbJwkxqJWogs">/pages/rhkdPRFkPbJwkxqJWogs</a></td></tr></tbody></table>


---

# 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.bodt.io/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.
