# Testing the chatbot

To run a test on the chatbot flow that you create, you need to click on the "Test bot" button.

Doing this will open a drawer from the right with your chatbot flow.

<figure><img src="/files/mi0Odqg7s0TG802cxfGL" alt=""><figcaption></figcaption></figure>

You can even test from a certain point in the chatbot flow, by hovering on the action block and click the "Test" button. This will help you skip the blocks are working fine, allowing you to only test what's changed.

<figure><img src="/files/s72NXY2aBYlZh2OmG2nq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After testing the bot, make sure to click on **DEPLOY** to publish the current version of the chatbot flow.
{% 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://help.wotnot.io/deploy/testing-the-chatbot.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.
