> 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/how-to/how-to-check-your-usage.md).

# Cómo Consultar tu Consumo

Tu consumo es la base de lo que te facturamos.

Lo revisas en **Uso**, en la pestaña **Resumen**, donde ves el total del periodo, su desglose y su evolución.

### 1. Abre Uso

Entra en **Uso** desde tu menú. Te sitúas en la pestaña **Resumen**.

### 2. Elige el periodo

En **Consumo mensual**, usa el **selector de año y mes** para ver el periodo que te interese. Verás el **total** del mes y su **desglose por servicio**, con l lista de conceptos y su importe.

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

### 3. Mira la evolución

Más abajo, en **Historial de consumo**, tienes la evolución de tu consumo. Acótala con el **selector de suscripción** (todas o una concreta) y el **selector de rango** (por ejemplo, 6 meses). Al pasar por cada punto, ves el desglose de ese mes.

### 4. Salta a tus facturas

En el panel **Historial de facturas**, a la derecha, tienes tus últimas facturas con su estado e icono de descarga. Con **Ver todas** vas al listado completo, en la pestaña Facturas.

### Conclusión

Con esto sabes cuánto consumes en cada periodo y cómo evoluciona, que es justo lo que se traslada a tu factura.

### Siguientes pasos

* Descarga tus facturas en [Cómo descargar tus facturas.](/platform/billing/how-to/how-to-download-your-invoices.md)
* Entiende el cálculo en [Ciclo y modos de facturación.](/platform/billing/concepts/cycle-and-modes.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/how-to/how-to-check-your-usage.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.
