# Basic giveaway

> We can use giveaways for rewarding our customers with vouchers or gift cards from other companies.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

Let's [create a standard campaign](/docs/product/campaigns/create-and-manage-campaigns.md#create-a-campaign-from-scratch)
with a [promotion rule](/docs/product/rules/overview.md#promotion-rules) to [give new customers an
Amazon gift card](/docs/product/rules/effects/use-effects#award-a-giveaway) if their
session total reaches a certain amount.

:::note
The [**Giveaways** feature](/docs/product/campaigns/settings/manage-campaign-features.md)
has to be enabled and it is necessary to have created at least one [giveaway pool](/docs/product/giveaways/create-giveaways.md).
:::

## Award an Amazon gift card

Let's [build a rule](/docs/product/rules/create-and-manage-rules.md#create-a-promotion-rule) to award
an Amazon gift card to customers who spend $50 or more in one session.

Let's name the rule `Amazon giveaway`. It has two conditions and one effect.

### Conditions

- **Check attribute value**: **First session ever? (Current session)** is `True`.
- **Check attribute value**: **Cart items total (Current session) is greater than or equal to** `50`.

### Effect

**Award giveaway**: **Giveaway pool** is the giveaway pool that we created and connected to the
Application, and **Recipient** is `Current Customer`.

## Related pages

- [Giveaways overview](/docs/product/giveaways/overview.md)
- [Create a basic discount](/docs/product/tutorials/coupons/basic-discount.md)
- [Create coupons and gift cards](/docs/product/campaigns/coupons/create-coupons.md)
