# Registration in the service

If you like video instructions more than text with pictures, then there is a short video for you on how to register in Smartbot Pro:

{% embed url="<https://www.youtube.com/watch?v=QMBF4V7RT5M>" %}

And here is the text with illustrations.

Before you start working, you need to register in the service. To do this, go to the [authorization page](https://smartbotpro.ru/auth/initial/) and click the "register" button:

![](/files/BnwTHzD8shVtv03G3Lne)

Fill out the form and click "register".

![](/files/dic7NocBl0N4u2655kwb)

The next step is to create an account.

{% hint style="info" %}
The account is your personal domain, through which you and your team members will be able to access the service.
{% endhint %}

To create an account, enter a name, for example, the name of your company or just any word you like. Note that the account name will be used as the domain for accessing the account. You can change the domain, but it must comply with the rules:&#x20;

1. Only latin characters, numbers, -, \_&#x20;
2. Length from 7 to 23 characters&#x20;
3. Must not start or end with "-" and "\_"&#x20;

After creating the domain, you will be taken to the main screen of the service and will be able to create bot scripts:

![](/files/hIEyp2ckQA4Cyic40HIL)


---

# 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.smartbotpro.io/beginning-of-work/registration-in-the-service.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.
