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

# DAST / サーフェス監視

- [DAST の概要](https://help.aikido.dev/docs/docs-ja/dast-sfesu/dast-surface-monitoring-overview.md)
- [クイックスキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/front-end-scanning.md)
- [Aikido でフロントエンドアプリのドメインをスキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/front-end-scanning/scan-front-end-app-domains-with-aikido.md)
- [フロントエンドアプリの認証済みスキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/front-end-scanning/authenticated-scanning-for-front-end-apps.md)
- [攻撃対象領域の監視](https://help.aikido.dev/docs/docs-ja/dast-sfesu/attack-surface-scanning.md)
- [攻撃対象領域にサブドメインを追加または無視](https://help.aikido.dev/docs/docs-ja/dast-sfesu/attack-surface-scanning/add-or-ignore-subdomains-in-attack-surface.md)
- [漏洩した認証情報とパスワードを確認](https://help.aikido.dev/docs/docs-ja/dast-sfesu/attack-surface-scanning/reviewed-leaked-credentials-and-passwords.md)
- [API スキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning.md)
- [REST API と Web アプリのスキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/rest-api-scanning.md)
- [GraphQL API スキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/graphql-api-scanning.md)
- [REST/GraphQL の認証済み API スキャン](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/authenticated-api-scanning-for-rest-graphql.md)
- [Aikido AI（Code2Swagger）で OpenAPI を自動生成](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/autogenerate-openapi-via-aikido-ai-code2swagger.md)
- [API スキャンでルートを無視](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/ignoring-routes-in-api-scanning.md)
- [API スキャンに追加ヘッダーを追加](https://help.aikido.dev/docs/docs-ja/dast-sfesu/api-scanning/add-additional-headers-in-api-scanning.md)
- [その他](https://help.aikido.dev/docs/docs-ja/dast-sfesu/miscellaneous.md)
- [ドメインと API に対して一部の問題がフラグされない理由](https://help.aikido.dev/docs/docs-ja/dast-sfesu/miscellaneous/why-certain-issues-are-not-flagged.md)
- [ドメインスキャン用 IP アドレス](https://help.aikido.dev/docs/docs-ja/dast-sfesu/miscellaneous/allowing-ip-addresses-for-dast-surface-monitoring.md)
- [フロントエンドおよび API スキャンで 2FA を使用](https://help.aikido.dev/docs/docs-ja/dast-sfesu/miscellaneous/using-2fa-in-front-end-and-api-scans.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/dast-sfesu.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.
