> 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/ai-totsru/ask-aikido-contextual-ai-chat.md).

# Ask Aikido：コンテキスト対応AIチャット

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

`Aikidoに質問する` 検出結果をさらに深掘りするための製品内チャットです。Aikido はすでにノイズを自動で除去します。AutoTriage は到達可能性、CVE シグナル、そしてあなたの環境コンテキストを使って、誤検知を抑制し、問題の優先順位を再評価します。ほとんどの場合、それで十分です。

使用 `Aikidoに質問する` 判断を検証したいとき、実際の攻撃経路を確認したいとき、または生成された修正を調整したいときに使います。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 に次のことを依頼できます:

* 命名規則とコーディングスタイルに合わせる
* テストや小さなロジック変更を追加する
* あなたのアーキテクチャに合わせてパッチを調整する

修正の調整について詳しくは、こちらを参照してください [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 が 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/ai-totsru/ask-aikido-contextual-ai-chat.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.
