# 슬랙 동기화

슬랙과 통합함으로써, GenStudio 대화를 슬랙 채널로 전송하고 그 반대도 가능하게 됩니다. 이를 통해 팀이 원활하게 협업할 수 있습니다.

{% hint style="info" %}
이 페이지에서는 슬랙과 GenStudio 간의 동기화 방법에 대해 설명합니다. 슬랙 설정 방법에 대해 더 알아보려면 [슬랙 통합](/ko/integrations/app-integrations/slack-integration.md)을 방문하세요.
{% endhint %}

### GenStudio 대화 메시지를 Slack으로 전송하기

공개 또는 비공개 Slack 채널과 대화를 연결하면 SkyDeck.AI가 해당 채널로 현재 모든 메시지를 전송합니다. 이는 연결 시작 시 한 번만 수행됩니다.

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

그 후, 대화에 전송되는 새로운 메시지가 있을 때마다 해당 Slack 채널과 그에 대한 응답으로도 전송됩니다.

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

### Slack 메시지를 GenStudio 대화로 보내기

Slack에서 연결된 대화로 메시지를 보내려면:

1. 해당 대화의 스레드를 엽니다.
2. **SkyDeck.ai** 앱을 태그하고 프롬프트를 작성합니다.
3. 메시지가 GenStudio로 전송되고 응답을 받게 됩니다.

<figure><img src="/files/GpaPhvLAHgqONBkHdpX8" alt="new message from slack" width="563"><figcaption><p>스레드 열기 (1) - 메시지 보내기 (2) - GenStudio의 응답 (3)</p></figcaption></figure>

GenStudio에서 메시지가 어떻게 표시되는지 확인하세요:

<figure><img src="/files/MlGFphEPo0IU1xk1rq2M" alt="gen view" width="563"><figcaption></figcaption></figure>

### 형식 지정

Markdown은 GenStudio Collaboration에서 콘텐츠를 보낼 때 Slack에서 자동으로 작동하지 않습니다. 그래서 \*hello\* 대신 `*hello*`를 보게 될 것입니다. 이는 Slack의 최근 변경 사항입니다. 하지만 해결책이 있습니다. 데스크톱 앱에서는 Slack의 고급 설정에서 수동으로 마크다운 인식을 \*켜기\*로 전환할 수 있습니다.

<figure><img src="/files/2QZuM1AktXXSH8NGJkBC" alt="슬랙 고급 설정"><figcaption><p>"마크업으로 메시지 형식 지정" 선택</p></figcaption></figure>

<figure><img src="/files/V9UY94mNrlPQE1xl7ajN" alt="슬랙 형식 개선"><figcaption><p>"마크다운으로 메시지 형식 지정"을 켰을 때의 개선 예시입니다.</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/ko/genstudio-workspace/slack-synchronization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
