> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/es/genstudio-workspace/slack-synchronization.md).

# Sincronización con Slack

Al integrarte con Slack, puedes enviar tus conversaciones de GenStudio a un canal de Slack y viceversa. Esto permite que tu equipo colabore sin problemas.

{% hint style="info" %}
Esta página discutirá cómo puedes sincronizar entre Slack y GenStudio. Para aprender más sobre cómo configurar Slack, visita [Integración de Slack](/es/integrations/app-integrations/slack-integration.md).
{% endhint %}

### Envío de mensajes de conversaciones de GenStudio a Slack

Una vez que hayas conectado una conversación con un canal de Slack público o privado, SkyDeck.AI enviará todos los mensajes actuales a ese canal. Esto solo se hará una vez al principio de la conexión.

<figure><img src="/files/bFtqgJOQsXqsmAFO5i3C" alt="sync to slack" width="563"><figcaption></figcaption></figure>

Después de eso, por cada nuevo mensaje que se envíe a la conversación, también se enviará a ese canal de Slack, así como su respuesta.

<figure><img src="/files/9wAfQzvu8PMHYYYxeoGk" alt="new message from conversation" width="563"><figcaption></figcaption></figure>

### Enviando mensajes de Slack a conversaciones de GenStudio

Para enviar un mensaje de Slack a la conversación conectada:

1. Abre el hilo de esa conversación
2. Etiqueta la aplicación **SkyDeck.ai** y escribe tu mensaje.
3. El mensaje se enviará a GenStudio y recibirás la respuesta.

<figure><img src="/files/c3mhFfrz5SWDUhCiAdWq" alt="nuevo mensaje de slack" width="563"><figcaption><p>Abre el hilo (1) - Envía un mensaje (2) - Respuesta de GenStudio (3)</p></figcaption></figure>

Así es como aparecerá el mensaje en GenStudio:

<figure><img src="/files/hDsm6tJGqzQrRLRYVYt3" alt="vista gen" width="563"><figcaption></figcaption></figure>

### Formateo

Markdown no funciona automáticamente en Slack cuando enviamos contenido desde GenStudio Collaboration. Así que verás `*hello*` en lugar de \*hello\*. Este es un cambio reciente en Slack. Pero hay una solución. En la aplicación de escritorio puedes activar manualmente el reconocimiento de markdown \*en\* en la configuración avanzada de Slack.

<figure><img src="/files/XolYLHktMFx9kzCgKoF8" alt="slack advanced settings"><figcaption><p>Selecciona "Formatear mensajes con marcado"</p></figcaption></figure>

<figure><img src="/files/qQ8EEGP90EZEbWQVaQa9" alt="slack formatting improvement"><figcaption><p>Un ejemplo de la mejora vista al activar "Formatear mensajes con markdown".</p></figcaption></figure>


---

# 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.skydeck.ai/es/genstudio-workspace/slack-synchronization.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.
