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

# How to Set Voucher Stock Alerts

> Get alerted when referrer or referee voucher stock runs low.

export const ClassicCallout = ({children, href, linkLabel = "Open the Classic guide"}) => <Info>
    <strong>This finishes in Classic.</strong>
    {children ? <> {children}</> : null}
    {href ? <>
        {" "}
        For the setup steps, see <a href={href}>{linkLabel}</a>.
      </> : null}
  </Info>;

export const AdminOnly = () => <Info>
    This page is visible to organisation <strong>admins</strong> only. If you
    see <strong>You do not have permission to view this page</strong>, ask an
    admin to make the change, or to invite you with the Admin role.
  </Info>;

<AdminOnly />

Open **Settings > Rewards** to set how low available vouchers can run before Mention Me alerts you.

<Frame caption="The Rewards page, with voucher threshold fields and the Classic card.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/programme/rewards.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=ebf82a45b1cc142457c8bbd43ddb52b7"
    alt="Rewards settings showing referrer and referee voucher threshold
fields"
    width="2540"
    height="1758"
    data-path="images/knowledge-app/settings/programme/rewards.png"
  />
</Frame>

<ClassicCallout>
  Standalone rewards and their voucher batches are still in Mention Me Classic.
  Use **Take me to classic** on the **Manage your rewards** card to set up a
  reward, upload codes, or check what is left in a batch.
</ClassicCallout>

That Classic card appears when Classic links are enabled and you have rewards permission.

## Set Thresholds

Use a whole number of vouchers, for example `150`. If the backend has no value yet, Mention Me suggests 200 for referrer stock and 150 for referee stock.

<Steps>
  <Step title="Open Rewards">Go to **Settings > Rewards**.</Step>

  <Step title="Set Referrer Stock">
    In **Referrer voucher level warning**, enter the count that should trigger
    an alert for referrer vouchers.
  </Step>

  <Step title="Set Referee Stock">
    In **Referee voucher level warning**, enter the count that should trigger an
    alert for referee vouchers.
  </Step>

  <Step title="Save">Click **Save changes**.</Step>
</Steps>

To upload a list of codes rather than manage batches in Classic, see [How to Upload a CSV](/knowledge-app/data/uploads).

## See Also

<CardGroup cols={2}>
  <Card title="Understanding Rewards and Vouchers" icon="gift" href="/knowledge-app/concepts/rewards-and-vouchers">
    How referrer and referee rewards fit the programme.
  </Card>

  <Card title="How to Upload a CSV" icon="upload" href="/knowledge-app/data/uploads">
    Bulk-upload voucher codes from Settings.
  </Card>
</CardGroup>
