# Reglas Académicas

## Bloqueo de Calificaciones

Permite **cerrar** el ingreso de notas para un año o semestre específico, impidiendo que los docentes realicen modificaciones fuera de plazo. Se puede definir un mensaje personalizado que verán los usuarios al intentar editar.

## Redondeo de Promedios

Define curvas de rendimiento o reglas de ajuste automático para los promedios finales.

{% hint style="info" %}
Ejemplo: Si el promedio calculado está entre 3.85 y 3.89, el sistema lo sube automáticamente a 4.00.
{% endhint %}

## Fechas de Unidad

Establece el inicio y fin de las unidades académicas para el año escolar. Controla las fechas disponibles en el módulo de planificaciones.


---

# 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/administracion-del-sistema/hub-de-configuracion/hub-reglas-academicas.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.
