# Edit Bots

If you want to edit your bot, simply click on the menu icon on the top right corner of the bot card.

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

You can select the "Edit Bot" option in the dropdown which will direct you to the "Edit Bot" page.

<figure><img src="/files/aZct0wjkEzPxZmTIsxVM" alt=""><figcaption><p>Edit Bot</p></figcaption></figure>

You can make changes to your bot in this interface by updating the text fields with the changes that you want. After filling out the form, you can save the changes by clicking on the "Save" button at the top right corner of the form.

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


---

# 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/edit-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.
