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

# Gift cards

## Gift Card Purchase

The customer selects their **desired gift card** and provides the **recipient's email address**.

<figure><img src="/files/gKBkYG91Qo3fsoJTtrdq" alt=""><figcaption><p>Image taken from the Murga example theme.</p></figcaption></figure>

## Receipt of the Email Containing the Gift Card Code

After payment confirmation, the recipient will receive the code via email.&#x20;

<figure><img src="/files/yplqOKpXKz62b3JdQq3X" alt=""><figcaption><p>Confirmation Email Screenshot</p></figcaption></figure>

## Using the Gift Card

\
The customer enters their code at checkout. If the gift card credit is lower than the cart total, the remaining credit is deducted from the cart, and the customer must pay the remaining balance.&#x20;

If the gift card balance fully covers the cart total, the order will be validated without any additional payment.

<figure><img src="/files/Ywswzw0WuFyKyuGMHAOV" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.tip4serv.com/promotions-and-marketing/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.
