# Team-Skills

- [如何管理开发时间](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/team-skills/01-how-to-manage-development-time.md)
- [如何管理第三方软件危机](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/team-skills/02-how-to-manage-third-party-software-risks.md)
- [如何管理咨询师](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/team-skills/03-how-to-manage-consultants.md)
- [如何适量交流](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/team-skills/04-how-to-communicate-the-right-amount.md)
- [如何直言异议以及如何避免](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/team-skills/05-how-to-disagree-honestly-and-get-away-with-it.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/zh/2-intermediate/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.
