# Unpublish Bots

After you are done publishing a bot, you can also unpublish it at any time. To unpublish your bot, simply click on the menu icon that is visible on the top right corner of the bot card.

<figure><img src="/files/pFSbzfcBqgx14Yjj2TOP" alt=""><figcaption><p>Menu</p></figcaption></figure>

You can view a small drop-down menu, which includes edit bot, share, unpublish, make it personal, and remove. Select the "unpublish and make it personal" option, and a popup will appear asking for confirmation.

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

Then you can simply click on "unpublish", and your bot will be unpublished.

When the user unpublishes a bot, the card switches its appearance. We changed the state indicator from Public to Personal and showed the Publish Bot button instead of the usage and likes indicator.

<figure><img src="/files/nIVhTWzhK5nABr3uh5PY" alt=""><figcaption><p>Unpublished 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/unpublish-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.
