> For the complete documentation index, see [llms.txt](https://docs.junkipedia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junkipedia.org/es/primeros-pasos/reportar-y-documentar-la-desinformacion/uso-de-los-canales-de-reportes-fuera-de-junkipedia/enviar-un-reporte-via-correo-electronico.md).

# Enviar un reporte vía correo electrónico

Si ya [agregaste los canales de reportes de tu organización a tu smartphone](/es/primeros-pasos/configuracion-de-canales-de-reportes/compartir-un-canal-de-reportes-con-un-codigo-qr.md#anadir-la-tarjeta-de-contacto-a-la-lista-de-contactos-de-tu-telefono), ve a tus contactos y busca la dirección de correo electrónico del canal. También puedes encontrar la dirección en "Manage Organization" (Administrar la organización) en Junkipedia.org.

Puedes enviar un correo electrónico desde tu teléfono o computadora; asegúrate de enviarlo desde la misma dirección de correo electrónico asociada a tu cuenta de Junkipedia para que tus envíos aparezcan bajo "My Issues" (Mis asuntos).

En la línea de asunto, escribe un breve resumen de tu reporte. Esto se convertirá en el "Título" del asunto cuando inicies sesión en Junkipedia. En el cuerpo del mensaje, puedes copiar y pegar la URL o el texto que describe el contenido problemático, o adjuntar una foto. Es recomendable que elimines tu firma de correo electrónico para evitar que el texto y los enlaces adicionales se incluyan en el asunto.

![](/files/BE0wYtqqJFZoCoErS5sb)

Click send. You can now view and[ edit your issue](https://junkipedia.groovehq.com/help/editing-issues) in Junkipedia.


---

# 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.junkipedia.org/es/primeros-pasos/reportar-y-documentar-la-desinformacion/uso-de-los-canales-de-reportes-fuera-de-junkipedia/enviar-un-reporte-via-correo-electronico.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.
