> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/miscellaneous-aikido-endpoint/endpoint-information-for-support.md).

# 問題を報告する / Device Protection サポート

Aikido Device ProtectionについてAikidoサポートにお問い合わせの際は、以下の情報を含めてください。これにより、問題の切り分けをより早く行い、不要なやり取りを減らすことができます。

### 問題を報告（推奨）

診断情報を送信する最も簡単な方法は、アプリから直接送ることです。Aikidoはエージェントの診断データを自動的に添付します（個人データは一切含まれず、デバッグ後に削除されます）。

<figure><img src="/files/22b765cf5f111f375f2e910fe966b4bfbed4e2a2" alt=""><figcaption></figcaption></figure>

1. Aikido Endpoint Protectionアプリを開く
2. 次の **ヘルプ** タブ
3. クリック **問題を報告**
4. 問題に関する追加のメモを入力してください（任意）
5. こちらからご連絡する場合は、メールアドレスを残してください（任意）
6. クリック **レポートを送信**

### 診断コマンドを実行（代替）

アプリにアクセスできない場合は、このコマンドを実行し、診断ログを添付してください。このデータは、問題を修正するのに必要な期間のみ保持されます。

{% tabs %}
{% tab title="macOS" %}
{% code overflow="wrap" %}

```bash
sudo /Applications/Aikido\ Endpoint\ Protection.app/Contents/Resources/scripts/submit_diagnostics
```

{% endcode %}
{% endtab %}

{% tab title="Windows" %}
{% code overflow="wrap" %}

```powershell
& "C:\Program Files\AikidoSecurity\EndpointProtection\scripts\SubmitDiagnostics.ps1"
```

{% endcode %}
{% endtab %}

{% tab title="Linux" %}
{% code overflow="wrap" %}

```bash
sudo aikido-doctor diagnostics
```

{% endcode %}
{% 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://help.aikido.dev/docs/docs-ja/aikido-device-protection/miscellaneous-aikido-endpoint/endpoint-information-for-support.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.
