# cldkctl voucher-credit

The voucher-credit command manages vouchers that provide credit balances for your Cloudeka project. It allows you to claim new vouchers, view claimed voucher details, and manage credit allocations associated with your project. This is useful for organizations or users who receive promo codes, funding allocations, or credit-based resources that can be applied to their Cloudeka account.

## Usage

```
cldkctl voucher-credit [flags]
cldkctl voucher-credit [command]
```

## Available Commands

<table><thead><tr><th width="137.33331298828125">Command</th><th>Description</th></tr></thead><tbody><tr><td>claim</td><td>Claim a voucher to receive project credits</td></tr><tr><td>list</td><td>List all claimed vouchers and view their details</td></tr></tbody></table>

## Flags

<table><thead><tr><th width="111.33331298828125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the voucher-credit command.</td></tr></tbody></table>

{% hint style="success" %}
This command supports [Global Flags](/cloudeka-api-list/global-flags.md) section for details.
{% 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.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-voucher-credit.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.
