> 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-suggestion/mechanism-of-using-faq-suggestion.md).

# Mechanism of Using FAQ Suggestion

Untuk dapat menampilkan FAQ Suggestion, hal pertama yang perlu Anda lakukan adalah mengaktifkan asisten bot di menu **Bot Settings** > **Bot Manager** dan ubah toggle assistant bot ke **On**.

![Assistant ON](/files/zL6AqdMKXzwkdc8q8yNS)

Pada dashboard operator, Anda juga harus menyalakan fitur **'Switch Assistant'** menjadi ON yang ditunjukkan dengan tombol berubah menjadi warna hijau agar agen dapat melihat suggestion yang diberikan oleh bot.&#x20;

![Switch Assistant ON ](/files/svOAPy72NN7M8bjs0rcw)

Jika pelanggan mengirim pesan ke agen, FAQ Suggestion akan muncul di jendela percakapan pesan pelanggan, Anda dapat mengklik tombol **'Send'** (<img src="/files/1VddZ7L5jpGuboBNGneF" alt="" data-size="line">) untuk mengirim jawaban yang disarankan, atau klik tombol **'Save'** untuk menyimpan FAQ ke halaman FAQ Suggestion dan menambahkan catatan ke FAQ, seperti pada gambar di bawah ini.

![FAQ Suggestion](/files/e9cIHm8NPFB5AEc4Fxnm)

{% hint style="info" %}
Suggestion akan muncul jika pelanggan mengirimkan pesan sesuai dengan pertanyaan yang tertera di FAQ Knowledge.
{% endhint %}

Misalnya, klik tombol **'Save'** untuk menambahkan catatan ke FAQ. Ketik catatan dan klik tombol **'save'**.

![Add note FAQ](/files/k6Br85Jql8e5rMN885W1)

Kemudian catatan yang Anda masukkan akan muncul di halaman FAQ Suggestion. Supervisor dapat melakukan approve atau reject dari note yang dimasukkan oleh agen.

![FAQ Suggestion Approval](/files/iXO2rPcLdh4OjEx7NAD4)


---

# 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-suggestion/mechanism-of-using-faq-suggestion.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.
