> For the complete documentation index, see [llms.txt](https://braydie.gitbook.io/how-to-be-a-programmer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills.md).

# Team-Skills

- [为什么评估很重要](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/01-why-estimation-is-important.md)
- [如何评估编程时间](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/02-how-to-estimate-programming-time.md)
- [如何发现信息](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/03-how-to-find-out-information.md)
- [如何把人们作为信息源](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/04-how-to-utilize-people-as-information-sources.md)
- [如何睿智地写文档](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/05-how-to-document-wisely.md)
- [如何在糟糕的代码上工作](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/06-how-to-work-with-poor-code.md)
- [如何使用源代码控制](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/07-how-to-use-source-code-control.md)
- [如何进行单元测试](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/08-how-to-unit-test.md)
- [毫无头绪？，休息一下](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/09-take-breaks-when-stumped.md)
- [如何识别下班时间](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/10-how-to-recognize-when-to-go-home.md)
- [如何与不好相处的人相处](https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills/11-how-to-deal-with-difficult-people.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/1-beginner/team-skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
