# Slack 同期

Slackと統合することで、GenStudioの会話をSlackチャンネルに送信したり、その逆も可能になります。これにより、チームはシームレスにコラボレーションできます。

{% hint style="info" %}
このページでは、SlackとGenStudioの間でどのように同期できるかについて説明します。Slackの設定方法について詳しくは、[Slack統合](/ja/integrations/app-integrations/slack-integration.md)をご覧ください。
{% endhint %}

### GenStudioの会話メッセージをSlackに送信する

公開またはプライベートのSlackチャンネルと会話を接続すると、SkyDeck.AIはそのチャンネルに現在のすべてのメッセージを送信します。これは接続の開始時に一度だけ行われます。

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

その後、会話に送信される新しいメッセージごとに、それはそのSlackチャンネルにも送信され、その応答も送信されます。

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

### GenStudioの会話にSlackメッセージを送信する

Slackから接続された会話にメッセージを送信するには：

1. その会話のスレッドを開く
2. **SkyDeck.ai** アプリをタグ付けしてプロンプトを書く。
3. メッセージはGenStudioに送信され、あなたは応答を受け取ります。

<figure><img src="/files/sDs3Zo36AZunhOvDYm4c" alt="new message from slack" width="563"><figcaption><p>スレッドを開く (1) - メッセージを送信する (2) - GenStudioからの応答 (3)</p></figcaption></figure>

メッセージがGenStudioにどのように表示されるかは以下の通りです：

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

### フォーマット

Markdownは、GenStudio Collaborationからコンテンツを送信する際にSlackで自動的には機能しません。そのため、\*hello\*の代わりに`*hello*`が表示されます。これはSlackの最近の変更です。しかし、解決策があります。デスクトップアプリでは、Slackの高度な設定で手動でMarkdown認識を\*オン\*にすることができます。

<figure><img src="/files/8Tfih8Pw8CaL1JDtmPao" alt="slack advanced settings"><figcaption><p>「マークアップでメッセージをフォーマット」を選択</p></figcaption></figure>

<figure><img src="/files/lRn9y1DkNT2ahQCoq2ep" alt="slack formatting improvement"><figcaption><p>「Markdownでメッセージをフォーマット」をオンにした際に見られる改善の例。</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/ja/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.
