> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-pt_br/manual-del-administrador/apendice/historial_del_documento.md).

# Historial del documento

Este documento es fruto de la colaboración de muchas personas y organizaciones. Con el fin de mantener un seguimiento de sucesivas participaciones y garantizar la duración de su contribución, más abajo aparece un registro completo. Si de alguna manera se mejora este documento sea tan amable de agregar su nombre a la lista y de enviar la versión actualizada a <info@chamilo.org>. ¡Gracias!

| Fecha | Versión | Autor           | Cambio                                                                        |
| ----- | ------- | --------------- | ----------------------------------------------------------------------------- |
| 2010  | 0.1     | Anaël Boulier   | Redacción del manual en francés sobre Chamilo 1.8                             |
| 2012  | 1.0     | Yannick Warnier | Traducción del manual al español                                              |
| 2013  | 2.0     | Colaborativo    | Revisión y corrección de la versión española                                  |
| 2015  | 3.0     | Yannick Warnier | Actualización a Chamilo LMS 1.10                                              |
| 2015  | 3.1     | Yannick Warnier | Corrección sección phpMyAdmin                                                 |
| 2015  | 3.2     | Yannick Warnier | Corrección doble opción de actualización y retiro opción de activación sesión |
| 2017  | 4.0     | Yannick Warnier | Actualización a Chamilo LMS 1.11 (en progreso)                                |
| 2019  | 5.0     | Alex Aragón     | Actualización a Chamilo 1.11.10                                               |

Colaborativo: trabajo colaborativo de los autores indicados al inicio del documentos.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-pt_br/manual-del-administrador/apendice/historial_del_documento.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
