> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/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-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/saitohenoakusesu/adaptive-content.md).

# 適応型コンテンツ

ユーザーがサイトを訪れると、すでにその人について知っていることがあるかもしれません。たとえば、その人が誰か、どのプランに登録しているか、どの機能にアクセスできるかなどです。

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

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

{% hint style="info" %}
アダプティブコンテンツは、次のものとは少し異なります [認証済みアクセス](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/saitohenoakusesu/authenticated-access.md)、ただし両者は連携して使えます。

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

### 仕組み

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

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

ユーザーがサイトを訪れると、その人が持ち込むデータを「クレーム」と呼びます。要するに、ユーザーを特定するのに役立つデータです。これらのクレームは、あなた――サイトの作成者――が制御でき、GitBook エディターを通じて、ドキュメント内のさまざまなページ、バリアント、セクションを表示したり非表示にしたりするために使えます。

以下のページをご覧ください: [アダプティブコンテンツの有効化](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/saitohenoakusesu/adaptive-content/enabling-adaptive-content.md) サイトでアダプティブコンテンツの設定を始めるには。


---

# 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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/saitohenoakusesu/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.
