# Create a Reward Unit

[Rewards](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/program-reward-options-explained.md) are used to motivate your advocates and their referred friends to take part in your referral program. When you set up *credit* rewards, you also need to create a reward unit to define what the credit gives to the participant (like a free month of your premium service tier).

1. From the left navigation menu, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage] → Rewards → Reward Units**.
2. In the upper-right corner, select **Create Reward Unit**.
3. Select a **Reward Unit Type**.

{% tabs %}
{% tab title="Credit" %}

* From the **Currency** drop-down list, select a currency for this reward unit. Only one currency can be selected.

If you selected USD as your currency and [W-9 Compliance](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/w-9-compliance-explained-for-advocate.md) is turned on for your Advocate program, then participants who earn [rewards](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward.md) based on this reward unit will have the value of the reward unit counted toward their taxable total for the year.
{% endtab %}

{% tab title="Cash" %}

1. ![](/files/OoA2qxPalfCYKZvmxuU6) **\[Toggle on]** **Currency** to assign a currency for this reward unit.
2. From the drop-down list, select one or more currencies.

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p><strong>Note:</strong> Multi-currency support is only available to certain Advocate editions. If you're interested, reach out to your CSM (or <a href="https://app.impact.com/support/portal.ihtml?createTicket=true&#x26;&#x26;">contact support</a>) to ask about upgrading.</p></div>
3. If [cash payouts](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/pay-with-cash/cash-payouts-for-advocate-explained.md) are enabled for your account, select ![](/files/4AJktj2qcV3ZjYYKylZP) **\[Checked box]** **Use impact.com to send a payment to your participants**.
   {% endtab %}

{% tab title="Months" %}
The Month reward unit is a standard unit that can't be customized.
{% endtab %}

{% tab title="Points" %}
The Points reward unit is a standard unit that can't be customized.
{% endtab %}

{% tab title="Custom" %}

1. Enter a **Unit ID**. The unit ID is used in your program rules and rewards, so impact.com recommends a short but descriptive ID, e.g., `TICKETS`.
2. ![](/files/OoA2qxPalfCYKZvmxuU6) **\[Toggle on]** **Currency** to assign a currency for this reward unit.
3. From the drop-down list, select one or more currencies.

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p><strong>Note:</strong> Multi-currency support is only available to certain Advocate editions. If you're interested, reach out to your CSM (or <a href="https://app.impact.com/support/portal.ihtml?createTicket=true&#x26;&#x26;">contact support</a>) to ask about upgrading.</p></div>

{% endtab %}
{% endtabs %}

4. Enter a descriptive **Name**.
5. Complete the setup steps specific to the reward unit type selected.
6. Optionally, expand the **Advanced Settings** to further configure the reward unit.
   * Assign a **US Taxable Value** for the reward unit.
     * The *US Taxable Value* customization allows you to assign a taxable value to rewards which do not directly reward USD. We recommend using this option if [W-9 Compliance](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/w-9-compliance-explained-for-advocate.md) is turned on for your Advocate program and you want this reward unit to be subject to reward limits.
     * A JSONata expression is required to define the value of the reward unit. You can use the variables `totalValue` and `count` in the expression.

       <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Example:</strong> If you want each Custom reward unit earned to have a taxable value of $5 USD, then enter an expression like <code>500*totalValue</code>.</p></div>
   * Enter a **Reward Pretty Value** to define how this reward unit will appear for your participants.
   * Deselect the **Additional options** if you don't want the reward unit to be **redeemed**, to allow rewards using this unit to **expire**, or to be **canceled**.

     <div data-with-frame="true"><figure><img src="/files/RJyJNQiCIwb8nN6Jq8By" alt="" width="302"><figcaption></figcaption></figure></div>
7. Select **Create Reward Unit**.

#### Learn more

* [Program Reward Options Explained](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/program-reward-options-explained.md)
* [Create a Reward](/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward.md)


---

# 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://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward-unit.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.
