# Coupons

{% hint style="warning" %}
Please note that this section/document is still <mark style="color:purple;">**Work in Progress**</mark><mark style="color:purple;">.</mark> It might be updated, revised, or changed entirely in the near future.&#x20;
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1ktPRZ0r5mi5kPLii9zcbaggV3jU_nM-q/view?usp=drive_link>" %}
Managing Your Coupons
{% endembed %}

### <mark style="color:purple;">**How to Create a Coupon:**</mark>

1. **Start by Clicking + New Coupon:** Located at the top right of the dashboard, this button opens a customization pop-up for your new coupon.
2. **Coupon Name:** Assign a unique name to differentiate your coupons within the dashboard.
3. **Coupon Code:** This is the code your customers will use at checkout. Make it memorable and related to the promotion.
4. **Discount Type:** Choose between a percentage discount or a fixed rate off the order total.
5. **Discount Value:** Depending on your chosen discount type, input the percentage or fixed amount.
6. **Redemption Limits:**
   * Limit by Date Range: Specify the timeframe during which the coupon can be redeemed.
   * Limit by Total Redemptions: Set a cap on the number of times the coupon can be used.

{% embed url="<https://drive.google.com/file/d/1A4vLOYZhmxec5Kc8ll_KZLFRNVS5F23o/view?usp=drive_link>" %}
How To Create A Coupon
{% endembed %}

### <mark style="color:purple;">**How to Edit a Coupon:**</mark>

1. **Access Coupon Options:** Click the three dots next to your desired coupon to reveal options.
2. **Choose Edit:** Selecting "Edit" brings up the coupon's customization pop-up, allowing full access to modify its details.
3. **Update Your Coupon:**
   * **Coupon Name:** Modify the name to better suit your campaign or to correct any prior mistakes.
   * **Coupon Code:** Update the code to refresh the offer or make it more relevant to current promotions.
   * **Discount Type and Value:** Adjust the type of discount (percentage or fixed rate) and its value based on the campaign's performance or strategy shift.
   * **Redemption Limits:** Revise the date range for coupon validity or the total number of redemptions to adapt to your marketing needs.
4. **Save Your Changes:** After updating, click "Save Changes" to immediately apply the modifications.


---

# 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://docs.pennicart.io/managing-your-store/dashboard/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.
