> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/billing/how-to/how-to-download-your-invoices.md).

# How to Download Your Invoices

You can download a specific invoice or a complete batch by date range.

Everything is done from **Use**, in the tab **Invoices**.

### 1. Open the Invoices tab

Go to **Use** and go to the tab **Invoices**. You have the list with its number, organization, period, status (**Paid** or **Unpaid**) and taxable base. If you are looking for a specific one, use the **Filter** by search, status or subscription.

<figure><img src="/files/425929b581c0b6742dc5d3e5d40e8bfa99d19a55" alt=""><figcaption></figcaption></figure>

### 2. Download a single invoice

Open the invoice from the list to view the document (issuer, recipient, period and amount) and download it from the viewer itself.

### 3. Download a batch

To download several at once, click **Download invoices**. In the form:

* Choose the **start date** and the **end date** of the range.
* Select the **format**: **PDF**, **XML** or both.
* Press **Download**.

<figure><img src="/files/3040c9c08d5e75a58cb96e9c991d002f5893e0c7" alt=""><figcaption></figcaption></figure>

> #### 📘 Up to 500 per export
>
> If the range contains more than 500 invoices, only the 500 most recent are exported. If you need more, split the range into segments.

### Conclusion

You can now save your invoices, one by one or in a batch, in the format you need for your accounting.

### Next steps

* Review what the document contains in [The invoice.](/docs-en/platform/billing/details/the-invoice.md)
* Check the statuses in [Statuses and unpaid invoices.](/docs-en/platform/billing/concepts/statuses-and-unpaid.md)


---

# 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.plenit.com/docs-en/platform/billing/how-to/how-to-download-your-invoices.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.
