# Horarios

## Horario por Curso

Consulta y modifica el horario semanal de un curso determinado.

**Filtros:** Año escolar + Curso.

Muestra la grilla de bloques de la semana. Al hacer clic en un bloque, se abre la ventana de modificación con:

| Campo               | Descripción                       |
| ------------------- | --------------------------------- |
| Día                 | Día de la semana.                 |
| Bloques pedagógicos | Hora(s) pedagógica(s) del bloque. |
| Asignatura          | Asignatura asignada al bloque.    |
| Docente             | Docente responsable del bloque.   |

## Horario por Docente

Consulta y modifica el horario semanal de un docente determinado.

**Filtros:** Año escolar + Docente.

Muestra la grilla de bloques asignados al docente. Al hacer clic en un bloque se pueden modificar los mismos campos que en la vista por curso. También permite **agregar un nuevo bloque** al horario del docente seleccionando Curso, Día, Bloques y Asignatura.


---

# 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-horarios.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.
