> For the complete documentation index, see [llms.txt](https://bob-order.gitbook.io/bob-order-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-order.gitbook.io/bob-order-user-manual/discount-management.md).

# Discount Management

### What is discount management?

The  "discount settings" refers to the arrangement used when organizing a discount event for specific menu items or categories.

### To create Discount, follow these steps:

1. Access **Discount Management** by navigating to the **three bars located at the top corner > Discount Management**.
2. Click on **the Pencil Button** located in **the right** of the screen to start creating a new discount.\ <br>

   <figure><img src="/files/T7z05eibvsnSYKUYDqOk" alt=""><figcaption></figcaption></figure>
3. Fill out the required sections as follows:
   1. **Apply Discount** : Determine whether to actually apply the discount.
   2. **Discount Title** : The title of the discount. It is just only for management. It will not be displayed to customers.
   3. **Discount Level**
      1. **Product based discount** : This is used when you want to apply the discount to specific menus only.
         1. Click on **Choose Products Button**&#x20;
         2. In the right column, select the product you want to apply the discount to.
      2. **Category based discount** : This is used when you want to apply the discount to menus included in a specific category only.
         1. Click on **Choose Products Button**&#x20;
         2. In the right column, select the category you want to apply the discount to.
   4. Discount Type
      1. Fixed Rate : You calculate the price based on a discount percentage applied to the base price, for example, 15%.
      2. Fixed Amount : You calculate the discounted price based on the price set from the base price, for example, $15.
   5. Discount Period
      1. Select the duration for which the discount will be applied.
      2. Click on **Choose discount period**
4. Optional
   1. **Discount Condition > Minimum Price Condition** : The discount is applied only if the price of the menu item is equal to or above the minimum set price.


---

# 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://bob-order.gitbook.io/bob-order-user-manual/discount-management.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.
