# Team-Skills

- [Почему важно оценивать задачи](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/01-why-estimation-is-important.md)
- [Как оценивать время на разработку](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/02-how-to-estimate-programming-time.md)
- [Как искать информацию](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/03-how-to-find-out-information.md)
- [Как спрашивать людей](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/04-how-to-utilize-people-as-information-sources.md)
- [Как документировать правильно](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/05-how-to-document-wisely.md)
- [Как работать с плохим кодом](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/06-how-to-work-with-poor-code.md)
- [Как использовать системы контроля версий](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/07-how-to-use-source-code-control.md)
- [Как писать юнит-тесты](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/08-how-to-unit-test.md)
- [Делайте перерывы, когда вы в тупике](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/09-take-breaks-when-stumped.md)
- [Как понять, когда идти домой](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/10-how-to-recognize-when-to-go-home.md)
- [Как вести себя с трудными людьми](https://braydie.gitbook.io/how-to-be-a-programmer/ru/1-beginner/team-skills/11-how-to-deal-with-difficult-people.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/team-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.
