# Create an account

## Email registration

The first step to start using the platform is to create an account in **CKBull Developer Console.** To achieve this, you can register yourself with an **email address.**

{% hint style="info" %}
If you do register with an email address, you will need to **verify your account** with the token sent to the provided email. If the token expires, you can also resend a verification email.
{% endhint %}

{% hint style="warning" %}
Remember that if your account is not verified, **you won't be able to access the developer console** and, so on, register your dApps.
{% endhint %}

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

## Google registration

Another registration option is using a Google account, which is also supported.

{% hint style="info" %}
If you register with Google, you will be **automatically verified**.
{% endhint %}

To register, click the **Continue with Google** button on the login page.

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


---

# 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.ckbull.app/getting-started/create-an-account.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.
