> For the complete documentation index, see [llms.txt](https://help.tribeliopage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tribeliopage.com/commerce/voucher-management.md).

# Voucher Management

Dengan Voucher Management, Kamu bisa membuat dan mengelola voucher diskon untuk user yang membeli instant payment.

## Tutorial

![Voucher Management](/files/B5nHZqpvLHO47Yab9JJP)

1. Klik menu “**Commerce**”. Pilih menu “**Transaction**”.&#x20;
2. Jika kamu mau export daftar transaksi, kamu bisa klik menu “ **Export CSV**”.
3. Klik "**Add Voucher**" untuk membuat voucher baru. Lalu, isi informasi yang diperlukan, seperti:
   * **Code**, kode unik voucher
   * **Quantity**, jumlah voucher
   * **Instant Payment**, pilih instant payment
   * **Type Discount**, jenis voucher berbentuk potongan diskon atau harga
   * **Discount**, tentukan besar potongan yang akan diberikan
   * **Start Date**, mulai masa berlaku voucher
   * **End Date**, akhir masa berlaku voucher
4. Jika kamu ingin melihat audiens yang menggunakan voucher, klik "**View**"
5. Klik "**Export**" untuk men-*download* data member yang menggunakan voucher
6. Jika kamu ingin mengubah pengaturan voucher, klik menu titik tiga, lalu klik "**Edit**"&#x20;
7. Jika kamu ingin menghapus voucher, klik klik menu titik tiga, lalu klik "**Delete**".


---

# 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://help.tribeliopage.com/commerce/voucher-management.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.
