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

# ワークフローとガイド

- [概要](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/overview.md)
- [SonarQube から Aikido への移行](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/migrating-from-sonarqube-to-aikido.md): SonarQube または SonarCloud から Aikido へ移行する方法を学びます。
- [AutoTriage と AutoFix で依存関係の問題を修正する](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/resolve-dependency-vulnerabilities-with-autotriage-and-ai-autofix.md): このチュートリアルでは、脆弱な依存関係をコードベース全体でスキャンし、誤検知を自動的にトリアージし、依存関係ファイルにワンクリックで修正を適用するよう Aikido を設定する方法を示します。
- [Linear と Slack](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/automatically-create-tickets-for-new-vulnerabilities-in-linear-and-get-notified-on-slack.md)
- [Jira Cloud と Slack](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/jira-cloud-and-slack.md)
- [その他のクラウドプロバイダー](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers.md)
- [Aikido で Alibaba Cloud をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-alibaba-cloud-with-aikido.md)
- [Aikido で Hetzner をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-hetzner-with-aikido.md)
- [Aikido で Fly.io をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-fly-with-aikido.md)
- [Aikido で IBM Cloud をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-ibm-cloud-with-aikido.md)
- [Aikido で Linode をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-linode-with-aikido.md)
- [Aikido で Oracle Cloud (OCI) をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-oracle-cloud-oci-with-aikido.md)
- [Aikido で OVH cloud をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-ovh-cloud-with-aikido.md)
- [Aikido で Scaleway をスキャンする](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-scaleway-with-aikido.md)
- [Aikido で STACKIT をスキャン](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-stackit-with-aikido.md)
- [Aikido で Tencent Cloud をスキャン](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-tencent-cloud-with-aikido.md)
- [Aikido で Vultr をスキャン](https://help.aikido.dev/docs/docs-ja/wkufurtogaido/additional-cloud-providers/scanning-vultr-with-aikido.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/wkufurtogaido.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.
