# Creating Preset Discounts

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group level**.
2. Navigate to **Discounts**.
3. Click **Add Discount**.
4. Enter discount details:
   1. **Name** — internal name (e.g., March coupon)
   2. **Code** — for user input (e.g., SUMMER10)

      Note: Code is not used in POS.
   3. **Discount source**&#x20;
      1. **POS** — for it to be available in the POS upon checkout
      2. **Online** — for it to be available in the web/app upon checkout
   4. **Type —** choose between:&#x20;
      1. **Amount** (e.g., €10 off)
      2. **Percentage** (e.g., 10% off)
   5. **Discount value**
5. Click **Create.**

## Other Discount Configuration Details

* **Minimum Order Value —** minimum spend required for the discount to be valid (e.g., €20 minimum spend to avail 10% discount); this is the **subtotal amount** (basket items total value, adjustments not included)
* **Usage Limit —** total number of times this discount code can be used across all customers
* **Single User Usage Limit —** maximum number of times a single customer can use this code
* **Service Types —** which services are allowed to use the discount
* **Website —** which website(s) are allowed to use the discount
* **Venue —** which venue(s) are allowed to use the discount
* **Available Days** — specify which days of the week the discount can be redeemed (e.g., Wednesdays only)
* **Start At / End At —** date and time when the discount becomes active and when it expires
* **Includes adjustments** — whether discount applies to adjustments
* **Active?** — whether the discount is active or not
* **Overrides product block** — whether the discount overrides product block or not


---

# 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/creating-preset-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.
