> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/ordering-channels/keeta/running-discounts-on-keeta.md).

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