# Applying Discounts (POS)

On the Checkout page, click the **Discounts** button. This will open a pop-up where you either apply a preset discount or create a custom discount.

## Applying a Preset Discount

On the discount pop-up, you can search for and select the discount you want to apply.

## Applying a Custom Discount

On the discount pop-up, there are two modes you can use to apply a discount:

* **Discounts Mode** — Enter the **amount or percentage to be deducted** from the total.
* **Amount Due Mode** — Enter the **final amount** the customer should pay after the discount.

You can click on the **Mode** button to switch between modes.

<figure><img src="/files/MwEyu34JvknzKBhLueY9" alt=""><figcaption></figcaption></figure>


---

# 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.bossithq.com/discounts/discounts-in-the-pos/applying-discounts-pos.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.
