> 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/saitowosuru/install-an-integration.md).

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

1つのセクションに統合をインストールするか、組織内のすべてのセクションにインストールします

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

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

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

<figure><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FWQcTvsnIZCowPI7bMCdV%2F26_01_06_integrations%402x.png?alt=media&amp;token=7a62f07c-68b2-4afa-92c3-a24518bce183" alt="A GitBook screenshot showing the integration library"><figcaption><p>GitBook の組み込み連携ライブラリを参照する。</p></figcaption></figure>

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

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

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

連携機能が組織にインストールされると、サイトレベルでも操作できます — をクリックしてください **統合**、 **拡張** サイトのサイドバーで。サイトにすでに追加されている連携機能は、次の下に表示されます **インストール済みの連携機能**.

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

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

この画面では、連携機能をインストールしたい対象エリアを選択できます。

<figure><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2F27szfSu2UFowxa8d6Ih7%2Fintegrations-install-options.svg?alt=media&amp;token=655a5e6d-69e9-4ffc-afcb-6ff71c4ddf37" alt="A GitBook screenshot showing where you can install an integration"><figcaption><p>連携機能をインストールするエリアを選択してください。</p></figcaption></figure>

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

{% hint style="info" %}
Google Analytics、Segment、Fathom などの分析系連携機能は、サイト全体に対して設定されます。サイトに複数のセクションが含まれている場合、セクションごとに個別の分析データを収集することはできません。1つの設定がサイト全体に適用されます。
{% endhint %}

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

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

### よくある質問

<details>

<summary>連携機能はどのように設定しますか？</summary>

各連携機能には独自の設定オプションがあります。各連携機能固有の設定手順は、インストールページで確認できます。

</details>

<details>

<summary>連携機能をリクエストできますか？</summary>

はい — [連携機能リクエストを送信する](https://survey.refiner.io/e61q1m-dp057m)、または [GitBook コミュニティ](https://github.com/GitbookIO/community) へ行って、GitBook で見たいものについて話し合ってください。

</details>

<details>

<summary>自分で連携機能を作成できますか？</summary>

連携プラットフォームは、GitBook アカウントをお持ちの方ならどなたでも利用できます。 [連携機能ページをご覧ください](https://www.gitbook.com/integrations) または [開発者向けドキュメント](https://developer.gitbook.com/) から始めてください。

</details>

<details>

<summary>GitBook は Google Tag Manager をサポートしていますか？</summary>

いいえ。Google Tag Manager では CSS と JavaScript を挿入できるため、サイトが壊れる可能性があり、セキュリティ上の懸念もあるので、GitBook はそれと連携していません。

</details>


---

# 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/saitowosuru/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.
