> For the complete documentation index, see [llms.txt](https://grizzly-3.gitbook.io/grizzly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grizzly-3.gitbook.io/grizzly/faq-chastye-voprosy/registration.md).

# Регистрация и профиль

*Раздел:* [*Чат-менеджер*](/grizzly/chat-manager.md)

* [Зачем писать боту в личку?](#why-dm)
* [Чем отличаются .инфо, .я и .ид?](#info-vs-ya-vs-id)
* [Как поменять ник, пол, знак зодиака и остальное в профиле?](#edit-profile)
* [Что делает .упник?](#upnick)
* [Что будет после .unreg?](#unreg)
* [Видят ли другие мой кошелёк?](#wallet-visibility)
* [Как убрать описание профиля?](#remove-description)

## Зачем писать боту в личку? <a href="#why-dm" id="why-dm"></a>

Личка нужна для регистрации, меню, некоторых уведомлений и функций, которые нельзя удобно показать в чате. Если бот молчит в группе, сначала напишите ему `/start` в ЛС.

## Чем отличаются .инфо, .я и .ид? <a href="#info-vs-ya-vs-id" id="info-vs-ya-vs-id"></a>

`.инфо` показывает профиль и может работать реплаем на другого участника. `.я` — краткая информация о себе. `.ид` показывает Telegram ID.

## Как поменять ник, пол, знак зодиака и остальное в профиле? <a href="#edit-profile" id="edit-profile"></a>

Ник: `.ник [новый ник]`. Пол: `.пол м` / `.пол ж`. Знак зодиака: `.зз [знак]` (овен, телец, …). День рождения, описание, страну/город, фон и RP-режим удобнее менять кнопками в меню профиля. День рождения вводится в формате `ДД.ММ` (например, 24.01), город — только из встроенной базы бота (для России), фоны — на странице grizzly-wiki.ru/backgrounds. Описание — до 256 символов.

## Что делает .упник? <a href="#upnick" id="upnick"></a>

Переключает упоминание в никнейме. Если включено, бот старается показывать ник как кликабельное упоминание пользователя.

## Что будет после .unreg? <a href="#unreg" id="unreg"></a>

Команда сбрасывает вашу регистрацию в боте. Используйте осторожно: часть пользовательских данных может стать недоступной до повторной регистрации.

## Видят ли другие мой кошелёк? <a href="#wallet-visibility" id="wallet-visibility"></a>

Адрес кошелька можно отправить через inline-карточку или показать командой, если вы сами это делаете. Не публикуйте кошелёк, если не хотите получать переводы или связывать адрес с аккаунтом.

## Как убрать описание профиля? <a href="#remove-description" id="remove-description"></a>

Используйте `.-описание`. Чтобы задать новое описание, напишите `.+описание [текст]`; слишком длинный текст бот может отклонить.


---

# 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://grizzly-3.gitbook.io/grizzly/faq-chastye-voprosy/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.
