# Publishing the bot

Once the bot is created, you can publish your bot by clicking on the arrow that appears next to the "Publish Bot" label on the bot card.

<figure><img src="/files/7UX4PYt3aVT84ogGkuIY" alt=""><figcaption><p>Publish Bot</p></figcaption></figure>

When you click on that arrow, a confirmation message will pop up on the screen.

<figure><img src="/files/SQZ3IzKkp0cx7XDBFOMh" alt=""><figcaption><p>Modal</p></figcaption></figure>

Then, by clicking on the "Publish" button, you can finally publish your bot and make it visible to everybody. After you publish the bot, you can view your bot card as shown below.

<figure><img src="/files/rcJ47xvov7nf6LJoy3yy" alt=""><figcaption><p>Published the bot</p></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/creating-a-bot/publishing-the-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.
