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

# A Fatura

Em cada período emitimos uma **fatura** com o teu consumo.

Abres-a a partir do separador **Faturas** de [Utilização,](/docs-pt/platform/billing/details/usage.md) e, a partir daí, podes consultá-la e descarregá-la.

<figure><img src="/files/370408053313ea1fbf992c9e05cf3bd0e11c1786" alt=""><figcaption></figcaption></figure>

### O que contém

#### Cabeçalho

* **Emissor** — os dados da Plenit, com o logótipo.
* **Recetor** — os teus dados como Partner: nome ou empresa, NIF, morada e e-mail.
* **Número e data** do documento.

#### Período de Faturação

A fatura indica o **período** que abrange, do primeiro ao último dia do mês faturado.

#### Montante

O detalhamento económico, numa tabela de **Descrição** e **Montante**:

| Conceito        | O que é                                                          |
| --------------- | ---------------------------------------------------------------- |
| Base tributável | O montante do consumo antes de impostos.                         |
| Impostos        | A percentagem aplicada segundo a tua configuração fiscal e país. |
| Total           | O valor final a pagar.                                           |

Abaixo encontrarás o **Detalhe** do documento, com as suas linhas.

### Descarregar

Podes descarregar o documento a partir do próprio visualizador. O formato disponível é **PDF e XML**. Para descarregar várias faturas de uma vez por intervalo de datas, usa **Descarregar faturas** no separador Faturas; tens isso passo a passo em [Descarregar as tuas faturas.](/docs-pt/platform/billing/how-to/how-to-download-your-invoices.md)

### Próximos passos

* Revê os estados em [Estados e não pagos.](/docs-pt/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-pt/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.
