# Variabilidad de Asistencia

El **Reporte de Variabilidad de Asistencia** permite revisar, día a día, la relación entre asistencia, inasistencia, atrasos y retiros anticipados durante un mes seleccionado.

## Filtros

| Filtro      | Descripción                                                     |
| ----------- | --------------------------------------------------------------- |
| Año escolar | Año del que se consultarán los registros.                       |
| Mes         | Mes con registros disponibles de asistencia, atrasos o retiros. |

## Resultados

La tabla muestra una fila por fecha con las siguientes columnas:

| Columna   | Descripción                                                                                         |
| --------- | --------------------------------------------------------------------------------------------------- |
| Fecha     | Día consultado, con nombre del día y mes en español.                                                |
| Presentes | Total de estudiantes registrados como presentes, junto a su porcentaje sobre los registros del día. |
| Ausentes  | Total de estudiantes registrados como ausentes, junto a su porcentaje sobre los registros del día.  |
| Atrasos   | Cantidad de atrasos registrados ese día.                                                            |
| Retiros   | Cantidad de retiros anticipados registrados ese día.                                                |

## Exportación

El reporte puede exportarse a **Excel** o **PDF**. También permite mostrar u ocultar columnas antes de exportar.


---

# 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://schoolmatic.gitbook.io/funcionarios/reportes/variabilidad-asistencia.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.
