> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/train-your-ai-chatbot/train-your-ai-chatbot-using-websites.md).

# Train your AI chatbot using websites

## Train using website URLs.

1. Access the bots section and click on the "Bots" button. From there, choose the specific bot that you wish to train.
2. Next, select the option "Train Your AI Chatbot" displayed on the screen.

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

3. On this page, locate the "Add Website" button and click on it to input the URL of the website you wish to train your bot with.

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

4. Now, enter or copy the link of the website into the designated field and submit the same.

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

Training for your URLs will be started after the same. You can see the training status in the table below with URL and other details. Bot training may take several minutes to complete.

We have included a "Sync Website" button for you to synchronise the bot with the website. By clicking on it, you can synchronise your bot with the website. It will retrain the bot with new content available on the website.


---

# 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://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/train-your-ai-chatbot/train-your-ai-chatbot-using-websites.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.
