> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/runtime-security/waas/waas-explorer.md).

# WAAS Explorer

WAAS explorer provides an overview of web application’s security posture, protection coverage, usage stats and insights. This dashboard is not intended to replace WAAS built in analytics for investigating incidents and request details.

To use the WAAS Explorer, your Defenders must be running version 22.01 or later. With earlier versions of Defender, the WAAS Explorer dashboard may have errors due to incomplete or missing data.

<figure><img src="/files/Kyhtc2IHd1x2HmwjyH2K" alt="waas explorer overview"><figcaption></figcaption></figure>

## Web Protection Coverage

Web protection coverage provides an overview of the web application and API currently running in the deployment with the following breakdowns:

* Protection coverage
* Vulnerabilities in unprotected web apps

Enable WAAS protection on vulnerable web apps to detect threats and mitigate exploitation attempts.

## Activity Overview

<figure><img src="/files/pIYIIlKIXkABymDVDg8q" alt="waas explorer activity overview"><figcaption></figcaption></figure>

The Activity overview shows daily counts of requests and protection triggers. Policy changes to WAAS are also noted on the date they occurred.

## WAAS Overview

WAAS overview provides more information about the value WAAS provided - the total amount of traffic inspected, the protections currently in use, and the overall count of triggers, according to type and effect.

## Event Traffic Sources

Using this section, users are able to easily identify attacked images and hosts in their deployment as well as where legitimate traffic and attacks originate from. Users can filter the results based on countries or image names, to obtain a comprehensive overview of attacked images - WAAS events, identified vulnerabilities, and runtime forensics.

## OWASP Top-10 Summary

WAAS explorer displays event summaries for OWASP Top-10 and OWASP Top-10 API risks.

## Insights

<figure><img src="/files/npVGtYynMeUjM8z9DgJT" alt="waas explorer insights"><figcaption></figcaption></figure>

WAAS Explorer insights reveal security posture gaps that need to be addressed.


---

# 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://docs.prismacloud.io/content-collections/runtime-security/waas/waas-explorer.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.
