# How to create an account?

The registration and account activation process on the MessageFlow platform consists of the following steps:

1. Go to <https://app.messageflow.com/register/> and complete the details in the form (E-mail, login, password)

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

2. Read the applicable terms of service, anti-spam policy, and privacy policy, then accept their terms.
3. Submit the form by clicking Register.
4. Check your inbox, open the verification email, and click the **Activate Account** button.
5. Complete the profile survey (covering your company details and information about your planned sending activity). Once correctly filled in, you will gain full access to the panel.

{% hint style="info" %}
The TIN address you enter in the survey will be editable only after contacting Customer Service. You will not be able to edit this number yourself.
{% endhint %}

#### **Quick Start: Test Sandbox Domain**

Uponsuccessfully completing the registration process and gaining access to your account, the system automatically assigns a test sandbox domain to it. This mechanism enables you to immediately carry out technical verification and test email sends, both from the panel and via API/SMTP integration - without needing to make any prior changes to your DNS records.

Please note that the sandbox domain is intended solely for initial validation and does not guarantee high deliverability. When upgrading to a paid plan, the sandbox domain is permanently removed along with all associated sender addresses. To carry out regular production sends, authorization of your own domain is required.


---

# 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.messageflow.com/account/login-and-account-management/how-to-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.
