> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/getting-started/kak-nachat/registration.md).

# Регистрация

1. Для начала регистрации аккаунта Nextbot зайдите на наш сайт:<br>
   * [**https://nextbot.ru/**](https://nextbot.ru/) — для пользователей из Российской Федерации
   * [**https://nextbot.kz/**](https://nextbot.kz/) — для пользователей из всего мира
2. Нажмите кнопку **РЕГИСТРАЦИЯ** в правом верхнем углу страницы<br>

   <figure><img src="/files/axg8sJN49a0xOoHuXuQa" alt=""><figcaption></figcaption></figure>
3. Откроется форма регистрации.\
   \
   Введите свой Email, номер телефона, пароль и его подтверждение.\
   Если у вас есть промокод, вы можете ввести его.\
   \
   Поставьте галочку, если вы согласны на [обработку персональных данных](https://rus.nextbot.ru/docs/privacy), ознакомлены с [политикой обработки персональных данных](https://rus.nextbot.ru/docs/policy) и [публичной офертой](https://rus.nextbot.ru/docs/agreement).<br>

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

   <br>
4. Проверьте все введённые данные ещё раз и нажмите кнопку **РЕГИСТРАЦИЯ**.<br>
5. В следующем окне вы получите уведомление, что на вашу указанную электронную почту было отправлено письмо для подтверждение аккаунта.<br>

   <figure><img src="/files/irSOoW0Z67Qut6JgG1O5" alt=""><figcaption></figcaption></figure>
6. Проверьте свою электронную почту — вам придёт письмо от <admin@nextbot.ru>\
   Откройте его и нажмите на кнопку **«Подтвердить мою почту»**.<br>

   <figure><img src="/files/pwnLc4dJiZjS1QFsJwwE" alt=""><figcaption></figcaption></figure>
7. После нажатия на кнопку вы будете перенаправлены на платформу Nextbot.\
   Введите ваш логин и пароль — регистрация завершена.<br>

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


---

# 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://doc.nextbot.ru/getting-started/kak-nachat/registration.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.
