# Gift Cards

Create a gift card product and sell it to your customers!

When a customer purchases a gift card, the gift card recipient will be sent a one-time use coupon code. Getting this setup is super simple.&#x20;

### Create Gift Card

Gift Cards can be created under the eCommerce tab.

![](/files/-MgqVQS6Vy9jf3R6cnZu)

|                   |                                                                        |
| ----------------- | ---------------------------------------------------------------------- |
| Title             | The title of the gift card product                                     |
| Description       | A short description for the gift card product                          |
| Price             | The gift card amount, which is also the amount charged when purchased. |
| Subscription Plan | (optional - see [gift subscriptions](/admin/gift-subscriptions.md))    |

After creating the gift card, you can also add an image, which is shown on the product, and when the gift card product is shared on social media.

### Sell Gift Card

After you create a gift card, it can be viewed on your site just like other pieces of content.

All Gift Cards - /gift-cards

Single Gift Card - /gift-cards/gift-card-name

![](/files/-MExBq77Tal6BUoOefrb)

At the checkout screen the customer will be prompted to enter the recipient name, email address, and an optional message.

![](/files/-MExCVdvzrB-3Cl4jzj-)

When the customer purchases a gift card, a one-time use coupon will be generated and mailed to the recipient email. These can be viewed in the Coupons section, and are distinguished with a *Gift Card* label for easy reference.&#x20;

**We don't recommend deleting these auto generated coupons.**

![](/files/-MExEFofYM2KkXPMEt1u)


---

# 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.mavenseed.com/admin/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.
