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

# DAST / Surface Monitoring

- [DAST Overview](https://help.aikido.dev/dast-surface-monitoring/dast-surface-monitoring-overview.md)
- [Front-End Scanning](https://help.aikido.dev/dast-surface-monitoring/front-end-scanning.md)
- [Scan Front-End App Domains with Aikido](https://help.aikido.dev/dast-surface-monitoring/front-end-scanning/scan-front-end-app-domains-with-aikido.md)
- [Authenticated Scanning for Front-End Apps](https://help.aikido.dev/dast-surface-monitoring/front-end-scanning/authenticated-scanning-for-front-end-apps.md)
- [Attack Surface Monitoring](https://help.aikido.dev/dast-surface-monitoring/attack-surface-scanning.md)
- [Add or Ignore Subdomains in Attack Surface](https://help.aikido.dev/dast-surface-monitoring/attack-surface-scanning/add-or-ignore-subdomains-in-attack-surface.md)
- [Reviewed Leaked Credentials and Passwords](https://help.aikido.dev/dast-surface-monitoring/attack-surface-scanning/reviewed-leaked-credentials-and-passwords.md)
- [API Scanning](https://help.aikido.dev/dast-surface-monitoring/api-scanning.md)
- [REST API & Web App Scanning](https://help.aikido.dev/dast-surface-monitoring/api-scanning/rest-api-scanning.md)
- [GraphQL API Scanning](https://help.aikido.dev/dast-surface-monitoring/api-scanning/graphql-api-scanning.md)
- [Authenticated API Scanning for REST/GraphQL](https://help.aikido.dev/dast-surface-monitoring/api-scanning/authenticated-api-scanning-for-rest-graphql.md)
- [Autogenerate OpenAPI via Aikido AI (Code2Swagger)](https://help.aikido.dev/dast-surface-monitoring/api-scanning/autogenerate-openapi-via-aikido-ai-code2swagger.md)
- [Ignoring Routes in API Scanning](https://help.aikido.dev/dast-surface-monitoring/api-scanning/ignoring-routes-in-api-scanning.md)
- [Add Additional Headers in API Scanning](https://help.aikido.dev/dast-surface-monitoring/api-scanning/add-additional-headers-in-api-scanning.md)
- [Using 2FA in Front-End and API Scans](https://help.aikido.dev/dast-surface-monitoring/using-2fa-in-front-end-and-api-scans.md)
- [IP Addresses for Domain Scanning](https://help.aikido.dev/dast-surface-monitoring/allowing-ip-addresses-for-dast-surface-monitoring.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/dast-surface-monitoring.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.
