# Justificativos

Disponible desde **Asistencia > Justificativos**.

Permite registrar, para cada día inasistido de un estudiante, un documento que justifique la ausencia.

## Registrar un Justificativo

{% stepper %}
{% step %}

#### Seleccionar Curso y Alumno

Seleccione el **Curso** y luego el **Alumno** para ver el listado de inasistencias del año sin justificativo.
{% endstep %}

{% step %}

#### Seleccionar la Inasistencia

Elija el día específico al que desea asociar el justificativo.
{% endstep %}

{% step %}

#### Completar el Formulario

| Campo         | Descripción                                                                          |
| ------------- | ------------------------------------------------------------------------------------ |
| Descripción   | Texto libre que describe el motivo o tipo de justificativo (ej: Certificado médico). |
| Archivo       | Adjunte un archivo **PDF o imagen** (JPG/PNG) de hasta **2 MB**.                     |
| {% endstep %} |                                                                                      |

{% step %}

#### Guardar

Presione **"Guardar"** para registrar el justificativo. Quedará vinculado al día de ausencia del estudiante y podrá consultarse desde el historial.
{% endstep %}
{% endstepper %}


---

# 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/libro-de-clases-digital/asistencia/asistencia-justificativos.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.
