# Gift Cards

Gift Cards allow you to sell digital codes that carry real currency value. These codes are emailed to the customer after purchase and can be redeemed on your Tebex store either by the buyer or as a gift to others.

Gift Cards are ideal for promotions, seasonal gifts, or as part of in-game reward systems.

***

### Selling Gift Cards via Packages

To offer a gift card as part of a package purchase:

1. Go to **Webstore > Packages**.
2. Create a new package or edit an existing one.
3. In the **Options** section, enable:
   * **Create Gift Card Upon Purchase**: Enter the value you want the gift card to hold.

> **Tip:** Typically, you’ll want the gift card value to match the package price, but this is entirely configurable.

💡 Gift Card packages support commands just like any other package, making them fully customizable.

***

### Creating a Gift Card Manually

To create a gift card without linking it to a package:

1. Go to **Engagement > Gift Cards**.
2. Click **Create Gift Card**.
3. Fill in the following fields:
   * **Card Value**: The monetary value of the gift card.
   * **Note**: Internal use only (for your team).
   * **Expiry Date**: Optional—leave blank for no expiration.

***

### How Customers Redeem Gift Cards

Customers receive an email with their unique gift card code. At checkout:

1. Enter the code in the **coupon code field**.
2. Click **Redeem**.
3. If the gift card does not cover the full amount, the customer can pay the remaining balance using a standard payment method.

> ❗ Gift cards cannot be used to purchase certain restricted packages. If a package does not support gift card payment, customers will be unable to complete checkout with a gift card for that item.

***

### Gift Card Balance Module (Recommended)

Enhance the customer experience by adding a **Gift Card Module** to your store sidebar:

* Allows users to check their remaining gift card balance at any time.
* Can be added via **Webstore > Sidebar**.

This is especially helpful if gift cards are a key part of your store offering.

### Gift Card Video Guide

{% embed url="<https://www.youtube.com/watch?v=AaL2ara4Zac>" %}


---

# 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://docs.tebex.io/creators/tebex-control-panel/engagement/gift-cards.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.
