> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/profil-polzovatelya/quickstart/kak-izmenit-informaciyu-v-profile.md).

# Как изменить информацию в профиле?

{% stepper %}
{% step %}
В правом верхнем углу нажмите на ваш аватар (или круг с двумя символами);

<div align="left"><figure><img src="/files/GQZWFGMhBh9myzjWwblF" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Выберите «Мой профиль». Откроется страница просмотра вашего профиля;&#x20;

<div align="left"><figure><img src="/files/hPD7adIZ86TOBb77ScxT" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Нажмите на кнопку «Редактировать»;

<div align="left"><figure><img src="/files/VhuBA2jf7ovJtiRy4TBE" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
В режиме редактирования вы можете изменить такую информацию, как:

1. **Фотография** — люди больше доверяют тем пользователям, кто установил свою настоящую фотографию;
2. **Имя\*** — максимально 25 символов;
3. **Фамилия\*** — максимально 25 символов;
4. **Отчество** — максимально 25 символов;
5. **Никнейм\*** — доступно A-Z, 0-9 и \_. Длина от 4 символов до 20-и. Никнейм должен быть уникальным, то есть отличным от никнеймов других пользователей, зарегистрированных на платформе;
6. **Страна** — отображается в виде флага страны вашего места жительства;
7. **О себе** — ваше краткое описание себя, своего опыта, достижений и услуг. Ограничение — 800 символов;
8. **Контактные данные** — личный и рабочий номер телефона, личная и рабочая почта, Skype;
9. **Ссылка на сайт** вашей компании или организации.

<div align="left"><figure><img src="/files/E5U7E22F9RKdrWCMuRwX" alt="" width="375"><figcaption></figcaption></figure></div>

\*Обязательные для заполнения поля
{% 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, and the optional `goal` query parameter:

```
GET https://help.roolz.net/profil-polzovatelya/quickstart/kak-izmenit-informaciyu-v-profile.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.
