> For the complete documentation index, see [llms.txt](https://enoch-app.gitbook.io/enoch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enoch-app.gitbook.io/enoch/personal/giftcard.md).

# Giftcard

Enoch web application offers gift cards, which work similarly to other gift cards like TikTok gift cards.

How to use a gift card on Enoch web application? To use a gift card on Enoch web application, you would need to follow these steps:

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

1. **Purchase a gift card:** You can purchase a gift card through Enoch web application by selecting the gift card option and choosing the merchant you want the gift card from. You would then need to enter the amount you want to purchase and complete the payment process.
2. **Receive the gift card:** After completing the payment process, you will receive the gift card details, including the amount, expiration date, and redemption instructions.
3. **Redeem the gift card:** To redeem the gift card, you would need to follow the specific instructions provided by the merchant. Typically, this would involve entering the gift card details, including the code or card number, during the checkout process when making a purchase.
4. **Check the gift card balance:** You can check the balance of your gift card at any time through Enoch web application. This will help you keep track of the remaining balance on the card.

Enoch web application offers gift cards that can be used to purchase goods or services from a particular merchant. You can purchase a gift card through Enoch web application, receive the gift card details, and then redeem the gift card by following the specific instructions provided by the merchant. Checking the gift card balance is also available through Enoch web application.


---

# 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://enoch-app.gitbook.io/enoch/personal/giftcard.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.
