> 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-es/manual-del-administrador/funcionalidades_globales/chamilo_rapid_course.md).

# Chamilo Rapid (admin/conversion ppt)

La capacidad de convertir las presentaciones *PowerPoint* o *LibreOffice* *Impress* en una ruta de aprendizaje es bastante compleja de instalar. Solo hay un acceso directo conocido: haber instalado una versión de LibreOffice así como la aplicación *GNU* *screen* en su servidor y ejecutar el siguiente comando en una *screen*:

sudo soffice -nologo -nofirststartwizard -headless -norestore -invisible "-accept = socket, host = localhost, port = 2002, tcpNoDelay = 1; urp;"

Cualquier explicación más detallada estaría en gran medida fuera del contexto de esta guía, pero la fórmula funciona bajo Ubuntu Server. Tenga en cuenta que la instalación del servidor de videoconferencia *BigBlueButton* ya cubre la instalación y el inicio (en el puerto 8100) del servidor *LibreOffice \_*.

Si no puede instalarlo, no dude en ponerse en contacto con los proveedores oficiales de Chamilo que lo asistirán o rentarán voluntariamente el acceso a sus servidores de conversión preconfigurados.


---

# 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-es/manual-del-administrador/funcionalidades_globales/chamilo_rapid_course.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.
