# Manage Bot

### Edit Bot

After logging into the ChainBot platform, navigate to the "Bots" section on your personal page, select the target Bot you wish to operate, click the button on the upper right corner of the Bot, and then click "Edit" to re-edit the current Bot.

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

### Share Bot

After logging into the ChainBot platform, navigate to the "Bots" section on your personal page, select the target Bot's tab to enter the Bot details page. Click the "Share" button on the upper right corner to share this Bot.

<figure><img src="/files/UbPleVyvxaRLrYF3OkM8" alt=""><figcaption><p>Share a Bot</p></figcaption></figure>

### Delete Bot

After logging into the ChainBot platform, navigate to the "Bots" section on your personal page, select the target Bot you wish to operate, click the button on the upper right corner of the Bot, and then click "Delete" to delete the current Bot.

<figure><img src="/files/jr1Y2IfYrRd21ac9MJlv" alt=""><figcaption><p>Delete a Bot</p></figcaption></figure>

### Publish Bot

By default, the Bots created on the ChainBot platform are private Bots, meaning others cannot see the Bots you have created. If you wish to share the current Bot, you need to publish it. Once the Bot is successfully published, others can search for it or discover it and subscribe to the Bot you created. Additionally, you can view the Bots you have published in "Bots" -> "Published".

If the Bot you created has 5 or more subscriptions after being published, you will not be able to delete that Bot. If the number of subscriptions is less than 5, you can delete the Bot.

<figure><img src="/files/Kg5OvkdCcYKCdaaoACoA" alt=""><figcaption><p>Publish a 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.chainbot.io/advanced-features/manage-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.
