# Test Bot

During the construction of the conversation flows you always have to layout a way to test the bot.

To access, just be on the Chat Flow page, and click on a circle at the bottom right of your screen, written **Test**.

![](https://lh4.googleusercontent.com/KfDB9IcuIEhux8oczli9oZW1lGPzMa89B-nD1pnGMGGqzcFdiQmR8O5lXq58843lis2PKkRFe8RN5yh_XBHZ64ndOI-3TMzZh9J-Uc79cB10dcutaONe1S6xfjog77UXwnd_3GZj)

This test is done in a web version, similar to what you can put on your website ([web widget](/bot-builder/channels/chat-widget.md)). It is ideal to validate that the steps of the flow you are creating are actually behaving as expected.[<br>](https://help.cosmobots.io/help/bot-builder/fluxo-da-conversa/encaminha-a-outro-bot)

![](https://lh4.googleusercontent.com/eAD5ElQn_nlxv7AthWcqC6jYhOZ5fGJtD2BrJfRZoLi29j3jvVXLj62TRINtZEL2rjuS9OeXOhnKENV-ChYO0fze13ii0QRupopIEkUSBhMxnve7ZJ2SQBoB4io4_m0VqmEOOGJ3)


---

# 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/bot-builder/conversation-flow/test-bot.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.
