# 管理 Bot

### 编辑 Bot

登录 ChainBot 平台后，个人页面选择 "Bots" 选择要操作的目标 Bot，点击 Bot 右上角的按钮，并点击 “Edit” 即可重新编辑当前 Bot。

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

### 分享 Bot

登录 ChainBot 平台后，个人页面选择 "Bots" 选择要操作的目标 Bot 的选项卡进入到 Bot 详情页。点击右上角的 "Share" 按钮，即可分享该 Bot。

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

### 删除 Bot

登录 ChainBot 平台后，个人页面选择 "Bots" 选择要操作的目标 Bot，点击 Bot 右上角的按钮，并点击 “Delete” 即可重新编辑当前 Bot。

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

### Publish Bot

默认情况下，在 ChainBot 平台创建的 Bot 为私有 Bot，即其他人无法看到你创建的 Bot，如果需要分享当前 Bot，则需要将该 Bot Publish 出去，Publish 成功之后，其他人则也可以通过搜索，或者 Discover 搜索并订阅你创建的 Bot；并且你可以在 “Bots” -> "Published" 中查看你已经 Published 的 Bot。

如果你创建的 Bot publish 之后，订阅数 >= 5 时，你无法再删除该 Bot。订阅数 < 5 时，则可以删除该 Bot。

<figure><img src="/files/m19adLCUP7YYLqmyay8X" 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/zh/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.
