# Try Bots

Before publishing a bot, it is necessary to check whether the bot is working properly. Once you are done with creating the bot, you can try the bot yourself before making it publicly visible.

By clicking on the bot you can easily start a conversation to test the bot. You can only do this for the bots that have been created.

<figure><img src="/files/4DLEVEENmG9yJPlLaYna" alt=""><figcaption><p>Bot Grid</p></figcaption></figure>

As you can see above, there are three bots, and you can either try the published bot or the one that you just created.

Let's try clicking on the published bot for now. When you click on the bot card, you will be directed to the interface shown below.

<figure><img src="/files/nt1JReZbqaJ5v9ecenyC" alt=""><figcaption><p>My Conversations</p></figcaption></figure>

In this interface, you can [start a conversation](https://github.com/convogridai/ConvoDocs/blob/main/my-bots/broken-reference/README.md) with your bot and make sure that it is working properly or not.

If it is working properly, you can proceed with publishing the bot.


---

# 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://docs.convogrid.ai/convogrid/my-bots/try-bots.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.
