# Make Coupons

Coupon is a way to give **discount** to your customer by entering special code upon submit their orders.

At editing your Form, go to **Coupons** section.

<figure><img src="/files/m3AyOIbJlmXIGR9JXNmS" alt=""><figcaption></figcaption></figure>

Tap on '**Add Coupon**' button.

<figure><img src="/files/mrxi1tUbiu4KdWuqX8Wg" alt=""><figcaption></figcaption></figure>

You may add a unique Coupon Code, or click 'Generate Code' button to generate random Coupon Code.

Then you can set the type of your as 'fixed' or 'percentage'. After that you can key in the value either in percentage or RM.

You may also set the coupon as limited by tick 'Redemtion Limits' to the number of your choice.

Untick 'Redemption Limits' if you want to make the coupon unlimited.

Click Add to create the coupon. But remember once the coupon is created it cannot be edited. If you make a mistake you need to delete and create a new one.

{% hint style="info" %}
Additionally, you have the option to include the expiration date and minimum subtotal necessary to validate the coupon.
{% endhint %}

<figure><img src="/files/uiOFoLmvuxxlUqszSAbI" alt=""><figcaption></figcaption></figure>

### Share Your Code to the Customer

Select and copy the code to share with your customer. Please mind that the code is case-sensitive, so your customer need to be exact with the code for the system to accept the code and make the discount for his/her purchase. &#x20;


---

# 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://guides.orderla.my/orderla-plus/make-coupons.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.
