# Coupon Management

Staff use this option to manage records by updating details, marking cards as discontinued, or adding new information.

{% hint style="warning" %}
The master record can be modified only if the coupon has not been issued or redeemed.
{% endhint %}

***

## Various Features

### Sorting and Filtering

This sorting and filtering feature helps manage coupon by categorizing them based on status. Users can view **Active, Discontinued, Yet to Active, Expired,** and **Ending in a Week** coupon, ensuring easy tracking and timely updates. The **All** category provides a complete list, improving navigation and management.

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

***

### Editing or Discontinuing Coupon&#x20;

To modify or discontinue coupon, hover over the card to reveal the **EDIT** and **DISCONTINUE** options.

<figure><img src="/files/5C1qrnLC2vQpv65CAuxv" alt=""><figcaption></figcaption></figure>

#### Editing Coupon&#x20;

Click the **EDIT** hyperlink to open the **Update Coupon** pop-up screen. Make the necessary changes, such as updating the coupon details, type, percentage, amount, validity period or add items. Once the modifications are complete, click **UPDATE** to save the changes.

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

**Discontinuing Coupon**&#x20;

To remove a coupon from active use, click the **DISCONTINUE** hyperlink. This action opens a prompt message to confirm the discontinuation. Click **Yes** to mark the campaign as inactive.

***

### Reactivating Coupon

To revert a coupon from a discontinued to an active state, hover over the card to reveal the **Active** option. Click the hyperlink to open a prompt message confirming the activation. Click **Yes** to mark the coupon as active.

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

***


---

# 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://unitecare.gitbook.io/uniteemr/master-modules/discounts/coupon-master/coupon-management.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.
