# Login

### How to log in?

{% stepper %}
{% step %}
Go to the website using the link <https://roolz.net> or paste it into a search query. On the main page in the upper right corner, click on the "‎Log in" button. If you are using a mobile phone, this button is located in the menu in the upper left corner.

<div align="left"><figure><img src="/files/AthPrmsnQH2plgf4RgJ4" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
In the window that opens, enter the information you used to register:

{% tabs %}
{% tab title="VIA EMAIL" %}

1. Enter your email address and password.
2. If you have forgotten your password, use the "‎Login via link" option or reset your password.
3. In both cases, you will receive an email with a link to proceed.

<div align="left"><figure><img src="/files/45PivviPpB9Jm5lpBZEJ" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="VIA PHONE" %}

1. An SMS code will be sent to the specified number, which must be entered to log in.

<div align="left"><figure><img src="/files/PnkPtgQoPWd68rj0F1wF" alt=""><figcaption></figcaption></figure></div>

{% hint style="danger" %}
**Note!** Adding a phone number to your user profile if you registered via email, or adding your email if you registered via phone number, does not make these details an additional authentication method. Attempting to log in using them will result in creating a duplicate profile. You can find out how to set up an additional authentication method [here](/en/registration-and-login/how-to-change-login-method.md).
{% endhint %}
{% endtab %}

{% tab title="VIA GOOGLE ACCOUNT" %}

1. Log in via your Google account.
2. Select the preferred account and click on it.

<div align="left"><figure><img src="/files/flEv3a3xJCoktswwwNyg" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}
Congratulations! You have logged into your personal Roolz account.
{% endstep %}
{% endstepper %}

### How to log in if I forgot my password? (Only for those who registered by email)

{% stepper %}
{% step %}
To recover your password, enter the email you registered with.

<div align="left"><figure><img src="/files/3aiphNfpvttZzNOpSR40" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the "Continue" button.

<div align="left"><figure><img src="/files/pTaZ530a8FNUL1tYp3sN" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click “Recover” under the password line.

<div align="left"><figure><img src="/files/psxF4cozP0xu1gQxuYNw" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
In the appeared window, click the "Send" button. A password reset link will be sent to the specified email address.

<div align="left"><figure><img src="/files/sBhQ7Uge66faRHH7GiV7" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click on "Change Password" in the email and you will be automatically logged into your account on the platform.

<div align="left"><figure><img src="/files/OFXXSkbq0DXJ4SffW1mW" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Done! Set a new password and save it so you won't forget it.

<div align="left"><figure><img src="/files/mHKJd272fYotxnuFmdLw" alt="" width="375"><figcaption></figcaption></figure></div>
{% 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://help.roolz.net/en/registration-and-login/login.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.
