# Personal-Skills

- [Как сохранять мотивацию](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/01-how-to-stay-motivated.md)
- [Как заслужить доверие](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/02-how-to-be-widely-trusted.md)
- [Как балансировать процессорное время и память](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/03-how-to-tradeoff-time-vs-space.md)
- [Как проводить стресс-тестирование](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/04-how-to-stress-test.md)
- [Как балансировать краткость и абстракцию](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/05-how-to-balance-brevity-and-abstraction.md)
- [Как осваивать новые навыки](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/06-how-to-learn-new-skills.md)
- [Научитесь печатать вслепую](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/07-learn-to-type.md)
- [Как проводить интеграционное тестирование](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/08-how-to-do-integration-testing.md)
- [Языки взаимодействия систем](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/09-communication-languages.md)
- [Стандартные технологии](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/10-heavy-tools.md)
- [Как анализировать данные](https://braydie.gitbook.io/how-to-be-a-programmer/ru/2-intermediate/personal-skills/11-how-to-analyze-data.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/2-intermediate/personal-skills.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.
