> 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/mashinsukyan.md).

# 仮想マシンスキャン

- [VMスキャンの概要](https://help.aikido.dev/docs/docs-ja/mashinsukyan/virtual-machines-overview.md)
- [AWS仮想マシンスキャン](https://help.aikido.dev/docs/docs-ja/mashinsukyan/aws.md)
- [AWS EC2仮想マシンスキャンの設定](https://help.aikido.dev/docs/docs-ja/mashinsukyan/aws/aws-ec2-virtual-machine-scanning-setup.md)
- [AWS EC2 KMS（Key Management Service）サポート](https://help.aikido.dev/docs/docs-ja/mashinsukyan/aws/aws-ec2-kms-key-management-service-support.md)
- [スキャン対象のVMを管理する](https://help.aikido.dev/docs/docs-ja/mashinsukyan/aws/managing-which-vms-are-scanned.md)
- [Azure仮想マシンスキャンの設定](https://help.aikido.dev/docs/docs-ja/mashinsukyan/azure-virtual-machine-scanning-setup.md)
- [Azure仮想マシンスキャン](https://help.aikido.dev/docs/docs-ja/mashinsukyan/azure.md)
- [Azure VMアクセス設定](https://help.aikido.dev/docs/docs-ja/mashinsukyan/azure/setup-configuration-in-azure.md): このページでは、Azure仮想マシンをスキャンするためにAikidoへアクセス権を付与する方法を説明します。
- [Azureでカスタムロールを設定する](https://help.aikido.dev/docs/docs-ja/mashinsukyan/azure/setup-custom-role-in-azure.md)
- [Google Cloud仮想マシンスキャンの設定](https://help.aikido.dev/docs/docs-ja/mashinsukyan/gcp-virtual-machine-scanning-configuration.md)
- [ローカルVMスキャン](https://help.aikido.dev/docs/docs-ja/mashinsukyan/local-vm-scanning.md)
- [LinuxでローカルVMスキャナーを設定する](https://help.aikido.dev/docs/docs-ja/mashinsukyan/local-vm-scanning/setting-up-the-local-vm-scanner-linux.md)
- [WindowsでローカルVMスキャナーを設定する](https://help.aikido.dev/docs/docs-ja/mashinsukyan/local-vm-scanning/setting-up-the-local-vm-scanner-windows.md)
- [その他](https://help.aikido.dev/docs/docs-ja/mashinsukyan/misc.md)
- [ECSインスタンスのVMグループ化](https://help.aikido.dev/docs/docs-ja/mashinsukyan/misc/vm-grouping-for-ecs-instances.md)
- [環境を設定してVM結果のノイズを低減する](https://help.aikido.dev/docs/docs-ja/mashinsukyan/misc/denoise-vm-results-by-configuring-your-environments.md)
- [仮想マシン到達可能性分析](https://help.aikido.dev/docs/docs-ja/mashinsukyan/misc/virtual-machine-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/mashinsukyan.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.
