> 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-profesor/red_social/mensajeria_interna.md).

# Mensajería Interna

Desde la pestaña *Red Social*, en el menú de la izquierda, la opción de *Mensajes* te permite enviar o recibir mensajes. Su uso es muy similar al de la mayoría de las herramientas de mensajería.

![](/files/-MFUo6D6_L28hdvZ6O40)

*Ilustración 200: Red Social – Mensajería Interna – Bandeja de Entrada*

Para escribir un mensaje a otro usuario (o a un amigo) suscrito a la plataforma sigue los siguientes pasos:

* Haz clic en en enlace *Mensajes* debajo de tu foto.
* Haz clic en el icono de *Redactar* ![](/files/-MFUo6DDD6FYuQW9Egbk)*\_\_.*
* Escribe el nombre de los destinatarios, Chamilo completará automáticamente los nombres con los contactos conocidos.
* Escribe un asunto, así como el mensaje que deseas enviar (opcionalmente puedes adjuntar un archivo).
* Haz clic en el botón *Enviar mensaje.*

Si el destinatario ha definido su correo electrónico en su perfil, el mensaje serpa enviado automáticamente a dirección de correo electrónico.

> **Nota**: Si el mensaje se envía a otro usuario, el mensaje también le llegará a su correo electrónico como una notificación de un mensaje interno, sin embargo, deberá responder al mensaje desde la plataforma.


---

# 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-profesor/red_social/mensajeria_interna.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.
