> For the complete documentation index, see [llms.txt](https://wiki.sudooworks.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sudooworks.online/documentation/basics/cabinet.md).

# Кабинет

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

### Регистрация и авторизация

Вы можете пройти регистрацию перейдя через Telegram бота по прямому юзернему (@svpn4ik\_bot), либо по реферальной ссылке которую отправил Ваш друг.

#### Вход через веб-кабинет:

При открытии веб-кабинета вам будет предложено выбрать способ входа.

{% stepper %}
{% step %}

### Telegram

После выбора откроется окно авторизации Telegram. В зависимости от устройства может потребоваться:

* ввести номер телефона
* подтвердить вход через приложение
* отсканировать QR-код

Авторизация полностью проходит через Telegram. Мы получаем только базовую информацию, необходимую для входа и работы аккаунта.
{% endstep %}

{% step %}

### Google

После выбора откроется стандартное окно входа в аккаунт Google. Вы можете выбрать существующий аккаунт или выполнить вход в новый.

Авторизация проходит через Google. Мы получаем только минимально необходимую информацию для работы.
{% endstep %}

{% step %}

### Яндекс

После выбора откроется окно входа в аккаунт Яндекс. Вы можете выбрать аккаунт или авторизоваться вручную.

Авторизация проходит через Яндекс. Мы получаем только базовую информацию, необходимую для работы.
{% endstep %}
{% endstepper %}

### Что после?

После входа в систему на экране отобразится краткая инструкция.


---

# 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:

```
GET https://wiki.sudooworks.online/documentation/basics/cabinet.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.
