# Creating Vouchers

1. In the [**Admin Portal**](https://admin.gobossit.com/), go to the **group level**.
2. Navigate to the **Vouchers** section.
3. Click **Add vouchers**.
4. Fill in the voucher details:
   1. **Code** — Enter your desired voucher code or click **Generate** to auto-generate a random code.
   2. **Balance** — Specify the value of the voucher.
   3. **Currency** — Set the appropriate currency.
   4. **Consumer** — You can:
      1. leave it **blank** to make it a general use voucher,
      2. assign it to an existing customer by searching their **email address** in the **Consumer field**, or
      3. enter an **email address** in the **New customer** field to create a new customer
5. Click **Create**.

Once created, the voucher will be available for use at checkout.

{% hint style="info" %}
If a voucher is assigned to a specific customer, they will receive an email with the voucher details.

For new customers, they will be able to redeem the voucher once they register.
{% endhint %}


---

# 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/creating-vouchers.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.
