> For the complete documentation index, see [llms.txt](https://help-en.cosmobots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-en.cosmobots.io/bot-builder/conversation-flow/human-control.md).

# Human Control

If the bot is having difficulty understanding the user we recommend using this plugin. Responsible for directing the conversation so that a person can attend the user directly.

{% hint style="warning" %}
This step can only be performed as the End Step of a conversation flow.
{% endhint %}

![](https://lh4.googleusercontent.com/AralCY8MYHe4Xk_en647EjmUBm2v4J8xW3hbHhCBZ6XAXm7PRCO0k-sI_uIPvah_dAqBeUIhEo2kAIa0QhrQQzrFp0vruF6CbJkeuE6QfAtRmL_xw3Epb97_w2hDG6d1ulP804ps)

{% hint style="info" %}
You can put this option the third time the bot does not understand a message
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help-en.cosmobots.io/bot-builder/conversation-flow/human-control.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.
