> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/cloudeka_portal_service/voucher/voucher-credit.md).

# Voucher Credit

This menu is used to view the Credit Voucher used by the project and claim the voucher if you have a Credit Voucher code. The credit voucher that has been claimed displays the following data:

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.125%20detail%20voucher%20credit.png" alt=""><figcaption><p>Voucher Credit</p></figcaption></figure>

<table><thead><tr><th width="179">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>1. Voucher Name</strong></td><td>The name of the project voucher used.</td></tr><tr><td><strong>2. Voucher Code</strong></td><td>A unique code that is used to identify the credit voucher.</td></tr><tr><td><strong>3. Voucher Data</strong></td><td>There are several:<br>- <strong>Project Name</strong> the name of the project using the voucher credit.<br>- <strong>Type</strong> there are two types of credit vouchers, including one-time vouchers and recurring credit vouchers.<br>- <strong>Status</strong> there are two statuses on the voucher, namely Available and Unavailable.<br>- <strong>Amount</strong> is the voucher price that must be paid by the user.<br>- <strong>Disbursement Date</strong>is the date on which funds or payments from the voucher will be given or distributed to the recipient of the voucher.</td></tr><tr><td><strong>4. Validity Period</strong></td><td>The date on which funds or payments from the voucher will be given or distributed to the recipient of the voucher.</td></tr></tbody></table>

If you have a Credit Voucher code, you can claim a Credit Voucher by following these steps:

* Click the **Organization** menu then select **Voucher Credit**.

<figure><img src="/files/MT13bWZAUVtK5bhtd6hi" alt=""><figcaption><p>Claim Voucher Credit</p></figcaption></figure>

* Enter the **Voucher code** that you gave, then click **Claim**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.121%20klaim.png" alt=""><figcaption><p>Claim Voucher Credit</p></figcaption></figure>

* The Select **Project pop-up** appears, **select the project** that will use the voucher then click **Save**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.122%20choose%20project.png" alt=""><figcaption><p>Claim Voucher Credit</p></figcaption></figure>

* The notification **Voucher has been successfully claimed!** that the voucher can be used by the **Tech Writer** project.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.123%20success%20claim.png" alt=""><figcaption><p>Claim Voucher Credit</p></figcaption></figure>


---

# 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://docs.cloudeka.id/cloudeka_portal_service/voucher/voucher-credit.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.
