# Discounts

AccentPOS has a flexible discount feature for adding either percentage (%) or monetary (£) discounts to orders.

{% hint style="info" %}
Discounts are recorded on each transaction for traceability
{% endhint %}

{% hint style="info" %}
Only location managers can add discounts
{% endhint %}

To add a discount to an order:

1. Locate the order you want to discount
2. Tap the menu icon in the top right of the orders screen
3. Tap 'Discounts'
4. Tap 'Add discount'
5. Provide a discount reason and tap continue
6. Select a discount type; percentage (%) or monetary (£)
7. Enter the amount and tap either 'Select items' or 'Add' (depending on the type)
8. If you add a percentage discount, the system will ask you to choose which categories or items you would like to discount. This feature is particularly flexible for locations that wish to offer discounts on only certain items
9. The discount is applied to the order and the new total is displayed
10. The tax for the order is recalculated to reflect the discount
11. You can delete the discount before the order is paid by tapping discounts again and swiping from right to left

![Apply a % discount](/files/4jJJjuq3a4UKabMWw7to)

{% hint style="info" %}
You can only add one type of discount to an order. You cannot combine percentage and monetary discounts
{% 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.accentpos.com/features/orders/discounts.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.
