> 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/details/the-invoice.md).

# The Invoice

Each period we issue a **invoice** for your usage.

You open it from the **Invoices** of [Usage,](/docs-en/platform/billing/details/usage.md) and from there you can view and download it.

<figure><img src="/files/d40e12cf8b65a446e6d827861bd51654401cf619" alt=""><figcaption></figcaption></figure>

### What it contains

#### Header

* **Issuer** — Plenit’s details, with the logo.
* **Recipient** — your details as a partner: name or company, tax ID, address, and email.
* **Number and date** of the document.

#### Billing period

The invoice indicates the **period** it covers, from the first to the last day of the billed month.

#### Amount

The financial breakdown, in a table of **Description** and **Amount**:

| Concept      | What it is                                                         |
| ------------ | ------------------------------------------------------------------ |
| Taxable base | The amount of usage before taxes.                                  |
| Taxes        | The percentage applied according to your tax settings and country. |
| Total        | The final amount to pay.                                           |

Below you will find the **Details** of the document, with its line items.

### Download

You can download the document from the viewer itself. The available format is **PDF and XML**. To download multiple invoices at once by date range, use **Download invoices** in the Invoices tab; you have it step by step in [Download your invoices.](/docs-en/platform/billing/how-to/how-to-download-your-invoices.md)

### Next steps

* Review 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/details/the-invoice.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.
