# Triggers

Triggers are parts of utterances that enable the bot to identify the intent to be used. Triggers can be defined using the *Trigger* Button (under *Action*) from *IntentsAndAutomation->Intents*.

![Use Trigger button](/files/7MAV3w1yf26a3VMdhPQv)

Triggers allow you to define a collection of sentences or phrases which would be considered as a trigger for the intent. These could be explicit statements that help identify the intents or could be indirect references.&#x20;

![Sample Triggers for a leave application](/files/GiFFSoroJXhY3uCmymMD)

For example, for an intent for applying for leave, the user can interact with the chatbot in any of the following ways.

```
i need a leave
i am sick
I am planning some time off
```

Each of the above describes different utterances Users might use to interact with the chatbot and could be used to identify the intent. You can also select to *auto translate* the texts to support a multilingual chatbot.

{% hint style="info" %}
Phrases which are three words or longer can be picked up based on it's meaning from any sentence by Dhee. Make use of it to do more by writing less. Sticking to phrases consistently within a project helps improve the overall accuracy of the bot too.\
\
E.g, Add "take a sick leave" instead of "I would like to take a sick leave"
{% endhint %}


---

# 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/platform-reference/intents-and-automation/intents/triggers.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.
