> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/platform-information/special-features/covid-19-discount-for-united-kingdom.md).

# COVID-19 Discount for United Kingdom

## Example

Below shows an example of the COVID-19 discount applied to the checkout.

![Example of COVID-19 Discount working](/files/cYxANaJ0RM86d6L4BWMZ)

## Set-up Process

Restoflow supports the COVID-19 Discount for Dine-In orders with the following settings;

![Go to Settings > System > Promo Codes > Create Promo Code](/files/vpxlEpd4lCJctIZLU2Rl)

### **Labels**

We suggest using the following naming conventions;

**Name** = 'COVID-19 Discount'

**Promo Code** = 'COVID19'

![Naming the promo correctly is important for the receipts.](/files/Wow7SlTxfKiseTtrc0xN)

### **Restrictions**

Please ensure that Maximum Amount = "10" and Services = "Dine In"

![](/files/4hVv8e89B8vjXBKe51FE)

### Rules

Leave 'Order Times', 'Once Per Customer' and 'Logged In Customers Only' set as blank/off.

![](/files/wDikOB5GubaKFxXG17Ki)

### Critical Settings

You must set 'Automatically Apply Promotion' to on.

Limit to dishes should have every applicable item selected. For example, all food items would be ticked and alcohol items would not be ticked.

![](/files/HsR0Re04LskiDKd3B46V)

### Non-important settings

The following settings should be left blank.

![](/files/5yFPIPKNuwYryEZFyRbQ)

### Go Live

You can now save the promotion to make it live.

### How to disable promotion

Turning off the COVID-19 promotion is very simple. Simply open the promotion, check the disable promotion setting. Alternatively you can delete the promotion from the promotions menu (Settings > System > Promo Codes > Delete) by hitting the trash can button on the right-hand side of the promotion in question.

{% hint style="warning" %}
**Limitations**

The COVID-19 discount will only be applied once per order. In order to obtain a discount for multiple people, each person should order from their own device.
{% 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://restoflow.gitbook.io/restoflow-dokumentation/platform-information/special-features/covid-19-discount-for-united-kingdom.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.
