> For the complete documentation index, see [llms.txt](https://yhshanto.gitbook.io/azzoa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yhshanto.gitbook.io/azzoa/catalog/coupon.md).

# Coupon Management

To manage your **Azzoa** e-commerce coupon, navigate to **Catalog >> Coupons**. You can see a table of coupons here.

![](https://i.imgur.com/Ox5LkKm.png)

This can be empty if you have no coupon already.

## New Coupon

To add a coupon, click on **Add New Coupon**. A form will open in modal pop up. Enter a **unique**, **uppercase** coupon code, careful about start date and expire date. You can select customers if you want to valid this coupon for only a group of your customers. You can also choose products like customers. Up to amount will only valid for percentage discount type. You can set upto, maximum use limit count, minimum cart amount required for this coupon to be valid to -1 for default behavior. Click on **save**.

![](https://i.imgur.com/HgXiZK5.png)

## Edit Coupon

To edit a coupon, click on pencil marked icon from associated coupon row. Edit fields as like add coupon and click on update.

![](https://i.imgur.com/XUiC3lD.png)

## Delete Coupon

You can only delete unused coupon from that table. Click on trash marked icon form associated coupon row. Confirm the modal.

![](https://i.imgur.com/FQrVmXy.png)

Please checkout the [video](https://youtu.be/5EeunntFnvY?list=PLii4-h5xweF8coKPY-zWW7jPhON96MZO9) on coupon management to get more information.

{% embed url="<https://www.youtube.com/embed/5EeunntFnvY?list=PLii4-h5xweF8coKPY-zWW7jPhON96MZO9>" %}


---

# 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://yhshanto.gitbook.io/azzoa/catalog/coupon.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.
