# Fork Bot

When users find that the Bots available in Discover or through search do not fully meet their needs, they can choose to quickly Fork the current Bot. At this time, the ChainBot platform will duplicate the current Bot's configuration data and automatically switch to the editing page. Users can then modify the relevant parameters based on this, achieving the goal of quickly configuring the Bot.

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

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