# Diagrama de Gantt

### Descripción

El diagrama de Gantt es la vista principal de la planificación. Muestra en un gráfico de barras los inicios y finales de cada tarea, con la posibilidad de ver dependencias, progreso y estados. Se actualiza automáticamente cuando se modifican tareas, fechas o predecesoras.

<figure><img src="/files/11Tv3LQSqp1bJv2oohSU" alt=""><figcaption></figcaption></figure>

### Estructura de la vista

1. **Barra de herramientas**: expandir/colapsar, centrar en hoy, mostrar/ocultar columnas, añadir capítulo.
2. **Sección izquierda (grid)**: árbol de bloques y tareas con columnas configurables.
3. **Línea divisoria redimensionable**: arrastrar para cambiar el ancho del grid.
4. **Sección derecha (timeline)**: cabecera con días y área de barras.
5. **Panel de detalle inferior**: se muestra al seleccionar una tarea o bloque (ver Panel de detalle).


---

# 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://academy.trowelapp.com/planificacion/diagrama-de-gantt.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.
