# 適応型コンテンツ

ユーザーがサイトを訪問すると、その人が誰で、どのプランに加入していて、どの機能にアクセスできるかなど、すでにそのユーザーについて把握している場合があります。

アダプティブコンテンツは、誰が読んでいるかに基づいて、最適化されたドキュメント体験を構築するのに役立ちます。

<figure><img src="/files/d57a476ce6dfd31add66f8ec45781acc2872a62f" alt="A GitBook screenshot showing adaptive content controls"><figcaption><p>アダプティブコンテンツでユーザーのドキュメント体験をパーソナライズする</p></figcaption></figure>

<p align="center"><a href="https://gitbook.com/adaptive-content-demo/" class="button primary">デモサイトを起動する</a></p>

{% hint style="info" %}
アダプティブコンテンツは、やや異なります [認証済みアクセス](/docs/documentation/ja-gitbook-documentation/saitoakusesu/authenticated-access.md)が、両方を連携させることができます。

認証済みアクセスを使えばログインによってドキュメントを保護できますが、アダプティブコンテンツは、認証済みアクセスや独自アプリからのものを含むさまざまな認証方法に基づいて、公開されたコンテンツをカスタマイズします。
{% endhint %}

### 仕組み

アダプティブコンテンツは、次の2つの方法のいずれかで機能します:

1. アプリから GitBook へデータを渡す
2. 認証済みアクセスからデータを渡す

ユーザーがサイトを訪問すると、ユーザーが持ってきたデータを私たちは「クレーム」と呼びます。これは基本的に、ユーザーを識別するのに役立つデータです。これらのクレームは、サイトの作成者であるあなたが管理でき、GitBook エディターを通じてドキュメント内のさまざまなページ、バリアント、セクションを表示または非表示にするために使用できます。

こちらのページへ移動して [アダプティブコンテンツを有効にする](/docs/documentation/ja-gitbook-documentation/saitoakusesu/adaptive-content/enabling-adaptive-content.md) サイトのアダプティブコンテンツの設定を始めましょう。


---

# 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/saitoakusesu/adaptive-content.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.
