# Personal-Skills

- [如何保持活力](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/01-how-to-stay-motivated.md)
- [如何被广泛信任](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/02-how-to-be-widely-trusted.md)
- [如何在时间与空间权衡](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/03-how-to-tradeoff-time-vs-space.md)
- [如何进行压力测试](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/04-how-to-stress-test.md)
- [如何在简洁与抽象间平衡](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/05-how-to-balance-brevity-and-abstraction.md)
- [如何学习新技能](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/06-how-to-learn-new-skills.md)
- [学会打字](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/07-learn-to-type.md)
- [如何做集成测试](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/08-how-to-do-integration-testing.md)
- [交流语言](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/09-communication-languages.md)
- [重型工具](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/10-heavy-tools.md)
- [如何分析数据](https://braydie.gitbook.io/how-to-be-a-programmer/zh/2-intermediate/personal-skills/11-how-to-analyze-data.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/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.
