> 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/layout-and-structure.md).

# レイアウトと構造

### ヘッダー

<figure><img src="/files/f3435c390b928c393ede84d72b3258a9ba495bfa" alt="A GitBook screenshot showing header customization settings"><figcaption></figcaption></figure>

**検索バー**

検索バーの位置と見た目を、目立つ表示（ヘッダー中央）と控えめな表示（右上）で切り替えられます。ヘッダーを完全にオフにすると、検索バーは代わりにサイドバーに配置されます。

**ナビゲーション**

サイトにヘッダーリンクを追加できます。ヘッダーリンクは、ドキュメントの重要な部分を指したり、メインサイトへ戻るリンクとして使えます。

リンクの見た目は、通常リンク、主要ボタン、または副ボタンから選べます。有効にすると、各リンクにタイトルとURLを追加するだけです。ヘッダーナビゲーションは2階層まで対応しているため、ドロップダウンメニューに表示されるサブリンクを設定できます。

使用する `ローカライズされたタイトル` サイト、セクション、セクショングループのタイトルと同様に、ヘッダーリンクとボタンのタイトルをローカライズするために使用します。

### お知らせ <picture><source srcset="/files/8pdGCn8TI6WIcFGsPNFh" media="(prefers-color-scheme: dark)"><img src="/files/847fbb978db0c30d224cc5849da682d93f0b9b31" alt=""></picture> <picture><source srcset="/files/iRBqMn8OAyswwIZUIKbS" media="(prefers-color-scheme: dark)"><img src="/files/f23f823c4b88dec961c3d26814440cfa9a694b56" alt=""></picture>

このオプションをオンにすると、公開サイトの上部にお知らせバナーを追加できます。メッセージを追加でき、必要に応じてリンクとCTAを含めることもでき、それらはバナー内でメッセージの後に表示されます。

お知らせのスタイルは、ヒントブロックと同じオプション（Info、Warning、Danger、Success）で変更できます。これらのスタイルの色は、セマンティックカラーの設定によって決まります。

### ページネーション

セクション内の各ページ下部に表示される「前へ」「次へ」ボタンの表示を制御できます。この機能は特定のページにも設定できます。

### フッター <picture><source srcset="/files/8pdGCn8TI6WIcFGsPNFh" media="(prefers-color-scheme: dark)"><img src="/files/847fbb978db0c30d224cc5849da682d93f0b9b31" alt=""></picture> <picture><source srcset="/files/iRBqMn8OAyswwIZUIKbS" media="(prefers-color-scheme: dark)"><img src="/files/f23f823c4b88dec961c3d26814440cfa9a694b56" alt=""></picture>

<figure><img src="/files/c2d97877f341119d908b5860665891c20c05f2ef" alt="A GitBook screenshot showing footer customization settings"><figcaption></figcaption></figure>

**ロゴ**

フッターにロゴや別の画像を追加できます。

**著作権表示**

フッターに著作権情報を追加できます。

**ナビゲーション**

フッターにリンクを追加し、複数のセクションに整理できます。ヘッダーと同様に、各リンクにタイトルとURLを追加し、各リンクグループごとにセクションタイトルを含めます。

使用する `ローカライズされたタイトル` サイト、セクション、セクショングループのタイトルと同様に、フッターのリンクとグループのタイトルをローカライズするために使用します。


---

# 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/layout-and-structure.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.
