# Currículum MINEDUC

Permite cargar los **Objetivos de Aprendizaje** y otros elementos curriculares oficiales del MINEDUC para cada asignatura y nivel. Esta información es utilizada en las planificaciones del Leccionario.

## Tipos de datos disponibles

| Código | Descripción                                                |
| ------ | ---------------------------------------------------------- |
| OA-B   | Objetivo de Aprendizaje Basal.                             |
| OA-C   | Objetivo de Aprendizaje Complementario.                    |
| HA     | Habilidad.                                                 |
| AC     | Actitud.                                                   |
| OAE    | Objetivo de Aprendizaje de la Especialidad.                |
| OAG    | Objetivo de Aprendizaje Genérico.                          |
| N-IA   | Núcleo Identidad y Autonomía (Parvularia).                 |
| N-CC   | Núcleo Convivencia y Ciudadanía (Parvularia).              |
| N-CM   | Núcleo Corporalidad y Movimiento (Parvularia).             |
| N-LV   | Núcleo Lenguaje Verbal (Parvularia).                       |
| N-LA   | Núcleo Lenguajes Artísticos (Parvularia).                  |
| N-EEN  | Núcleo Exploración del Entorno Natural (Parvularia).       |
| N-CES  | Núcleo Comprensión del Entorno Sociocultural (Parvularia). |
| N-PM   | Núcleo Pensamiento Matemático (Parvularia).                |

Para crear un nuevo objetivo, seleccione el **Tipo de dato**, el **Nivel** y la **Asignatura** correspondiente, luego ingrese el contenido del objetivo.


---

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