# Train your bot

Creating an conversational AI driven bot is majorly preparing and feeding the content to train it.

There are two types of content on which our bot will be trained. They are -

1. Information retrieval from static data. This can be done via
   1. Feeding raw text documents
   2. Configuring frequently asked questions
2. Understanding user's intention and catering it via by a dynamic process, called a "skill".

But to begin with, we need to create our bot project.

![](/files/MDYP55YPgGAsm6Jyf13T)

In this walk-through, we will create our first bot project, and then configure and build it to work as our leave application voice-agent.

{% content-ref url="/pages/ZwpiUmpJ6gL4BnPLRF9F" %}
[Create your bot project](/getting-started/train-your-bot/create-your-bot-project.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://readme.dhee.ai/getting-started/train-your-bot.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.
