# Gift card

A `gift card` is a special type of product. Its value can be used as payment toward future orders from your online store.

You can use gift cards in any of the following ways:

* Sell them in an online store like any other product.
* Share links to gift card products on social media.
* Issue a gift card to a customer for free as a reward or incentive.

When you fulfill an order with a gift card, the customer receives an email that contains a unique gift card code that they can use at checkout to redeem its value.


---

# 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://erickson.gitbook.io/themes/brava/templates/gift-card.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.
