> 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/5.1.x/bot-settings/faq-knowledge/remove-faq-knowledge.md).

# Remove, Edit and Clone Knowledge

### Remove Knowledge

Sometimes you need to remove the knowledge from a system when it’s no longer needed. In the FAQ Knowledge feature, you can ***remove knowledge manually*** one by one or ***remove all knowledge based on modules***.

For example, when you need to delete some knowledge contained in the chit-chat module, you need to select the knowledge that you will delete by searching for the knowledge based on the title or question knowledge, then clicking the ***remove*** icon. Then, you will prompts to confirm the remove request, click *‘**Yes***‘ to proceed remove knowledge, or you can click ‘***No***‘ to return to the list FAQ Knowledge page.

![Remove Knowledge](/files/-MRZEE7FDyFBto-IHVEF)

However, if you want to delete all the knowledge contained in the chit-chat module, you can click the ***remove*** icon on the module. Then, you will prompts to confirm the remove request, click ‘***Yes***‘ to proceed remove module, or you can click ‘***No***‘ to return to the FAQ Knowledge page.

Or you can also re-save some of the knowledge you still need to another knowledge module before you actually delete that module.

![Remove Module](/files/-MRZESw9-iv2AzP8M0b_)

### Edit Knowledge

Sometimes you need to change the data from the system when it is possible because of data changes or there's an error in data.

Go to ***Bot Settings*** and click the ***FAQ Knowledge*** menu, then select/search knowledge that you want to edit. Select the edit button '<img src="/files/-MXkI874xmldeeV96nHP" alt="" data-size="line">' on the right, and edit the knowledge you want.

![Edit Knowledge](/files/-MY8KLvxEZEmFN1BaWI8)

When you have finished, click ***'Save Knowledge'*** to save the modified knowledge.

### Clone Knowledge

If you need to create a Module with a 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 "About Bella" 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.

![Clone Module](/files/-MY8LSgvNlLyVHJ_zgmZ)

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

![Success Clone Module](/files/-MY8LzVwftwjNkGAQdLX)

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/5.1.x/bot-settings/faq-knowledge/remove-faq-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.
