> 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/signing-up-and-onboarding.md).

# Signing up and onboarding

If you need assistance with setting up and implementing the product, feel free to contact us 👇

{% embed url="<https://aiokk.io/en/request?utm_source=aiokk_gitbook>" %}

## Registration Process

{% stepper %}
{% step %}

### Enter initial registration details

1. Open the page [**https://my.aiokk.io**](https://my.aiokk.io/signup?utm_source=aiokk_gitbook) in your browser
2. Enter your email address, create a password, and confirm the password according to security requirements to proceed to the next step.
3. If you have a promo code, enter it during registration. Your bonus will be credited after email verification.

<div data-full-width="false"><figure><img src="/files/KEex8AGPrg6ikjLWWm00" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Select your country and accept the terms of service

<div data-full-width="false"><figure><img src="/files/NTA3p5DOL0DAntSTSIQT" alt=""><figcaption></figcaption></figure></div>

After this step, you will receive an email with a link to confirm your account within a few minutes.
{% endstep %}

{% step %}

### Confirm your account

Click the link in the email to activate your account and gain access to your personal account.
{% endstep %}

{% step %}

### Log in to your new account

Enter the login and password you used during registration and click the “Login” button.
{% endstep %}

{% step %}

### Provide basic details and marketing information

Fill in the requested information to help us prepare your account. **Note:** Once this window is closed, only the time zone and analytics result language will remain [**editable**](/en/settings/profile.md) later.

<div data-full-width="false"><figure><img src="/files/7K1B2Zq36tBo7aSWE4mr" alt=""><figcaption></figcaption></figure></div>

Done! If you activated a promo code we’ll credit you with a welcome bonus so you can start using the service right after setup.

<figure><img src="/files/qUKcbnTcEyvKRsK89w47" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Complete a short step-by-step service tutorial

Go through the technical onboarding to familiarize yourself with the system’s features and setup stages.
{% endstep %}

{% step %}

### Start configuring the system

Now you’re ready to get to work!
{% endstep %}
{% endstepper %}


---

# 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/signing-up-and-onboarding.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.
