# Personal-Skills

- [How to Stay Motivated](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/01-how-to-stay-motivated.md)
- [How to be Widely Trusted](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/02-how-to-be-widely-trusted.md)
- [How to Tradeoff Time vs. Space](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/03-how-to-tradeoff-time-vs-space.md)
- [How to Stress Test](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/04-how-to-stress-test.md)
- [How to Balance Brevity and Abstraction](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/05-how-to-balance-brevity-and-abstraction.md)
- [How to Learn New Skills](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/06-how-to-learn-new-skills.md)
- [Learn to Type](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/07-learn-to-type.md)
- [How to Do Integration Testing](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/08-how-to-do-integration-testing.md)
- [Communication Languages](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/09-communication-languages.md)
- [Heavy Tools](https://braydie.gitbook.io/how-to-be-a-programmer/en/2-intermediate/personal-skills/10-heavy-tools.md)
- [How to analyze data](https://braydie.gitbook.io/how-to-be-a-programmer/en/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/en/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.
