# Live Chat

In the Live Chat section you can monitor all user interactions with the bot, as well as being able to take the conversation using the [Human Control](/bot-builder/conversation-flow/human-control.md) plugin.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-LTwVjNZ3mJiebrhd33u%2F-LTwWzZU6UWNsgVEnrZO%2Fimage.png?alt=media\&token=d4b4fcfd-eff1-4fb7-a805-6146466b3b37)

You can still filter the messages to have a greater control than you want to analyze.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-LTwXIz0xOF8WXqU40z2%2F-LTwXMvYUWLdQESHmUS8%2Fimage.png?alt=media\&token=b8dfcef1-3b7b-4caf-b55a-a8163063888a)


---

# 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://help-en.cosmobots.io/cosmo-desk/live-chat.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.
