# Voucher Purchase (Web)

Customers can purchase digital vouchers directly through the website by going to the **Vouchers** tab and clicking **Buy Now**.

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

These vouchers can be used for future orders or be gifted to others.

{% tabs %}
{% tab title="For personal use" %}

1. Enter desired **voucher value**.
2. Enter your **email address**.
3. Click **Buy a voucher.**
4. Process **payment**.

<figure><img src="/files/1BPfm9hc7bJtMY7aj5XT" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="As a gift" %}

1. Enter desired **voucher value**.
2. Click **Give this to someone else?**
3. Fill in the information required:
   1. **Your email address**
   2. **Recipient email**
   3. **Gifted by** (your name)
4. Click **Buy a voucher.**
5. Process **payment**.

<figure><img src="/files/6QOtUXRqlYfVCW3bwhHc" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.bossithq.com/vouchers/vouchers-in-the-web-app/voucher-purchase-web.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.
