# 3. Продвинутый программист

* Техническая экспертиза
  * [Как отличить сложное от невозможного](/how-to-be-a-programmer/ru/3-advanced/technical-judgment/01-how-to-tell-the-hard-from-the-impossible.md)
  * [Как использовать встроенные языки](/how-to-be-a-programmer/ru/3-advanced/technical-judgment/02-how-to-utilize-embedded-languages.md)
  * [Выбор языка программирования](/how-to-be-a-programmer/ru/3-advanced/technical-judgment/03-choosing-languages.md)
* Правильные компромиссы
  * [Как справляться с давлением графика](/how-to-be-a-programmer/ru/3-advanced/compromising-wisely/01-how-to-fight-schedule-pressure.md)
  * [Как понять пользователя](/how-to-be-a-programmer/ru/3-advanced/compromising-wisely/02-how-to-understand-the-user.md)
  * [Как получить повышение](/how-to-be-a-programmer/ru/3-advanced/compromising-wisely/03-how-to-get-a-promotion.md)
* Управление командой
  * [Как развивать таланты](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/01-how-to-develop-talent.md)
  * [Как выбрать, над чем работать](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/02-how-to-choose-what-to-work-on.md)
  * [Как получить наибольшую отдачу от коллег](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/03-how-to-get-the-most-from-your-teammates.md)
  * [Как разделять задачи](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/04-how-to-divide-problems-up.md)
  * [Как распределять скучные задания](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/05-how-to-handle-boring-tasks.md)
  * [Как получить поддержку для проекта](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/06-how-to-gather-support-for-a-project.md)
  * [Как развивать систему](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/07-how-to-grow-a-system.md)
  * [Как качественно взаимодействовать](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/08-how-to-communicate-well.md)
  * [Как сообщать неприятное](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/09-how-to-tell-people-things-they-dont-want-to-hear.md)
  * [Как справляться с менеджерскими мифами](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/10-how-to-deal-with-managerial-myths.md)
  * [Как справляться с организационным хаосом](/how-to-be-a-programmer/ru/3-advanced/serving-your-team/11-how-to-deal-with-organizational-chaos.md)


---

# Agent Instructions: 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://braydie.gitbook.io/how-to-be-a-programmer/ru/3-advanced.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.
