# Por volumen

### ¿Cómo funciona?

* Todas las unidades se cobran al precio del tramo en el que cae la cantidad total.
* El precio **no se acumula por tramos**.

Ejemplo:

> 150 unidades × 8 USD = 1.200 USD

***

### Crear un plan con precio por volumen

{% tabs %}
{% tab title="Dashboard" %}

1. En **Modelo de precios**, selecciona **Por volumen**.
2. En **Precio**, define los **tramos de unidades**:
   * Completa **de / hasta** y el **precio por unidad**.
   * Agrega tramos con **Agregar otro tramo**.
   * El último tramo debe ser **más de X** (sin “hasta”).
3. Selecciona la **moneda**.
4. (Opcional) Activa **Precio exento de impuestos**.
5. (Opcional) Activa **Cobrar según el uso** si la cantidad se obtendrá desde registros.
   * Selecciona el **Esquema de cálculo** (suma/máximo/último).
6. Selecciona la **Frecuencia de facturación**.
7. Completa **Presentación del plan** (Nombre y Descripción).
8. Completa **Unidad** (recomendado, ej: “transacciones”).
9. En **Previsualización**, prueba cantidades típicas y también el borde de tramos (ej: 100, 101, 300, 301).
10. **Crear plan**.
    {% endtab %}

{% tab title="API" %}
{% hint style="warning" %} <mark style="color:$warning;">**Esta documentación aún no está disponible**</mark>
{% endhint %}
{% endtab %}
{% endtabs %}

{% hint style="success" %} <mark style="color:green;">**Resultado**</mark>\
\
Piriod evalúa el tramo por cantidad total y aplica ese precio a todas las unidades
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.piriod.com/guide/subscriptions/plans/por-volumen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
