> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/getting-started/faspay-billing-2.0/how-to-use/reports/export-report.md).

# Export Report

There is an export feature for each type of report, which allows the reports in the Reports menu system in Faspay Billing New to be downloaded in either Excel or PDF format as needed.&#x20;

Here are the steps if a user wants to export a file to an Excel or PDF format file:

## Excel Format

1. On the Reports submenu page, at the bottom right corner, you will see PDF and Excel icons. Click the Excel icon to download the report in XLS format.

<figure><img src="/files/2fKmzuOKZrmNBAIGdIGn" alt=""><figcaption><p>Excel Icon</p></figcaption></figure>

2. The file will then be downloaded in XLSX format.

<figure><img src="/files/aus5ybcwZHXpWkWakyJ5" alt=""><figcaption><p>Downloaded File</p></figcaption></figure>

3. Below is an example of a report successfully downloaded in XLSX format.

<figure><img src="/files/rCAzZwlExUV1xU7N1LVH" alt=""><figcaption><p>File Report XLSX Format</p></figcaption></figure>

## PDF Format

1. If the user wants the report in PDF format, just like downloading the Excel format, select the PDF format icon on the Reports submenu page.

<figure><img src="/files/fjaP4H7ZLesGPbqGYYJz" alt=""><figcaption><p>PDF Icon</p></figcaption></figure>

2. The file will then be downloaded in PDF format.&#x20;

<figure><img src="/files/wV2UYTccmy3j5MNia6iA" alt=""><figcaption><p>Downloaded File</p></figcaption></figure>

3. Below is an example of a report successfully downloaded in PDF format.

<figure><img src="/files/k2QGgVdL2y1OKb8uTerG" alt=""><figcaption><p>File Report PDF Format</p></figcaption></figure>


---

# 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.faspay.co.id/getting-started/faspay-billing-2.0/how-to-use/reports/export-report.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.
