> For the complete documentation index, see [llms.txt](https://docs.aiokk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiokk.io/en/lets-start/promocodes.md).

# Promocodes

Activate a promo code during account registration to receive additional bonuses in the system.

{% hint style="warning" %}
**Important!** Only one promo code can be applied per account.
{% endhint %}

## Steps to Receive a Bonus via Promo Code

1. Enter a valid promo code during standard email registration (third-party authorization services are not allowed).
2. Confirm your email by clicking the link sent to the email address you provided during registration.
3. Log in to your newly created account.
4. Fill in the initial questionnaire.

<figure><img src="/files/MTlR8ZePo56sLjJxsKpp" alt=""><figcaption></figcaption></figure>

5. 🎉 Receive your bonus! The bonus amount depends on the specific promo code.

<figure><img src="/files/7snRpkFvVdRzqGY29wFM" alt=""><figcaption><p>Example of an Increased Bonus When Activating a Promo Code of a Corresponding Value</p></figcaption></figure>

## Promo Code Activation Terms

1. **Activation deadline:** Promo codes must be activated within the designated time frame; otherwise, they expire.
2. **Limited quantity:** Some promo codes are issued in limited quantities, e.g., 100 codes. This means the promo code can be used for a maximum of 100 accounts.
3. **Combined limitations:** For special cases, high-demand promo codes may require activation within a specified period and can only be applied to a limited number of accounts as per the promo code’s conditions.

## How to Use the Bonus

You can use the credited funds to analyze a greater number of telephone conversation minutes within our system. To forecast future expenses and plan your budget, you can use the [**budget calculator**](/en/finances/budgeting.md).


---

# 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.aiokk.io/en/lets-start/promocodes.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.
