> 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/gong-kai/guides.md).

# ガイド

オーディエンスとブランドに合ったドキュメントを公開・管理しましょう。これらのガイドでは、ドキュメントサイトの作成、カスタマイズ、アクセス共有、パフォーマンスの測定を扱います。

#### 探索

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket">:rocket:</i></h4></td><td><h4>ドキュメントサイトを作成して公開する</h4><p>ドキュメントサイトを作成し、コンテンツを追加して、オーディエンス向けに公開します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/I5zoKKnt6XBITF2cc838">/spaces/LBGJKQic7BQYBXmVSjy0/pages/I5zoKKnt6XBITF2cc838</a></td></tr><tr><td><h4><i class="fa-palette">:palette:</i></h4></td><td><h4>ブランドに沿ったドキュメントを作成する</h4><p>カスタムドメイン、ロゴ、配色などを設定します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/9UBFfdU5aXiP62oCWT5I">/spaces/LBGJKQic7BQYBXmVSjy0/pages/9UBFfdU5aXiP62oCWT5I</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><h4>コマンドラインからドキュメントサイトを公開する</h4><p>スペースを作成し、GitBook CLI でドキュメントサイトを公開します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/zmpnDiKX098r2S6GXiyP">/spaces/LBGJKQic7BQYBXmVSjy0/pages/zmpnDiKX098r2S6GXiyP</a></td></tr><tr><td><h4><i class="fa-chart-line">:chart-line:</i></h4></td><td><h4>ドキュメントの分析を追跡する</h4><p>トラフィック、フィードバック、訪問者からの質問を測定します。</p></td><td><a href="/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw">/spaces/LBGJKQic7BQYBXmVSjy0/pages/OykWapcRQTN6cSKDjufw</a></td></tr></tbody></table>

#### クイックガイド

<details>

<summary>ドキュメントサイトはどうやって公開しますか？</summary>

ドキュメントサイトを作成し、スペースを追加して、アクセスできるユーザーを選択します。

このガイドでは、サイトの作成、オーディエンス設定、コンテンツの公開を扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I publish a docs site in GitBook? Show me how to create a site, add a space, configure audience settings, and publish content. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ドキュメントサイトはどうやってカスタマイズしますか？</summary>

ブランドに合わせてドキュメントサイトをカスタマイズし、ナビゲーションを改善します。

このガイドでは、テーマ、ロゴ、ナビゲーション、ページ設定を扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I customize my GitBook docs site? Show me how to configure themes, logos, navigation, and page settings. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ドキュメントへのアクセスはどうやって制御しますか？</summary>

訪問者がドキュメントに公開でアクセスするか、共有リンク経由でアクセスするか、認証後にアクセスするかを選択します。

このガイドでは、オーディエンス設定、共有リンク、認証済みアクセスを扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I control access to my GitBook docs? Show me how to configure public access, share links, and authenticated access. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>

<details>

<summary>ドキュメントサイトのパフォーマンスはどうやって測定しますか？</summary>

サイトインサイトでは、訪問者がドキュメントをどのように利用しているか、またどこでサポートが必要かを確認できます。

このガイドでは、トラフィック、ページのフィードバック、検索、AI への質問を扱います。

<button type="button" class="button secondary" data-action="ask" data-query="How do I measure my GitBook docs site performance? Show me how to use site insights to review traffic, page feedback, search, and AI questions. Include links to the relevant docs pages." data-icon="gitbook-assistant">ガイドを開く</button>

</details>


---

# 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/gong-kai/guides.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.
