# Account Setup

Getting started with Qolaba is quick and seamless. This guide will walk you through the process of creating your account, accessing your dashboard, and completing the onboarding steps to help you make the most of the platform from day one.

{% stepper %}
{% step %}

### Sign Up For Free

* Go to [Qolaba.ai](https://www.qolaba.ai/)
* Click **"Signup"**
* Enter your email address and create a password&#x20;

{% hint style="info" %}
You can sign up faster using Google or other social login options.
{% endhint %}
{% endstep %}

{% step %}

### Verify your account

* Check your email inbox for a verification code
* Enter the code to activate your account
  {% endstep %}

{% step %}

### Login and Explore

* Log in at [Qolaba.ai](https://www.qolaba.ai/)&#x20;
* You'll receive **400 free credits upon signup immediately**
  {% endstep %}

{% step %}

### Complete Onboarding

* Once you log in, you’ll land on the **Onboarding Dashboard**
* Follow the guided tasks and challenges to get familiar with the platform
* These steps are designed to help you understand key features and workflows

{% hint style="success" icon="rocket-launch" %}
Completing onboarding helps you navigate the platform more confidently and unlock its full potential faster.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.qolaba.ai/getting-started/account-setup.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.
