> 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).

# インテグレーションのインストールと管理

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

組織内の単一のセクション、複数のセクション、またはすべてのセクションにインテグレーションをインストールできます。

単一のセクションにインテグレーションをインストールすると、その特定のセクションでのみ動作します。複数のセクションにインテグレーションをインストールすれば、それらすべてのセクションにまたがって操作を行えます。

<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. インテグレーションを設定する

{% 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.
