# Personal-Skills

- [¿Cómo mantenerse motivado?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/01-how-to-stay-motivated.md)
- [¿Cómo ser ampliamente confiado?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/02-how-to-be-widely-trusted.md)
- [¿Cómo hacer equilibrio entre tiempo y espacio?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/03-how-to-tradeoff-time-vs-space.md)
- [¿Cómo realizar pruebas de resistencia?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/04-how-to-stress-test.md)
- [¿Cómo equilibrar brevedad y abstracción?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/05-how-to-balance-brevity-and-abstraction.md)
- [¿Cómo aprender nuevas habilidades?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/06-how-to-learn-new-skills.md)
- [Aprender a escribir](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/07-learn-to-type.md)
- [¿Cómo hacer pruebas de integración?](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/08-how-to-do-integration-testing.md)
- [Idiomas de comunicación](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/09-communication-languages.md)
- [Herramientas pesadas](https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/10-heavy-tools.md)
- [¿Cómo analizar datos?](https://braydie.gitbook.io/how-to-be-a-programmer/es/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/es/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.
