# Fork Bot

当用户发现在 Discover 或者通过搜索查到到的相关 Bot 不完全满足需求时，用户可以选择快速 Fork 当前 Bot，此时 ChainBot 平台会复制一份当前 Bot 的配置数据并自动切换到编辑页面，用户在此基础上，可以修改相关参数，从而达到快速配置 Bot 的目的。

<figure><img src="/files/je7ssiEe0fWCJP7OT3tA" alt=""><figcaption><p>Fork a Bot</p></figcaption></figure>

<figure><img src="/files/kfbG2YHU8izo02HAwHxw" alt=""><figcaption><p>Fork 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/fork-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.
