# Running Discounts on Keeta

You can run different types of discounts on Keeta to attract more customers. Currently, discounts can be offered in three ways:

* **Fully Sponsored by Restaurant** – The restaurant bears the entire discount cost.
* **Fully Sponsored by Keeta** – Keeta covers the entire discount cost.
* **Shared Sponsorship** – The discount cost is shared between the restaurant and Keeta.

These must be configured directly on the Keeta Dashboard. They will also be supported in order relay and reconciliation.

The article below provides an overview of the different types of discounts that can be applied on Keeta.

## Supported Discounts

### Fixed Discount

* Offer a set amount off the total bill, usually when a customer spends a certain minimum.
* Example: Get ₹100 off on orders of ₹300 or more!

### Percentage Discount

* Apply a percentage off the total cart value, also typically with a minimum spend condition.
* Example: Enjoy 30% off on orders above ₹200!

### Percentage Dish Discount

* Give a percentage discount on a single specific item that you choose. This applies once per order.
* Example: Get 20% off on our Chicken Burger (one per order)!

### Delivery Fee Discount

* Give a value discount on a delivery charge, sponsored by Keeta. This applies once per order.
* Example: Get QAR 8 off (one per order)!

Once your menu is successfully published, your discount will be live on Keeta for the selected item, ready to delight your customers and boost your orders!


---

# 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://help.urbanpiper.com/ordering-channels/keeta/running-discounts-on-keeta.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.
