> 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/concepts/cycle-and-modes.md).

# Ciclo e modos de faturação

### Quando é emitida

A faturação é **mensal**: é gerada a partir do **consumo acumulado** durante o período de faturação. O consumo é medido ao longo do mês, por isso altas, baixas ou alterações a meio do período refletem-se no valor segundo o que foi realmente consumido.

### Como se agrupa: os modos de faturação

O **modo de faturação** define como o teu consumo faturável é agrupado e apresentado. Não altera o cálculo do consumo, só a sua apresentação:

* **Faturação unificada** — uma fatura consolidada com todo o teu consumo.
* **Por organização** — o resultado é separado por cada organização do cliente.
* **Por subscrição** — o resultado é detalhado por subscrição.

Assim adaptas a leitura da tua faturação à forma como operas com os teus clientes.

> #### 📘 Onde é definido
>
> O modo de faturação é um dado da organização, no seu Perfil. Vês em [Perfil.](/docs-pt/platform/organizations/detalles/profile.md)

### Impostos e moeda

Os **impostos** aplicados na fatura são calculados segundo o teu país e a tua configuração fiscal, pelo que a percentagem não é universal. A **moeda** depende também do contexto comercial e fiscal aplicável.

### Próximos passos

* Conhece os estados de uma fatura e os impagos em[ Estados e não pagos](/docs-pt/platform/billing/concepts/statuses-and-unpaid.md).
* Vê como o consumo é apresentado em [Utilização.](/docs-pt/platform/billing/details/usage.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/concepts/cycle-and-modes.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.
