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

# サイトを管理する

- [サイト設定](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-settings.md): 公開サイト全体の設定をカスタマイズ・編集します
- [サイト構造](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-structure.md): セクション、バリアント、外部リンクを使って、公開ドキュメントを整理します
- [セクション](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-structure/site-sections.md): 1つの公開サイトで、製品、対象者、トピックを分けて整理します。
- [コンテンツバリアント](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-structure/variants.md): 1つのサイトで、複数の製品バージョンや言語のドキュメントを公開します
- [多言語セクション](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-structure/multilingual-sections.md): サイト、セクション、セクショングループ、ナビゲーションにローカライズされたタイトルを設定します
- [サイトのカスタマイズ](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization.md): カスタムロゴ、フォント、色、リンクなどを使ってブランド化されたドキュメントを作成します
- [アイコン、色、テーマ](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization/icons-colors-and-themes.md): 公開ドキュメント全体で、アイコン、色、テーマなどのより細かな設定をカスタマイズします
- [レイアウトと構造](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization/layout-and-structure.md): 公開ドキュメントのレイアウトと構造をカスタマイズします
- [共有とソーシャル](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization/sharing-and-social.md): サイトのソーシャルアカウントメタデータと共有オプションをカスタマイズします
- [公開サイトとサイトプレビューのツールバー](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization/toolbar-on-published-sites-and-site-previews.md): GitBook にログインしているときに公開サイトに表示されるツールバーについて詳しく学びましょう
- [追加設定](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/customization/extra-configuration.md): 公開ドキュメントの追加オプションを設定します
- [統合のインストールと管理](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/install-an-integration.md): 1つのセクションに統合をインストールするか、組織内のすべてのセクションにインストールします
- [サイト権限](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/site-permissions.md): サイトの構造、設定、公開を管理するときに各役割ができること
- [ガイド](https://gitbook.com/docs/documentation/ja-gitbook-documentation/saitowosuru/guides.md): 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.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.
