# Download Form Records

All form records can be generated and downloaded to a (.xls, .pdf, .csv, and .txt) file and saved to your local drive for offline viewings such as analysis, sharing, or backup purposes. In the upper right corner of the form management page, click the **'Download Report'** button on the selected tab. Then, in the dialog box of the download form management, click **'Generate Report'**.

<figure><img src="/files/IWsk837h3HFxi2YYIhWi" alt=""><figcaption><p>Download Form Records</p></figcaption></figure>

And then, the file will be generated and you can download the file by clicking the **'Download'** icon ( <img src="/files/-MTdruFSB2IIQVmJg9yu" alt="" data-size="line"> ). If you open the file, data will be displayed as shown images below.&#x20;

{% hint style="info" %}
The fields in the file depend on the form that has been defined.
{% endhint %}

![Excel Download Form Records File](/files/HeuA5zTzjQdp5JehfjI3)

**Component Explanation:**

| Name          | Description                                                 |
| ------------- | ----------------------------------------------------------- |
| Ticket Number | Each unique number of ticket.                               |
| Created Date  | Indicates when this form is created.                        |
| Address       | Your customer's address.                                    |
| Birthdate     | Your customer's birthdate.                                  |
| Email Address | Your customer email address.                                |
| Name          | Your customer name.                                         |
| KTP           | Your customer's National Identity Card Number (KTP number). |
| NPWP          | Your customer's Tax Identification Number (NPWP).           |
| Last Name     | Your customer's last name.                                  |
| First Name    | Your customer's first name.                                 |


---

# Agent Instructions: 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/customer-service/form-management/form-records/download-form-records.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.
