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

# サイトのカスタマイズ

{% hint style="info" %}
特定のカスタマイズ機能は、でのみ利用できます [プレミアムおよびアルティメットのサイトプラン](https://www.gitbook.com/pricing).
{% endhint %}

公開済みドキュメントの外観をカスタマイズし、ユーザーインターフェースをコンテンツの言語に合わせることなどができます。

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

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

1. ページ上の要素のレイアウトをカスタマイズすることはできません（ただし、 *は* 可能です [特定のページで一部の要素を非表示にすること](/docs/documentation/ja-gitbook-documentation/creating-content/content-structure/page.md)).
2. GitBook サイトにカスタムコード（CSS、HTML、JS など）を直接挿入することはできません。すでに多くの一般的なツールと連携しており、さらに [豊富な埋め込み](/docs/documentation/ja-gitbook-documentation/creating-content/blocks/embed-a-url.md) を多く提供しています。
3. 公開済みドキュメントに表示される小さな「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/docs-site/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.
