# Stop Triggers

*Stop triggers* are words or phrases that direct the chatbot to cancel the intent. These are helpful to cancel the current intent in mid-ways. You can configure the stop triggers using the *Stop Trigger* button under *Action*.

![Stop Triggers](/files/XfncAzP7335erap1WO71)

When a bot detects a stop trigger, it would cancel the intent which was previously detected based on *Triggers*.

![Stop Trigger in Action](/files/4JpHG00d8jkQOjTsXe0n)


---

# 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/stop-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.
