> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/bot-settings/faq-knowledge/clone-knowledge.md).

# Clone Knowledge

If you need to create a module with knowledge content that is almost the same or even the same as an existing module, you can use the **Clone Module** feature.

This feature will duplicate the previously created module. For example, if you have previously created the "Dokumentasi" Module and you have a new need to create a knowledge module from a different Bot, then you can try duplicating the Module by selecting the **'Clone'** button (<img src="/files/-MXkI0CAs5vkz-tuEkWq" alt="" data-size="line">) on the right of the Module name.

<figure><img src="/files/WYcpmmPTNt2FwOkpWjm7" alt=""><figcaption><p>Clone Module</p></figcaption></figure>

Once clicked, you will be asked to fill in the name of the new module, and you can fill in "Dokumentasi - EN" and click the clone button.

<figure><img src="/files/wQAwtnrxlKwDkHVmdEiq" alt=""><figcaption><p>Success Clone Module</p></figcaption></figure>

The module has been duplicated successfully. Furthermore, you can add or change knowledge as needed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.3dolphins.ai/bot-settings/faq-knowledge/clone-knowledge.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.
