> 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/customization.md).

# サイトのカスタマイズ

公開されたドキュメントの外観をカスタマイズし、UIをコンテンツの言語に合わせるなどができます。

カスタマイズをドキュメントサイト全体にサイト全体のテーマとして適用することも、個々のバリアントやサイトセクションに適用することもできます。

<figure><img src="/files/3a1c4a351a5d555861ebc99949980b8351fc8505" alt="A GitBook screenshot showing a customized docs site"><figcaption><p>GitBook の組み込みカスタマイズオプションを使って、あらゆる種類のサイトデザインを作成できます。</p></figcaption></figure>

### 複数のセクションまたはバリアントを持つサイトのカスタマイズ

複数のセクションまたはバリアントを持つドキュメントサイトがある場合、それぞれを個別にカスタマイズできます。

上部のドロップダウンメニューを使って、サイト全体または特定のサイトセクションを選択します **カスタマイズ** パネル。

* **サイト全体の設定** – これらはすべてのセクションに自動的に適用されます。
* **セクションまたはバリアント固有の設定** – サイトセクションまたはバリアントを使用している場合、サイト全体の既定設定を上書きする個別のカスタマイズを設定できます。

<figure><img src="/files/4edf8b56c089c332f090579cf9de14d5dc050457" alt="A GitBook screenshot showing the customization panel"><figcaption><p>GitBook のカスタマイズパネル。</p></figcaption></figure>

{% hint style="warning" %}
特定のサイトセクションに加えた変更は、後でサイト全体の設定を再度変更した場合でも、サイト全体のカスタマイズ設定より優先されます。

カスタマイズの上書きをサイト全体の既定値に戻すには、 **リセット** ボタン <picture><source srcset="/files/pqrwkdhGuOQlk1cWXLgI" media="(prefers-color-scheme: dark)"><img src="/files/f73241319a69632e049f00da636edd63a6bd7aec" alt="The Reset icon in GitBook"></picture> をセクション選択の横でクリックします。
{% endhint %}

### 「高度なカスタマイズ」に含まれるものは？

すべての GitBook ユーザーは、ドキュメントサイトで基本的なカスタマイズオプションを利用できます。Premium または Ultimate のサイトプランをご利用のユーザーは、高度なカスタマイズ機能も使って、ブランドに合わせてドキュメントをさらに調整できます。

高度なカスタマイズオプションには以下が含まれます:

* **カスタムロゴ** – ドキュメントサイト上部の絵文字とタイトルを置き換えるロゴを追加します。
* **アイコンのスタイル** – ドキュメントサイト内のページアイコンの太さとスタイルを変更します。
* **カスタムフォント** – ドキュメントサイトの本文フォントと等幅フォントを変更します。
* **フッター** – ドキュメントの下部にあるフッターに、カスタムロゴ、著作権テキスト、ナビゲーションを追加します。
* **太字テーマとグラデーションテーマ** – これらの新しいテーマで、ヘッダーの背景色を変更したり、サイト全体にグラデーション背景を追加したりできます。
* **セマンティックカラー** – 公開コンテンツ内のヒントブロックの背景色とコードブロックのスタイルを変更します。
* **コードテーマ** – 既成テーマまたはサイトの色を使用するアダプティブテーマのいずれかを使って、公開ドキュメント内のコードブロックと API ブロックの外観を変更します。

### カスタマイズできないものは？

上記のオプションによりサイトをカスタマイズする方法はたくさんありますが、選択した [プランにかかわらず](/docs/documentation/ja-gitbook-documentation/akauntoto/plans.md).

1. ページ上の要素のレイアウトをカスタマイズすることはできません（ただし、 *は* 可能です [特定のページで一部の要素を非表示にすることが](/docs/documentation/ja-gitbook-documentation/kontentsuwosuru/content-structure/page.md)).
2. CSS、HTML、JS などのカスタムコードを GitBook サイトに直接挿入することはできません。すでに多くの人気ツールと連携しており、さらに [リッチ埋め込み](/docs/documentation/ja-gitbook-documentation/kontentsuwosuru/blocks/embed-a-url.md) を多数提供しています。
3. 公開されたドキュメントに表示される小さな「Powered by GitBook」リンクを削除することはできません。


---

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