# Accelerator rules

All accelerator rules are mandatory.

<table><thead><tr><th valign="top">Rule</th><th valign="top">Applicable type</th><th valign="top">Mandatory</th><th valign="top">Occurrence</th><th valign="top">Possible values</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Happy Hour</td><td valign="top">HH</td><td valign="top">Yes</td><td valign="top">Multiple, no duplicates</td><td valign="top">Combination of: Day of the week; From time; Until time; Multiplier (decimal)</td><td valign="top">Applies a “happy hour” rule, e.g.: every Monday from 4:00PM to 6:00PM, x2 points</td></tr><tr><td valign="top">Promo</td><td valign="top">PRO</td><td valign="top">Yes</td><td valign="top">Multiple, no duplicates</td><td valign="top">Combination of: From date/time; Until date/time; Multiplier (decimal)</td><td valign="top">E.g., May 1 to May 31, from 14:00 to 16:00 (note that it is not “from date/time to date/time”, but “from date to date, during time from - time to period of every day”)</td></tr><tr><td valign="top">Sales</td><td valign="top">SL</td><td valign="top">Yes</td><td valign="top">Multiple, no duplicates</td><td valign="top">Pair of:Total sales (money); Multiplier(decimal)</td><td valign="top">E.g.: - $1000: x2 - $2000: x3</td></tr><tr><td valign="top">Club</td><td valign="top">CL</td><td valign="top">Yes</td><td valign="top">Multiple, no duplicates</td><td valign="top">Pair of:Customer Group; Multiplier (decimal)</td><td valign="top">Split your customers into groups (e.g. Platinum, Gold, Silver) and give them different point multipliers, i.e. Silver: 1x points, Gold: 2x points, Platinum: 3x points</td></tr></tbody></table>

{% hint style="info" %}
Accelerators must be unique for the accelerator type. I.e., you cannot have two HH accelerators “Monday from 3pm ‘till 6pm”. But the Collection Schedule can have multiple non-duplicate accelerators of the same type. E.g. PRO: “Jan 1-Jan 15”, “March 15 – April 30” etc. Also, a Collection Schedule may have multiple accelerators of different types. I.e.: Happy Hour and Club. The higher value point multiplier will apply. I.e., if you have HH 2x multiplier and CL x3 multiplier, the customer will collect triple points.
{% 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.rmhpos.com/loyalty-manager/create-point-accelerators/accelerator-rules.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.
