> 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-agent/ask-aikido.md).

# Aikido に質問する

<figure><img src="/files/9ce901e84194758e243e2107fc0264b705240c4d" alt=""><figcaption></figcaption></figure>

**Ask Aikido** 〜と話す方法です [Aikido Agent](/docs/docs-ja/aikido-agent/aikido-agent.md) 特定の検出結果について。Aikidoを離れたり、検出結果を別のチャットボットに貼り付けたりせずに、トリアージ判断の妥当性を確認したいとき、実際の攻撃経路を調べたいとき、または生成された修正を調整したいときに使ってください。

Aikido Agent はすでにノイズを自動的にフィルタリングしています。 [SAST AutoTriage](/docs/docs-ja/aikido-agent/sast-autotriage.md), [Secrets AutoTriage](/docs/docs-ja/aikido-agent/secrets-autotriage.md)、 [CVE Exploitability Analysis](/docs/docs-ja/aikido-agent/cve-exploitability-analysis.md)ほとんどの場合、それで十分です。さらに深く掘り下げたいときは Ask Aikido を使ってください。

### ユースケース

#### 1. SAST: コード解析

次のような質問をしてください `これは本当に私たちにとって危険ですか？`, `この問題で AutoTriage が深刻度を引き上げたのはなぜですか？`、または `これが実際にどのように悪用されるか、順を追って説明してください。`

このチャットでは次のことができます:

* 深刻度を確認する
* 現実的な攻撃経路を理解する
* 今すぐ修正するか、後で対応を予定するか、理由を付けて無視するかを判断する

<figure><img src="/files/61fbcdcf8abc416b7f1db2934b75eaf54b3dfb5f" alt=""><figcaption></figcaption></figure>

開く **コード解析を表示** で SAST の問題をサイドバーで開き、次に **Ask Aikido** を左上でクリックします。

#### 2. 依存関係: 影響範囲の完全な分析

次のような質問をしてください `これは本当にアプリで到達可能ですか？` または `影響範囲の完全な分析を説明してください`.

このチャットでは、依存関係のパスと呼び出しグラフの出力を、平易な言葉の悪用可能性ガイダンスに変換できます。

<figure><img src="/files/88a291ac18503f99da6bcc799fe93549c5182130" alt=""><figcaption></figcaption></figure>

開く **到達可能性分析を表示** で依存関係の問題をサイドバーで開き、次に **Ask Aikido** を左下でクリックします。

#### 3. AutoFix の調整

このチャットは、AutoFix がほぼ完成しているが、まだマージできないときに使ってください。次のような質問をしてください `このパッチを X に合わせて調整できますか`, `この修正の理由を説明してください`、または `修正を説明するコメントを追加してください`.

Aikido Agent に次のことを依頼できます:

* 命名規則やスタイル規約に合わせる
* テストや小さなロジック変更を追加する
* パッチをあなたのアーキテクチャに適合させる

修正の調整について詳しくは、こちらをご覧ください [Aikido AI で AutoFix を調整する](/docs/docs-ja/autofix-to/automation-and-merging/refine-autofixes-with-aikido-ai.md).

<figure><img src="/files/16de02e331bd6bca9e394db39d69ab5c06a3d2db" alt=""><figcaption></figcaption></figure>

### 知っていること

各チャットは、検出結果、影響を受けるコード、CVE メタデータ、到達可能性シグナル、そして（関連する場合は）差分を含む完全なコンテキストで実行されます。回答は、一般的なセキュリティ助言ではなく、あなたの特定のスタックに基づいています。

### チャットから実行できるアクション

チャットから、次のことができます:

* AI が生成した理由を付けて問題を無視する
* AutoFix を作成または調整する
* 将来の提案を改善するためにカスタムコンテキストを保存する

### 関連ページ

* [Aikido Agent](/docs/docs-ja/aikido-agent/aikido-agent.md)
* [カスタムレポート](/docs/docs-ja/aikido-agent/custom-reports.md)
* [SAST AutoTriage](/docs/docs-ja/aikido-agent/sast-autotriage.md)
* [Secrets AutoTriage](/docs/docs-ja/aikido-agent/secrets-autotriage.md)
* [CVE Exploitability Analysis](/docs/docs-ja/aikido-agent/cve-exploitability-analysis.md)
* [Aikido が AI を使う方法](/docs/docs-ja/ai-totsru/how-aikido-uses-ai.md)
* [Aikido AI で AutoFix を調整する](/docs/docs-ja/autofix-to/automation-and-merging/refine-autofixes-with-aikido-ai.md)
* [到達可能性分析の概要](/docs/docs-ja/hajimeni/reachability-analysis/introduction-to-reachability-analysis.md)


---

# 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-agent/ask-aikido.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.
