# Personal-Skills

- [Научитесь отлаживать](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/01-learn-to-debug.md)
- [Как отлаживать, разделяя пространство проблемы](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/02-how-to-debug-by-splitting-the-problem-space.md)
- [Как устранять баги](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/03-how-to-remove-an-error.md)
- [Как отлаживать, используя логи](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/04-how-to-debug-using-a-log.md)
- [Как определять проблемы производительности](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/05-how-to-understand-performance-problems.md)
- [Как устранять проблемы производительности](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/06-how-to-fix-performance-problems.md)
- [Как оптимизировать циклы](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/07-how-to-optimize-loops.md)
- [Как справиться с расходами на операции чтения и записи](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/08-how-to-deal-with-io-expense.md)
- [Как управлять памятью](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/09-how-to-manage-memory.md)
- [Как устранять плавающие баги](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/10-how-to-deal-with-intermittent-bugs.md)
- [Как научиться проектировать программы](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/11-how-to-learn-design-skills.md)
- [Как экспериментировать](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/personal-skills/12-how-to-conduct-experiments.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/1-beginner/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.
