# Discount Card Master

The **Discount Card Master** screen enables healthcare facilities to create and manage discount cards, allowing them to offer patients cost-saving benefits on medical services. It simplifies the process of setting up, tracking, and managing discounts, ensuring efficient administration and improved financial accessibility for patients.

***

## **Overview**

The top section of the screen includes a **Filter** field, allowing users to quickly locate a specific discount card. Next, **Sorting** options help users efficiently organize and filter discount cards based on predefined criteria. To create a new discount card, select the **Add** button. Below, a structured list showcases all created discount cards. Users can hover over a card to reveal additional actions, such as **Edit**, **Discontinue**, and **View Items**, ensuring seamless management.

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

***

## **Functionality**

### [**Discount Card Creation**](/uniteemr/master-modules/discounts/discount-card-master/discount-card-creation.md)

Enables users to add new discount cards with customizable details such as percentage discounts, fixed reductions, and more.

### [**Discount Card Management**](/uniteemr/master-modules/discounts/discount-card-master/discount-card-management.md)

Users can manage records by updating details, marking cards as discontinued, or adding new information.

***


---

# 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/discount-card-master.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.
