# チャンネル

チャンネルは [GitBook Assistant](/docs/documentation/ja-gitbook-documentation/ai-to/gitbook-ai-assistant.md) 、 [GitBook Agent](/docs/documentation/ja-gitbook-documentation/gitbook-agent/what-is-gitbook-agent.md) を、あなたのチームがすでに使っているツールに取り込みます。接続すると、あなたのチームは `@GitBook` を Slack、GitHub、または Linear でメンションして、質問したり、変更リクエストを開いたり、ドキュメントを常に最新に保ったりできます。既存のワークフローから離れる必要はありません。

チャンネルを追加すると、そのツール内で GitBook をどのように表示するかを選べます。各設定は次の 2 つのモードのいずれかで動作します。

**サポートエージェント:** GitBook Assistant が、チャンネル内でチームメンバーや訪問者からの質問に直接答えます。質問すると、ドキュメントから取得した回答が返ってきます。

**コラボレーター:** GitBook Agent がチームメイトとして参加します。 `@GitBook` をメンションして、変更リクエストを開いたり、編集を依頼したり、そのツールで起きている内容とドキュメントを同期させたりできます。Agent がチャンネルから変更リクエストを作成すると、その変更リクエストは元のスレッド、課題、またはプルリクエストに自動でリンクされます。

チャンネルごとに複数の設定を実行できます。たとえば、顧客向けの Slack チャンネルでは Support Agent モードを使い、別のチャンネルではドキュメントチーム向けに Collaborator モードを使う、といったことが可能です。

チャンネルを追加するには、サイトの **設定** を開いて **チャンネル**.

<figure><img src="/files/84876a785a0aa8560c8161bbc57f4cbe7ee81287" alt=""><figcaption></figcaption></figure>

### 利用可能なチャンネル

<table data-view="cards"><thead><tr><th></th><th><select><option value="mjZVekTsgGQo" label="進行中" color="blue"></option><option value="exlMMXLVjkth" label="予定済み" color="blue"></option><option value="WK4vEyJjJM8h" label="利用可能" color="blue"></option></select></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Slack</strong></td><td><span data-option="WK4vEyJjJM8h">利用可能</span></td><td></td><td></td></tr><tr><td><strong>Linear</strong></td><td><span data-option="WK4vEyJjJM8h">利用可能</span></td><td></td><td></td></tr><tr><td><strong>GitHub</strong></td><td><span data-option="WK4vEyJjJM8h">利用可能</span></td><td></td><td></td></tr></tbody></table>

### 近日公開

さらに多くのチャンネルを追加できるよう取り組んでいます。各連携の進捗を以下で確認できます。

<table data-view="cards"><thead><tr><th></th><th><select><option value="mjZVekTsgGQo" label="進行中" color="blue"></option><option value="exlMMXLVjkth" label="予定済み" color="blue"></option><option value="WK4vEyJjJM8h" label="利用可能" color="blue"></option></select></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Discord</strong></td><td><span data-option="exlMMXLVjkth">予定済み</span></td><td></td><td></td></tr><tr><td><strong>Intercom</strong></td><td><span data-option="exlMMXLVjkth">予定済み</span></td><td></td><td></td></tr><tr><td><strong>Microsoft Teams</strong></td><td><span data-option="exlMMXLVjkth">予定済み</span></td><td></td><td></td></tr><tr><td><strong>Google Chat</strong></td><td><span data-option="exlMMXLVjkth">予定済み</span></td><td></td><td></td></tr><tr><td><strong>チャンネルをリクエスト</strong></td><td></td><td><i class="fa-arrow-up-right-from-square">:arrow-up-right-from-square:</i></td><td><a href="https://github.com/orgs/GitbookIO/discussions/new?category=feature-requests">https://github.com/orgs/GitbookIO/discussions/new?category=feature-requests</a></td></tr></tbody></table>


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/channels.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.
