> 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 でサイトの設定を開く
* サイトのカスタマイズ設定を開く
* サイトの分析を開く

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

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

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

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

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

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

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

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

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

{% hint style="info" %}
この問題は、プライバシー設定がより厳しいブラウザや拡張機能でより一般的です。
{% endhint %}

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

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

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

<figure><img src="/files/3747b90b93e94b85cd5f84e25b006087d1f38e46" 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.
