# Train for Intent recognition

In the previous section, you have created a new Project and configured the basic configuration for your bot. In this section, we will continue configuring our Bot, especially the Intents.

![](https://2566128011-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUn1oKrw7P8P5qiTjWXjv%2Fuploads%2FoZkNvBvY6K0NVkGDwe7I%2Fintent-leave-sketch.png?alt=media\&token=d582b98c-375b-4b97-839c-d9fe995d4eff)

### Intents

Intents define the goals the Customer wants to achieve when he/she interacts with our bot.

The intent definition should include the triggers which help in identifying the intent during the conversation with the Customer. Once an intent is identified by the chatbot, the intent definition should be complete with the information (entities) it needs to have for completing the action. You can read more on [Intents and Automation](https://readme.dhee.ai/platform-reference/intents-and-automation) in our documentation.

{% hint style="info" %}
Intents are used to define what you want a bot to respond with when it picks up the intention of a user, or when you want to trigger a response based on some other event.  In other words, it describes the intention and the expected interaction user would want from the chatbot.
{% endhint %}

We will go ahead and create our first intent *applyLeave*, which would describe the intent of the user to apply for leave. Each intent is characterized by a few features.

* **Intent Name** : *Unique identifier for the intent.*
* **Description** : *Description for the intent.*
* I**s Top Level** : *Specifies if the intent is a top-level intent or not.*
* **Action** : *Comprises of Slots, Triggers and Stop Triggers.*

![Intents & Automations](https://2566128011-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUn1oKrw7P8P5qiTjWXjv%2Fuploads%2FtGWExifzRz1IyvrDqfiM%2Fcreate-intent.JPG?alt=media\&token=e21bceff-5ff0-4723-a686-e7fd61d0a37b)

As seen in the image, we have set the *Intent Name* as *applyLeave*. Henceforth, we would be referring to this intent when we specify *applyLeave*. We will now proceed to describe the *Action* parameters associated with the intent.

{% content-ref url="train-for-intent-recognition/define-the-slots" %}
[define-the-slots](https://readme.dhee.ai/getting-started/train-your-bot/train-for-intent-recognition/define-the-slots)
{% endcontent-ref %}

{% content-ref url="train-for-intent-recognition/train-the-triggers" %}
[train-the-triggers](https://readme.dhee.ai/getting-started/train-your-bot/train-for-intent-recognition/train-the-triggers)
{% endcontent-ref %}

{% content-ref url="train-for-intent-recognition/train-for-stop-triggers" %}
[train-for-stop-triggers](https://readme.dhee.ai/getting-started/train-your-bot/train-for-intent-recognition/train-for-stop-triggers)
{% endcontent-ref %}
