# Setting up data

The next step is to train our AI models with your data. You can use your website to train our models.&#x20;

The website could be your company website or support website. The [bodt](https://www.bodt.io) will use that data to answer queries from your customers.&#x20;

### Add Website

Simply add your website URL or sitemap URL on this screen to get started. Click on "Save & Fetch Links" to fetch all records from your website.

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

### Train Model

{% hint style="info" %}
We only show the first 50 links on your website. You can choose to [train more links](/data-source/website.md) once we complete the onboarding.
{% endhint %}

At this stage, the onboarding module will fetch the first 50 links on your website. To start training our AI models, please chose the links and click on "Train Selected" as shown below.&#x20;

At this point, the onboarding will move on to the next step

<figure><img src="/files/7oNMDzTkbDLWolT6oceo" alt=""><figcaption><p>Train bodt AI models using your website data</p></figcaption></figure>

Please note that training our models incur charges to your account.&#x20;


---

# 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/getting-started/setting-up-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.
