> 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/es/3-advanced.md).

# 3. Avanzado

* Juicio Tecnológico
  * [¿Cómo Distinguir lo Difícil de lo Imposible?](/how-to-be-a-programmer/es/3-advanced/technical-judgment/01-how-to-tell-the-hard-from-the-impossible.md)
  * [¿Cómo Utilizar Lenguajes Incorporados?](/how-to-be-a-programmer/es/3-advanced/technical-judgment/02-how-to-utilize-embedded-languages.md)
  * [Elección de Lenguajes](/how-to-be-a-programmer/es/3-advanced/technical-judgment/03-choosing-languages.md)
* Comprometerse Sabiamente
  * [¿Cómo Combatir la Presión del Cronograma?](/how-to-be-a-programmer/es/3-advanced/compromising-wisely/01-how-to-fight-schedule-pressure.md)
  * [¿Cómo Entender al Usuario?](/how-to-be-a-programmer/es/3-advanced/compromising-wisely/02-how-to-understand-the-user.md)
  * [¿Cómo Obtener un Ascenso?](/how-to-be-a-programmer/es/3-advanced/compromising-wisely/03-how-to-get-a-promotion.md)
* Sirviendo a tu Equipo
  * [¿Cómo Desarrollar el Talento?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/01-how-to-develop-talent.md)
  * [¿Cómo Elegir en Qué Trabajar?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/02-how-to-choose-what-to-work-on.md)
  * [¿Cómo Obtener lo Mejor de tus Compañeros de Equipo?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/03-how-to-get-the-most-from-your-teammates.md)
  * [¿Cómo Dividir Problemas?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/04-how-to-divide-problems-up.md)
  * [¿Cómo Manejar Tareas Aburridas?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/05-how-to-handle-boring-tasks.md)
  * [¿Cómo Obtener Apoyo para un Proyecto?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/06-how-to-gather-support-for-a-project.md)
  * [¿Cómo Hacer Crecer un Sistema?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/07-how-to-grow-a-system.md)
  * [¿Cómo Comunicarse Bien?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/08-how-to-communicate-well.md)
  * [¿Cómo Decir Cosas que la Gente no Quiere Escuchar?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/09-how-to-tell-people-things-they-dont-want-to-hear.md)
  * [¿Cómo Lidiar con Mitos Gerenciales?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/10-how-to-deal-with-managerial-myths.md)
  * [¿Cómo Lidiar con el Caos Organizacional?](/how-to-be-a-programmer/es/3-advanced/serving-your-team/11-how-to-deal-with-organizational-chaos.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/es/3-advanced.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.
