# 3. 高级

* 技术评判
  * [如何从不可能中找到困难的部分](/how-to-be-a-programmer/zh-traditional/3-advanced/technical-judgment/01-how-to-tell-the-hard-from-the-impossible.md)
  * [如何使用嵌入型语言](/how-to-be-a-programmer/zh-traditional/3-advanced/technical-judgment/02-how-to-utilize-embedded-languages.md)
  * [选择语言](/how-to-be-a-programmer/zh-traditional/3-advanced/technical-judgment/03-choosing-languages.md)
* 机智地妥协
  * [如何与时间压力作斗争](/how-to-be-a-programmer/zh-traditional/3-advanced/compromising-wisely/01-how-to-fight-schedule-pressure.md)
  * [如何理解用户](/how-to-be-a-programmer/zh-traditional/3-advanced/compromising-wisely/02-how-to-understand-the-user.md)
  * [如何获得晋升](/how-to-be-a-programmer/zh-traditional/3-advanced/compromising-wisely/03-how-to-get-a-promotion.md)
* 服务你的团队
  * [如何发展才能](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/01-how-to-develop-talent.md)
  * [如何选择工作内容](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/02-how-to-choose-what-to-work-on.md)
  * [如何让你队友的价值最大化](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/03-how-to-get-the-most-from-your-teammates.md)
  * [如何划分问题](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/04-how-to-divide-problems-up.md)
  * [如何处理无聊的问题](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/05-how-to-handle-boring-tasks.md)
  * [如何为工程获取支持](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/06-how-to-gather-support-for-a-project.md)
  * [如何发展一个系统](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/07-how-to-grow-a-system.md)
  * [如何有效地沟通](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/08-how-to-communicate-well.md)
  * [如何告诉人们他们不想听的东西](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/09-how-to-tell-people-things-they-dont-want-to-hear.md)
  * [如何处理管理神话](/how-to-be-a-programmer/zh-traditional/3-advanced/serving-your-team/10-how-to-deal-with-managerial-myths.md)
  * [如何处理混乱的组织](/how-to-be-a-programmer/zh-traditional/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/zh-traditional/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.
