> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/roomfolk/pages/gift-card-page.md).

# Gift card page

The page a customer lands on after buying a gift card. It shows the card, its value, its code and a QR code for using it in a shop.

It has no settings — it is built to work without configuration.

## What is on it

* Your logo, or your store name if you have not set one.
* The gift card's value and remaining balance.
* The gift card code, and a button to copy it.
* A QR code that can be scanned at a physical till.
* An **Add to Apple Wallet** button, on devices that support it.
* A link back to your store.

## Selling gift cards

Gift cards are a product, created in your Shopify admin under **Products → Gift cards**. Once you have one, it appears in your store like any other product.

Roomfolk's product page handles gift cards specially: it offers to send the card to somebody else, with the recipient's name and email address, a message, and a date to send it on.

That means a customer can buy a card as a present without having to forward anything themselves.

## Why the accelerated checkout buttons are hidden on gift cards

On a gift card product, the express checkout buttons — Shop Pay and the rest — are deliberately not shown. Those flows skip the recipient fields, so a customer who filled them in and then used one would buy the card for themselves and lose the message. The add to cart button is the only route, and it keeps the recipient details.

## Expiry

Gift card expiry, where your local law allows it, is set in your Shopify admin, not the theme.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lufavo.com/roomfolk/pages/gift-card-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
