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

# Download All Intents

You can also download all intent data reports on the bot overview page into files (.xls and .csv) and save them to drive for offline viewing to analyze your intent data and intent scores using external applications.

To download the report, go to the **Analytics** page, select the **Virtual Agent** menu, and click **Bot Overview**. On the bot overview page, scroll down the page until you find the **Total Engagement** section, click the **'Download'** button.

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

If you open the file, data will be displayed as shown images below.&#x20;

![](/files/DbOTClVON8AT98WzeXtz)

**Component Explanation:**

| Name          | Description                                          |
| ------------- | ---------------------------------------------------- |
| Date          |                                                      |
| Time          |                                                      |
| Account Id    | Account ID customer.                                 |
| Account Name  | Account name customer.                               |
| Channel       | Indicates channel type where the ticket was created. |
| Ticket Number | Unique number for each ticket.                       |
| 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:

```
GET https://docs.3dolphins.ai/analytic/virtual-agent/bot-overview/download-all-intents.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.
