> 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/how-we-bill-you.md).

# Cómo te Facturamos

En Plenit, la relación de facturación es **con el partner**.

Aunque tu consumo se origine en varias organizaciones de cliente, lo que se factura se consolida en tu cuenta: **te facturamos a ti** lo que has consumido.

### Qué te facturamos

El importe se construye a partir del **consumo real** de tus suscripciones y servicios durante el periodo. Sobre ese consumo aplicamos los impuestos y las reglas de facturación que correspondan. Dicho en corto: pagas por lo que tus servicios consumen en cada periodo.

### Las dos capas: lo que pagas y lo que cobras

Trabajas con dos planos económicos, y conviene no mezclarlos:

* **Plenit te factura a ti** — tu **coste**. Es lo que ves en esta sección, en Uso y en tus facturas.
* **Tú facturas a tus clientes** — lo que **cobras**, con tu margen. Eso se gestiona en [Go to Market,](/go-to-market.md) en Facturación de clientes, y se refleja en albaranes.

> #### 📘 La diferencia en una frase
>
> Aquí ves lo que te cuesta Plenit. En Go to Market preparas y consultas lo que cobras a tus clientes. La diferencia entre ambos es tu margen.

### Dónde lo ves

Tu facturación con Plenit vive en tu propia zona, repartida en dos sitios:

* **Uso** — tu consumo, tus suscripciones y tus facturas (con sus pestañas Resumen, Suscripciones y Facturas).
* **Métodos de Pago** — la tarjeta o la domiciliación con la que te cobramos.

### Siguientes pasos

* Entiende cuándo y cómo se agrupa en [Ciclo y modos de facturación.](/platform/billing/concepts/cycle-and-modes.md)
* Consulta las pantallas en [Detalles.](/platform/billing/details.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/how-we-bill-you.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.
