> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/discounts/applying-discounts.md).

# Applying Discounts

To apply a discount to a client profile, visit the Clients Page and then select the edit client button to edit a client profile, on the Edit Client Prompt you can set a discount profile for a client by pressing the +Discount button. Applying this discount will then automatically prompt to apply it in the POS cart on future checkout

<figure><img src="/files/wQzJqLmJlFiSBxNmuTuS" alt=""><figcaption><p>The Edit Client Page - Discount Profile section</p></figcaption></figure>

## Using Discounts

When a client has been assigned a discount in the POS when the client has been added, their respective discount will apply to the cart

<figure><img src="/files/XKmxJYGwZlQS2uluhFXG" alt=""><figcaption><p>A discount profile automatically applied in the POS screen</p></figcaption></figure>

<figure><img src="/files/nDn4YdpA24MEJIGDyuMC" alt=""><figcaption><p>The remove discount button in the POS screen</p></figcaption></figure>

If a client does not have a discount profile assigned you can still access the discount profile to apply them for single use, press the +Discount button in the POS and then hit the peoples icon where a discount profile prompt will appear to select a profile to apply for this cart. This is a one time use and the profile will not apply automatically to the clients profile for future use

<figure><img src="/files/mRXPFQhDV337CtRidDRT" alt=""><figcaption><p>The single use discount profile button</p></figcaption></figure>

<figure><img src="/files/1xjVFEZFNa0HqJu9BjpD" alt=""><figcaption><p>The POS Discount Profile selection prompt</p></figcaption></figure>


---

# 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.simplespa.net/simplespa-documentation/fundamentals/discounts/applying-discounts.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.
