> 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/analytic/virtual-agent/bot-overview/download-all-intents.md).

# Download All Intents

Anda juga dapat mendownload semua report intent data pada halaman bot overview menjadi file (.xls dan .csv) dan disimpan ke drive untuk tampilan offline agar memungkinkan Anda untuk menganalisis intent data dan intent score Anda menggunakan aplikasi eksternal.&#x20;

Untuk mendownload report, pergi ke halaman **Analytic,** pilih menu **Virtual Agent**, dan klik **Bot Overview**. Pada halaman bot overview, scroll halaman ke bawah hingga menemukan bagian **Total Engagement**, klik tombol **'Download'**.

![Download All Intent Data Report](/files/OG2oSyPxDxFee9Jap3zE)

Jika Anda membuka file, data akan ditampilkan seperti gambar yang ditunjukkan di bawah ini.&#x20;

![Excel File All Intent Data](/files/G03V0KWvIjdeQRBkm3lx)

**Penjelasan Komponen:**

| Nama          | Deskripsi                                     |
| ------------- | --------------------------------------------- |
| Date          | Menunjukkan tanggal                           |
| Time          | Menun                                         |
| Account Id    | ID akun pelanggan.                            |
| Account Name  | Nama akun pelanggan.                          |
| Channel       | Menunjukkan tipe channel dimana tiket dibuat. |
| Ticket Number | Nomor unik untuk setiap tiket.                |
| Entity        |                                               |
| Modul/Dialog  |                                               |


---

# 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/analytic/virtual-agent/bot-overview/download-all-intents.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.
