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

# Ciclo y Modos de Facturación

### Cuándo se emite

La facturación es **mensual**: se genera a partir del **consumo acumulado** durante el periodo de facturación. El consumo se mide a lo largo del mes, así que altas, bajas o cambios a mitad de periodo se reflejan en el importe según lo realmente consumido.

### Cómo se agrupa: los modos de facturación

El **modo de facturación** define cómo se agrupa y se presenta tu consumo facturable. No cambia el cálculo del consumo, solo su presentación:

* **Facturación unificada** — una factura consolidada con todo tu consumo.
* **Por organización** — el resultado se separa por cada organización de cliente.
* **Por suscripción** — el resultado se desglosa por suscripción.

Así adaptas la lectura de tu facturación a cómo operas con tus clientes.

> #### 📘 Dónde se fija
>
> El modo de facturación es un dato de la organización, en su Perfil. Lo ves en [Perfil.](/platform/organizations/detalles/profile.md)

### Impuestos y moneda

Los **impuestos** aplicados en la factura se calculan según tu país y tu configuración fiscal, así que el porcentaje no es universal. La **moneda** depende también del entorno comercial y fiscal aplicable.

### Siguientes pasos

* Conoce los estados de una factura y los impagos en[ Estados e impagos](/platform/billing/concepts/statuses-and-unpaid.md).
* Mira cómo se ve el consumo en [Uso.](/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/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.
