> 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/herupu/report-a-bug.md).

# バグを報告する

アプリのサポートウィジェットから、またはメールでバグを報告してください <support@gitbook.com>、問題に遭遇した経緯の文脈をできるだけ詳しく添えてください。

いくつかの問題については、サポートチームが次を求めることがあります **HARキャプチャ** （HTTPアーカイブ）です。GitBookアプリでのブラウザのリクエストとレスポンスを記録し、チームがさらに調査できるようにします。コンソールログと一緒に取得してください：

{% tabs %}
{% tab title="Chrome" %}

1. Chromeでは、問題が発生しているGitBookのページを開いてください。
2. クリックして **⋮** ブラウザウィンドウの右上で、次に **その他のツール → 開発者ツール**.
3. をクリックします **ネットワーク** タブを開き、 **ログを保持**.
4. Networkタブ左上の赤い丸が表示されていることを確認してください。記録が開始されています。丸が黒い場合は、クリックして記録を開始します。
5. ページを再読み込みして、問題を再現してください。
6. Networkタブのツールバーにあるダウンロードアイコン（↓）をクリックして、すべてのリクエストをHARファイルとして保存します。
7. をクリックします **コンソール** タブで、コンソール内の任意の場所を右クリックし、 **名前を付けて保存…**。ファイル名を `Chrome-console.log`.
8. 両方のファイルを共有リンクとして添えて、ケースに返信してください。
   {% endtab %}

{% tab title="Firefox" %}

1. Firefoxでは、問題が発生しているGitBookのページを開いてください。
2. 右上のFirefoxメニューをクリックし、次に **Web開発 → ネットワーク**.
3. をクリックします **ネットワーク** タブを開き、 **ログを永続化**.
4. キャプチャが実行されている間にページを再読み込みし、問題を再現してください。
5. アクティビティペインの任意の行を右クリックし、 **すべてをHARとして保存**.
6. をクリックします **コンソール** タブで任意の行を右クリックし、 **すべて選択**。内容を次の名前のテキストファイルに貼り付けます `console-log.txt`.
7. 両方のファイルを共有リンクとして添えて、ケースに返信してください。
   {% endtab %}

{% tab title="Safari" %}

1. Safariでは、問題が発生しているGitBookのページを開いてください。
2. メニューバーで **開発** をクリックし、 **Webインスペクタを表示**.
3. をクリックします **コンソール** タブを開き、 **ログを保持**を選択してから、 **ネットワーク** タブ。
4. キャプチャが実行されている間にページを再読み込みし、問題を再現してください。
5. アクティビティペインの任意の行を右クリックし、 **HARを書き出す**.
6. で、 **コンソール** タブで、任意の行を右クリックし、 **すべて選択**。内容を次の名前のテキストファイルに貼り付けます `console-log.txt`.
7. 両方のファイルを共有リンクとして添えて、ケースに返信してください。
   {% endtab %}

{% tab title="Edge" %}

1. Edgeでは、問題が発生しているGitBookのページを開いてください。
2. 右上のEdgeメニュー（⋮）をクリックし、 **開発者ツール**.
3. をクリックします **ネットワーク** タブを開き、 **ナビゲート時にエントリを消去** オプション（青い矢印に赤い×）をオンにします。
4. 緑の再生ボタン（**プロファイリング セッションを開始**）が選択されていることを確認してください。キャプチャは実行中です。
5. ページを再読み込みして、問題を再現してください。
6. をクリックします **HARとして書き出す** アイコン（フロッピーディスク）。
7. で、 **コンソール** タブで、任意の行を右クリックし、 **すべてをコピー**。内容を次の名前のテキストファイルに貼り付けます `console-log.txt`.
8. 両方のファイルを共有リンクとして添えて、ケースに返信してください。
   {% endtab %}
   {% endtabs %}


---

# 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/herupu/report-a-bug.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.
