# Introducción

Esta documentación tiene como fin brindar información sobre el uso de la API v1 de ICMA para su plataforma Elearning (<https://aulavirtual.icma.edu.pe/>). Cubriremos todo lo que necesita saber, desde la autenticación hasta la manipulación de resultados.

La API ICMA proporcionan acceso para leer y escribir datos de ICMA. Puede gestionar usuarios, cursos, cuestionarios y más. Las respuestas del servicio API están disponibles en JSON para una fácil lectura y manejo en los diferentes escenarios donde se consuma.


---

# 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://doc-api-elearning.icma.edu.pe/introduccion.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.
