> 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/configuracion-de-canales-de-reportes/configurar-las-propiedades-del-canal-de-reportes/configurar-un-canal-de-reportes-por-slack.md).

# Configurar un canal de reportes por Slack

Si tu organización utiliza [Slack.com](http://slack.com) para las comunicaciones internas, puedes integrar Slack con Junkipedia para que trabajen juntos. Una vez conectados, podrás enviar reportes a Junkipedia a través de Slack y recibir notificaciones sobre nuevos asuntos en un canal designado de Slack.

Primero, decide qué canal deseas usar para enviar reportes. Recomendamos configurar un nuevo canal de Slack en tu espacio de trabajo específicamente para el envío de reportes. [Aprende cómo crear un nuevo canal de Slack.](https://slack.com/help/articles/201402297-Create-a-channel)

Una vez que hayas iniciado sesión en Junkipedia, haz clic en tu foto de perfil en la esquina superior derecha de la pantalla y luego selecciona "Manage organization" (Administrar la organización).

![](/files/luANmtB4IRGEQOL3wmkH)

En la sección "Details" (Detalles), haz clic en "Add to Slack" (Agregar a Slack).

![](/files/PUB1n3NxTc0zKRSFW7Kx)

Serás dirigido a una página de Slack para revisar los permisos de integración.

![](/files/CcRkrZctzGDkPNd4fth9)

En la parte inferior de la página, bajo la sección "Where should Junkipedia post?" (¿Dónde debería publicar Junkipedia?), selecciona el canal en el que deseas enviar reportes y haz clic en "Allow" (Permitir).\
Deberías ser redirigido de vuelta a la página de "Manage Organization" (Administrar la organización) de Junkipedia. En la sección "Details" (Detalles), ahora deberías ver que Junkipedia ha sido "Added to Slack" (Añadido a Slack).

![](/files/mDUV5JrH1LekWVoumN05)

¡Ahora puedes enviar reportes a Junkipedia a través de Slack! Ve al canal de Slack designado, escribe: /junk \[URL] y presiona enter. Deberías recibir un mensaje de confirmación que diga "¡Reporte recibido!". Luego podrás [editar tu asunto en Junkipedia](/es/primeros-pasos/reportar-y-documentar-la-desinformacion/editar-un-asunto.md).

![](/files/vLlZKodUMghpGkz7QYUt)


---

# 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/configuracion-de-canales-de-reportes/configurar-las-propiedades-del-canal-de-reportes/configurar-un-canal-de-reportes-por-slack.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.
