> 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-trial.md).

# Voucher Trial

This menu is used to view the trial voucher used by the project. There are several things that an Admin User should know about vouchers:

* Admin User can receive a reminder email from `info@cloudeka.id` if the trial voucher expires.
* Admin Users can combine several trial vouchers to be able to try the Cloudeka Portal Service.
* If the trial voucher has expired, it will be automatically deleted from the voucher page, so Cloudeka Portal Services that use a trial voucher cannot be used.
* 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.124%20detail%20voucher%20trial.png" alt=""><figcaption><p>Voucher Trial Description</p></figcaption></figure>

<table><thead><tr><th width="203">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>1. Voucher Name</strong></td><td>Is the label given to the voucher to identify the voucher.</td></tr><tr><td><strong>2. Voucher Code</strong></td><td>A unique code used to identify the voucher.</td></tr><tr><td><strong>3. Limit Service</strong></td><td>is a service limit for service instances, vCPU, Memory, Root Disk, Data Disk, Data Disk Size, Object Storage, Object Storage Size, Snapshot, Snapshot Size, VPC, Floating IP, and Load balancer that can be used.</td></tr><tr><td><strong>4. Project Name</strong></td><td>Is the project name that uses a trial voucher.</td></tr><tr><td><strong>5. Validity Period</strong></td><td>Is the period of time in which the voucher can be used.</td></tr></tbody></table>

You can claim a Trial Voucher by following these steps:

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

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

On the Voucher page select the **Voucher Trial** tab. Enter the Voucher code that was given to you then click Claim.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.115%20Claim%20Voucher.png" alt=""><figcaption><p>Claim Voucher Trial</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.116%20Select%20Project.png" alt=""><figcaption><p><em>Claim Voucher Trial</em></p></figcaption></figure>

* **Voucher has been successfully claimed!** that the voucher has been successfully claimed and can be used by the **My First Project with Prepaid project**.

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

* The voucher can already be used. You can see the voucher that has been claimed. You have a service Instance, vCPU, Memory, Root Disk Size, and VPC.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/1serviceportal/1.118%20Voucher.png" alt=""><figcaption><p>Claim Voucher Trial</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-trial.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.
