> 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/toolbar-on-published-sites-and-site-previews.md).

# 公開サイトとサイトプレビューのツールバー

GitBook にログインしているときに公開サイトに表示されるツールバーについて詳しく学びましょう

ライブドキュメントサイトを表示していると、ブラウザーウィンドウの下部にツールバーが表示されることがあります。クリックするだけで便利なオプションにすばやくアクセスできます:

* エディターを開いてサイトのコンテンツを表示・編集する
* GitBook でサイトの設定を開く
* サイトのカスタマイズ設定を開く
* サイト分析を開く

{% hint style="warning" %}
ツールバーは **GitBook 組織にログインしているメンバーにのみ表示されます**。GitBook 組織のメンバーではないサイト訪問者は **ツールバーを表示できません**.
{% endhint %}

また、次のときには少し異なるバージョンのツールバーも表示されます [サイトのプレビュー URL を開くと](/docs/documentation/ja-gitbook-documentation/suru/change-requests.md#preview-a-change-request) GitBook アプリから、アプリに戻ってフィードバックを追加したり編集を続けたりできます。

#### ツールバーはいつ表示されますか？

次の状況でツールバーが表示されます:

* GitBook にログインした状態でライブサイトを表示しているとき
* サイトの以前のバージョンを次の方法でプレビューしているとき [バージョン履歴](/docs/documentation/ja-gitbook-documentation/kontentsuwosuru/version-control.md)
* 提案された変更へのリンクをプレビューしているとき。たとえば、 [変更リクエスト](/docs/documentation/ja-gitbook-documentation/suru/change-requests.md) GitBook で作成されたもの、または次を通じて作成された pull request など [Git Sync](/docs/documentation/ja-gitbook-documentation/dokyumentowokdotoshiteu/git-sync/github-pull-request-preview.md)

#### なぜツールバーが表示されないのですか？

GitBook にログインしているのにツールバーが表示されない場合、ブラウザーがサードパーティ Cookie をブロックしている可能性があります。

ツールバーは、公開済みのドキュメントサイトまたはプレビュー URL 上で GitBook セッションを認識するためにサードパーティ Cookie を使用します。ブラウザーがそれらの Cookie をブロックしていると、ツールバーは表示されないことがあります。

ツールバーを表示するには、ブラウザー設定でドキュメントのドメインに対するサードパーティ Cookie を有効にしてから、ページを再読み込みしてください。

{% hint style="info" %}
この問題は、より厳しいプライバシー設定を持つブラウザーや拡張機能でよく発生します。
{% endhint %}

#### ツールバーを非表示にできますか？

はい。ツールバーの最後のボタンをクリックすると、表示方法を変更するためのさまざまなオプションを選べます:

1. **最小化:** ツールバーが小さな球体に縮小されます。再び展開するには、それをクリックするだけです。
2. **1 セッションだけ閉じる:** 閉じるまで、現在のタブからツールバーを完全に削除します。
3. **今後表示しない:** ツールバーを非表示にし、その選択を記憶します。ブラウザーのローカルストレージを消去すると、ツールバーを復元できます。

<figure><img src="https://4217681718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2Fo8cxPQCicYRqWQiOoney%2Fgitbook-ui-preview-toolbar%402x.jpg?alt=media&amp;token=be04ba1d-8b70-4561-b94f-c6d7516f29de" alt=""><figcaption></figcaption></figure>


---

# 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/toolbar-on-published-sites-and-site-previews.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.
