# Creating a Bot

Now let's move on to create a bot by simply clicking on "CREATE A BOT" in the right corner of the screen. If you haven't created any bots yet, your bot grid will show empty. But if you have made bots before, those bots are shown in this grid.

<div align="right" data-full-width="true"><figure><img src="/files/9bZ3GyiV7T05Cq33EeoB" alt="" width="375"><figcaption><p>Empty state</p></figcaption></figure> <figure><img src="/files/kDDfiVAR8Dcqvk1zelny" alt="" width="375"><figcaption><p>Bot Grid</p></figcaption></figure></div>


---

# 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/creating-a-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.
