# Creating Efento Cloud account

To start using Efento Cloud, you first need to create a user account. There are two ways to do this:

1. **Direct registration:** You can go directly to [cloud.efento.io](https://cloud.efento.io) and register a new account. This method allows you to set up your own account and create a new Organization in the platform.
2. **Invitation via email:** If you have been invited to join an existing Organization, you will receive an email invitation. Click the link in the email to register your account.

Regardless of which method you use, the account registration process is the same and is described in the following steps.

{% stepper %}
{% step %}

### Create an Efento Cloud account

Enter your username, first and last name, email address, and a password. Click "Create Efento account".

{% hint style="info" %}
Your password must be between 8 and 64 characters long. When creating it, we recommend choosing only those rated as **“Good”** or **“Strong”** by the password strength checker.
{% endhint %}

<figure><img src="/files/IpnpI87ZBwmEr204TM2L" alt="" width="424"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Confirm account activation

After completing your registration, you’ll receive an activation link at the email address you provided. Click the link to activate your account.
{% endstep %}

{% step %}

### Sign in to Efento Cloud

Your account has been successfully registered and activated. You can now sign in to Efento Cloud, configure your setup, and start using your monitoring system.
{% 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.efento.io/efento-cloud/getting-started/quickstart.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.
