# Train Your AI Chatbot

## Interactive Guide

{% embed url="<https://app.arcade.software/share/zavv9ftjhYOcnQcSOE3M>" %}

***

### What is Train Your AI Chatbot?

**"Train Your AI Chatbot"** refers to the process of providing your AI chatbot with relevant resources, such as your website, files, Google Sheets, or FAQs. By doing so, you equip your chatbot with the necessary information to effectively answer user queries. This ensures that the responses are accurate and aligned with the data you have provided. Proper training enhances the chatbot's ability to assist users, improving overall user satisfaction and efficiency.

**Navigation:**

1. Go to Bots.
2. Select the Bot which you want to train.

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

3. Click on **Bot Training** option.

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

You can train your Ai chatbot by different methods:

{% content-ref url="/pages/HOgnTrcXuPrLpu3vZMkS" %}
[Best Practices for Training Your AI](/bots/website-mobile-app-bot/train-your-ai-chatbot/best-practices-for-training-your-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/coNSd8CVYr0DipaFDs6d" %}
[Website](/bots/website-mobile-app-bot/train-your-ai-chatbot/website.md)
{% endcontent-ref %}

{% content-ref url="/pages/PuiPPctInQ5RE0niz2yl" %}
[File Upload](/bots/website-mobile-app-bot/train-your-ai-chatbot/file-upload.md)
{% endcontent-ref %}

{% content-ref url="/pages/X0wObZ1yxJSSigtQ2kc6" %}
[Google Sheets](/bots/website-mobile-app-bot/train-your-ai-chatbot/google-sheets.md)
{% endcontent-ref %}

{% content-ref url="/pages/KbWEponG5SLbZKesaUPC" %}
[FAQs](/bots/website-mobile-app-bot/train-your-ai-chatbot/faqs.md)
{% endcontent-ref %}

{% content-ref url="/pages/vrz4GqYteDh3khLQoHD9" %}
[Conversation History](/bots/website-mobile-app-bot/train-your-ai-chatbot/conversation-history.md)
{% endcontent-ref %}

{% content-ref url="/pages/0Wc7WgIPC63ShOZDZVYi" %}
[Other Sources](/bots/website-mobile-app-bot/train-your-ai-chatbot/other-sources.md)
{% endcontent-ref %}


---

# 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://help.botpenguin.com/bots/facebook-bot/train-your-ai-chatbot.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.
