# Create your user account

Create your Diaflow account from the registration page at <https://platform.diaflow.app/register>.

<figure><img src="/files/2eNqG0L6W2yp88ApghUh" alt=""><figcaption></figcaption></figure>

You can create an account with:

* Google
* Email

## Create your account

1. Open the registration page.
2. Choose **Google** or **Email**.
3. Complete the sign-up flow.

If you sign up with **Email**, Diaflow sends a verification code to your inbox. Enter that code to verify your email address.

{% hint style="info" %}
If you do not receive the verification email, refresh the page and submit the registration again.
{% endhint %}

***

## Complete your profile

Before you enter the platform, Diaflow asks a few short onboarding questions to set up your account. Diaflow also assigns a random username by default.

You may be asked:

* How did you hear about Diaflow?
* What describes you best?
* What's your industry?

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

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

## What happens next

After your account is created, Diaflow creates a workspace for you automatically. You are then redirected to the Dashboard.

From the Dashboard, you can start creating your first flow.

<figure><img src="/files/7Pa0hzmouG0p2UsZbfVF" alt=""><figcaption></figcaption></figure>

### Need help?

* *Already have an account? Go to* [*Log in and log out*](/user-account/log-in-and-log-out.md)*.*
* *Cannot access your account? See* [*Reset user account password*](/user-account/reset-user-account-password.md)*.*


---

# 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.diaflow.io/user-account/create-your-user-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.
