# Gift cards

## Gift Card Purchase

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

<figure><img src="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2FEettabJMx4YqIiS98IH2%2F84b67270060bc43c63089f12975a0e62.png?alt=media&#x26;token=a53b7678-75a6-4dde-9ff2-981e081ac516" 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="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2FLLDYOUqEZSh5gtgoiXUL%2Fd238fcb98742d9a4bcf488d7b261e07f.png?alt=media&#x26;token=cc2a9d96-4720-438b-9dc5-aa2e21b0e95f" 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="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2FKSetOC9HgRDumlKSkwaB%2F5d53b829358afd52c5a930887e1a388e.png?alt=media&#x26;token=f8896c9e-0234-4f95-9833-3b15417433dd" alt=""><figcaption><p>Checkout screenshot</p></figcaption></figure>


---

# 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.tip4serv.com/store-setup/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.
