> For the complete documentation index, see [llms.txt](https://docs.smartbotpro.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartbotpro.io/beginning-of-work/registration-in-the-service.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.smartbotpro.io/beginning-of-work/registration-in-the-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
