> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/loyalty-manager/create-point-accelerators/accelerator-rules.md).

# Reglas del acelerador

{% hint style="warning" %}
Todas las reglas del acelerador son obligatorias.
{% endhint %}

<table><thead><tr><th valign="top">Regla</th><th valign="top">Tipo aplicable</th><th valign="top">Obligatorio</th><th valign="top">Ocurrencia</th><th valign="top">Valores posibles</th><th valign="top">Descripción</th></tr></thead><tbody><tr><td valign="top">Hora feliz</td><td valign="top">HH</td><td valign="top">Sí</td><td valign="top">Múltiples, sin duplicados</td><td valign="top">Combinación de: Día de la semana; Hora de inicio; Hora de fin; Multiplicador (decimal)</td><td valign="top">Aplica una regla de “happy hour”, por ejemplo: todos los lunes de 4:00 p. m. a 6:00 p. m., x2 puntos</td></tr><tr><td valign="top">Promoción</td><td valign="top">PRO</td><td valign="top">Sí</td><td valign="top">Múltiples, sin duplicados</td><td valign="top">Combinación de: Fecha/hora de inicio; Fecha/hora de fin; Multiplicador (decimal)</td><td valign="top">Ej., del 1 de mayo al 31 de mayo, de 14:00 a 16:00 (ten en cuenta que no es “de fecha/hora a fecha/hora”, sino “de fecha a fecha, durante la franja horaria de - a - de cada día”)</td></tr><tr><td valign="top">Ventas</td><td valign="top">SL</td><td valign="top">Sí</td><td valign="top">Múltiples, sin duplicados</td><td valign="top">Par de: Ventas totales (dinero); Multiplicador (decimal)</td><td valign="top">Ej.: - $1000: x2 - $2000: x3</td></tr><tr><td valign="top">Club</td><td valign="top">CL</td><td valign="top">Sí</td><td valign="top">Múltiples, sin duplicados</td><td valign="top">Par de: Grupo de clientes; Multiplicador (decimal)</td><td valign="top">Divide a tus clientes en grupos (p. ej., Platino, Oro, Plata) y asígnales diferentes multiplicadores de puntos; es decir, Plata: 1x puntos, Oro: 2x puntos, Platino: 3x puntos</td></tr></tbody></table>

{% hint style="info" %}
Los aceleradores deben ser únicos para el tipo de acelerador. Es decir, no puedes tener dos aceleradores HH “Monday from 3pm ‘till 6pm”. Pero el calendario de acumulación puede tener múltiples aceleradores sin duplicados del mismo tipo. Por ejemplo, PRO: “Jan 1-Jan 15”, “March 15 – April 30”, etc. Además, un calendario de acumulación puede tener múltiples aceleradores de diferentes tipos. Es decir: Hora feliz y Club. Se aplicará el multiplicador de puntos de mayor valor. Es decir, si tienes un multiplicador HH de 2x y un multiplicador CL de 3x, el cliente obtendrá puntos triples.
{% 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://docs.rmhpos.com/es/loyalty-manager/create-point-accelerators/accelerator-rules.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.
