# Personal-Skills

- [Aprende a depurar](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/01-learn-to-debug.md)
- [¿Cómo depurar dividiendo el espacio del problema?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/02-how-to-debug-by-splitting-the-problem-space.md)
- [¿Cómo eliminar un error?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/03-how-to-remove-an-error.md)
- [¿Cómo depurar utilizando un registro (Log)?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/04-how-to-debug-using-a-log.md)
- [¿Cómo entender problemas de rendimiento?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/05-how-to-understand-performance-problems.md)
- [¿Cómo solucionar problemas de rendimiento?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/06-how-to-fix-performance-problems.md)
- [¿Cómo optimizar bucles?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/07-how-to-optimize-loops.md)
- [¿Cómo manejar el costo de la entrada/salida (E/S)?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/08-how-to-deal-with-io-expense.md)
- [¿Cómo gestionar la memoria?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/09-how-to-manage-memory.md)
- [¿Cómo manejar errores intermitentes?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/10-how-to-deal-with-intermittent-bugs.md)
- [¿Cómo aprender habilidades de diseño?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/11-how-to-learn-design-skills.md)
- [¿Cómo realizar experimentos?](https://braydie.gitbook.io/how-to-be-a-programmer/es/1-beginner/personal-skills/12-how-to-conduct-experiments.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/1-beginner/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.
