> 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.3.0-id/bot-settings-1/faq-knowledge/edit-knowledge.md).

# Edit Knowledge

Terkadang, Anda perlu mengubah knowledge dalam sistem, baik karena adanya pembaruan maupun koreksi kesalahan pada data. Melakukan perubahan ini memastikan bahwa informasi yang tersedia tetap akurat dan relevan. &#x20;

Untuk mengedit knowledge, masuk ke **Bot Setting** dan klik submenu **FAQ Knowledge** , lalu pilih/search knowledge yang ingin kamu edit. Pilih tombol **'Edit** ( <img src="/files/-MXkI874xmldeeV96nHP" alt="" data-size="original">) pada bagian kanan, dan edit knowledge yang kamu inginkan.

<figure><img src="/files/NHt6LbCTB38Qnuf3dYOM" alt=""><figcaption><p>Edit Knowledge</p></figcaption></figure>

Misalnya Anda ingin mengedit Answer Patter dengan menambahkan asset mengenai kepuasan pelanggan terhadap respon dari chatbot. Sebelum menambahkan asset tersebut, pastikan Anda membuat library **Send Option** dan disimpan di dalam folder. Mengenai pembuatan library send option, dapat Anda lihat pada halaman [ini](/5.3.0-id/bot-settings-1/digital-library/create-new-digital-library/send-option.md).

Setelah library **Send Option** berhasil di buat, Anda dapat mencari folder letak dari send option dengan menggunakan search. Setelah itu, klik folder tersebut hingga berwarna hijau dan klik ikon (<img src="/files/6Chqkx3MezILgo9CBTJF" alt="" data-size="line">) .

<figure><img src="/files/67axYBIVj7JLnR3n35U9" alt=""><figcaption><p>Search Folder Library</p></figcaption></figure>

Untuk melampirkan **Send Option**, Anda dapat mengklik ikon **'Attach'** (![](/files/0RmBAzkahZpwe7iLja7T) ) pada **Send Option** yang diinginkan. Ketika sudah attach ke dalam **Answer Pattern**, klik button **'Add'.**

<figure><img src="/files/CBApgxvUrgZxVE7TAice" alt=""><figcaption><p>Add Icon Button</p></figcaption></figure>

Jika Anda telah selesai, klik **'Save Knowledge'** untuk menyimpan knowledge yang telah diubah.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.3.0-id/bot-settings-1/faq-knowledge/edit-knowledge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
