> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/descuentos/cupones/cupon-promocion.md).

# Cupón promoción

> Hacé clic en **Nuevo cupón → Cupón promoción**, arriba a la derecha.

El **Cupón promoción** activa una promoción creada en **Marketing →** [**Promociones**](/descuentos/promociones-1/como-funcionan-las-promociones.md#cupon).

Primero, creá la promoción y configurá:

* **Disparador:** **Cupón**
* **Tipo**
* **Aplica**
* **Ítems**

{% stepper %}
{% step %}

### Código del cupón

Ingresá el código que el comprador utilizará durante el checkout.

Por ejemplo: `VERANO20`.
{% endstep %}

{% step %}

### Descripción

Agregá una descripción breve para identificar el objetivo del cupón.

Este campo es opcional. También podés incluir sus condiciones.
{% endstep %}

{% step %}

### Promoción

En **Promoción**, seleccioná una promoción con disparador **Cupón**.

El cupón activa esa promoción cuando el comprador ingresa el código.

{% hint style="info" %}
Una promoción archivada no se aplica al carrito.
{% endhint %}
{% endstep %}

{% step %}

### Vigencia

Definí las fechas de vigencia:

* **Válido desde**
* **Válido hasta**

Para promociones con disparador **Cupón**, configurá la vigencia desde el cupón.

No la configures en el Cronograma de Promociones.
{% endstep %}

{% step %}

### Usuarios

Seleccioná usuarios en **Usuarios** para restringir el uso del cupón.

Sin una selección, podrá usarlo cualquier usuario que cumpla las demás condiciones.
{% endstep %}

{% step %}

### Usos por usuario

Indicá cuántas veces cada usuario puede utilizar el cupón.

Por ejemplo, `1` permite un uso por usuario.
{% endstep %}

{% step %}

### Usos totales

Indicá el total máximo de usos disponibles para el cupón.

Por ejemplo, `100` permite hasta 100 usos entre todos los usuarios.
{% endstep %}

{% step %}

### Primera compra

Activá **Primera compra** para permitirlo solo en la primera compra del usuario.
{% endstep %}

{% step %}

### Habilitado

Activá **Habilitado** para dejar el cupón disponible.

Antes, revisá el código, la promoción, la vigencia y los límites de uso.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Recordá:** el cupón activa la promoción. Configurá **Tipo**, **Aplica** e **Ítems** en Promociones. Configurá el código, la vigencia y las condiciones de uso en Cupones.
{% endhint %}


---

# 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://guia.fenicio.help/descuentos/cupones/cupon-promocion.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.
