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

# How do I control which products a discount applies to?

> Pick scope categories and optionally narrow a discount to specific items.

<Note>
  **Must know**

  * All four scope categories — **Passes**, **Memberships**, **Programs**, and **Store** — are always available in the picker, whether or not you actively sell each type. Pick the ones the code should cover.
  * Leaving a category's item list empty means the code applies to **every** item in that category.
  * Events, competitions, and bookings can't be discounted by a promo code.
</Note>

**Scope** controls which things a discount code can be used on. You set it on the **General** step of the discount wizard.

<Steps>
  <Step title="Choose the scope categories">
    Open the **Scope** picker and select one or more of **Passes**, **Memberships**, **Programs**, and **Store**. Selecting all of them shows as **All products** — the code then applies across every category.
  </Step>

  <Step title="Optionally narrow to specific items">
    When you pick a proper subset (not all categories), an item picker appears for each selected category — for example, a **Programs items** list. Choose the specific programs, memberships, passes, or store products the code should cover. Leave a list empty to include everything in that category.
  </Step>
</Steps>

A code only ever discounts lines that match its scope and item list. If a family's cart has nothing that matches, the code simply won't apply to that order — it isn't an error.

Automatic sibling and multi-session discounts are configured on the program itself, not here — see the related article below.

**Related:** [How do I create a discount code?](/club/discounts/create-a-discount-code) · [Why didn't a discount code apply at checkout?](/club/discounts/why-a-code-did-not-apply) · [How are promo codes different from automatic family discounts?](/club/discounts/promo-codes-vs-automatic-family-discounts) · [How do I set member, pass, and multi-session rates?](/club/programs-classes/member-pass-bulk-discounts)
