> For the complete documentation index, see [llms.txt](https://readme.dhee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.dhee.ai/getting-started/train-your-bot.md).

# 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 %}
