> ## Documentation Index
> Fetch the complete documentation index at: https://docs.emby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Discounts

> Create discounts on products and subscriptions

Discounts are a way to reduce the price of a product or subscription. They can be applied to one-time purchasable products or subscriptions.

<img className="block dark:hidden" src="https://mintcdn.com/absolum/gIBvFlLjs1dh8I_M/assets/features/discounts/create.light.png?fit=max&auto=format&n=gIBvFlLjs1dh8I_M&q=85&s=145245bebd6eb343c2c067ec96d02e93" width="2598" height="1710" data-path="assets/features/discounts/create.light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/absolum/Ifc0gU26kXkWly1u/assets/features/discounts/create.dark.png?fit=max&auto=format&n=Ifc0gU26kXkWly1u&q=85&s=91540617b1bcd44ae60e6bab5ec5e855" width="2414" height="1702" data-path="assets/features/discounts/create.dark.png" />

## Create a discount

Go to the **Products** page and click on the **Discounts** tab.

#### Name

Displayed to the customer when they apply the discount.

#### Code

Optional code (case insensitive) that the customer can use to apply the discount. If left empty, the discount can only be applied through a Checkout Link or the API.

#### Percentage Discount

The percentage discount to apply to the product or subscription.

#### Fixed Amount Discount

The discount deducts a fixed amount from the price of the product or subscription.

#### Recurring Discount

The percentage discount to apply to the product or subscription.

* **Once** The discount is applied once.
* **Several Months** The discount is applied for a fixed number of months.
* **Forever** The discount is applied indefinitely.

#### Restrictions

* **Products** The discount can only be applied to specific products. By default the discount can be applied to all products, also ones created after the discount was created.
* **Starts at** The discount can only be applied after this date
* **Ends at** The discount can only be applied before this date
* **Maximum redemptions** The maximum number of times the discount can be applied.

## Apply a discount

Discounts can be applied to a Checkout Link or a Checkout Session.
