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

# Giftcard Package

> Gift card packages are a type of package that you can sell on your webstore. When a customer purchases a gift card, they receive a code that can be redeemed on the webstore. You can set the value of the gift card and the duration of the code.

## **SMTP Server**

You need to have an **SMTP server** configured in the Admin Panel to send emails to customers when they **purchase a gift card**.

<CardGroup cols={1}>
  <Card title="Setup SMTP Server" icon="gear" href="/features/smtp-server">
    Configure your SMTP server to send emails to customers when they purchase a gift card or to send invoices.
  </Card>
</CardGroup>

## **Creating Gift Card Packages**

To create a **new gift card package**, follow the steps below:

<Steps>
  <Step title={"Go to the Admin Panel"}>
    Navigate to the **Admin Panel**.
  </Step>

  <Step title={"Click on Packages Tab"}>
    Click on the **Packages** tab to access the package management area.
  </Step>

  <Step title={"Add New Package"}>
    Press the **+ Add New** button and select **Package** from the dropdown menu.
  </Step>

  <Step title={"Package Details"}>
    Fill in the **package details**:

    * **Name**: Enter the name of the package.
    * **Description**: Add a description of the package (optional).
    * **Image**: Upload an image for the package (optional).
    * **Category**: Select the category for the package.
    * **Package Type**: Select **"Gift Card"** package type.
    * **Price**: Enter the price of the gift card.
    * **Discount**: Specify the discount amount for the gift card (optional).
    * **Gift Card Amount**: Set the value of the gift card.
  </Step>

  <Step title={"Save the Package"}>
    Press the **"Create the Package"** button to create the new gift card package.
  </Step>
</Steps>

<img className={"rounded-md"} src="https://mintcdn.com/minestorecms/hEiQYqsBtWkxDBJ3/images/features/packages/giftcard-package.png?fit=max&auto=format&n=hEiQYqsBtWkxDBJ3&q=85&s=60834fd8e8aa26f8a0861ffb64129ff9" alt="Giftcard Package Value" width="1526" height="273" data-path="images/features/packages/giftcard-package.png" />

## **Gift Card Redemption**

When a customer purchases a gift card, they receive a code that can be redeemed on the webstore.

<CardGroup cols={1}>
  <Card title="Redeem Gift Card" icon="gift" href="/features/giftcard-redeem">
    Learn how to redeem a gift card on the webstore.
  </Card>
</CardGroup>
