> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/lian-xie/install-an-integration.md).

# 統合のインストールと管理

あります [さまざまな連携機能](https://www.gitbook.com/integrations#custom-experiences) GitBookでは、さまざまな連携機能を利用できます。インタラクティブなコンテンツブロックから高度な分析ツールまで、お気に入りのツールをGitBookと連携させるのはクリックひとつです。

1つのセクション、複数のセクション、または組織全体のすべてのセクションに、連携機能をインストールできます。

1つのセクションに連携機能をインストールした場合、その特定のセクションでのみ機能します。複数のセクションにインストールすると、それらすべてのセクションに対して操作を行えるようになります。

<figure><img src="/files/522a794fe4d76d1005f046d89815458dbdaedfe5" alt="A GitBook screenshot showing the integration library"><figcaption><p>GitBookに組み込まれている連携ライブラリを参照してください。</p></figcaption></figure>

### 連携機能をインストールする

#### 1. 連携画面を開く

セクションまたはサイトで連携機能を有効にする前に、組織にインストールする必要があります。組織に戻り **ホーム** 、 **連携機能** をサイドバーでクリックしてください。カテゴリ別に連携機能を参照するか、必要なものを検索してください。

連携機能を組織にインストールすると、サイトレベルでも利用できます — **連携機能**、 **拡張** をサイトのサイドバーでクリックします。すでにサイトに追加されている連携機能は、 **インストール済みの連携機能**.

#### 2. 連携機能を選択してインストールする

次に、インストールしたい連携機能をクリックします。セクション向けにインストールできる連携機能もあれば、公開済みのドキュメント向けのものもあります。

この画面では、連携機能をインストールしたい領域を選択できます。

<figure><img src="/files/689fd3ac6290a9a7800d98a08c4fd8d7ba89828d" alt="A GitBook screenshot showing where you can install an integration"><figcaption><p>連携機能をインストールする領域を選択してください。</p></figcaption></figure>

#### 3. 連携機能を設定する

これで連携機能を使えるようになります。一部の連携機能では追加設定が必要な場合があります。その場合は、セクションまたはサイトで連携機能を設定するよう求めるメッセージが表示されます。

チーム向けの設定方法について詳しくは、連携機能の手順をご覧ください。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/lian-xie/install-an-integration.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.
