> 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の悪用可能性分析](/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の悪用可能性分析](/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.
