# Share Bots

After you are done publishing the bot, you can share your bot through social media or any other platform. To share your bot simply click on the menu icon that is visible on the top right corner of the bot card.

<figure><img src="/files/PdvfsWjyzaz5C4XVC6M5" alt=""><figcaption><p>Additional actions</p></figcaption></figure>

Afterwards, you can view a small drop-down menu which includes edit bot, share and remove. Select the "share" option and a popup will appear with multiple sharing options.

<figure><img src="/files/2kWX06XPBSkkzP3jAERA" alt=""><figcaption><p>Share your bot</p></figcaption></figure>

You can either copy the link to your bot and share it separately, or directly select the social sharing option which will alow you to directly share it through your social media account.


---

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