> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/applications-view/application-dashboard.md).

# Application Dashboard

Pynt's single application dashboard is a comprehensive view designed for robust API security management. It provides a user-friendly interface that delivers crucial insights into the security status of your APIs.

The view is accessible by simply **clicking on the relevant application** from the **applications view**.

The view includes the following components:

* [Summary View](broken://pages/b7FvaiyLtdLxGm8G1VaC)
* [APIs by Risk](/documentation/api-catalog/navigate-api-catalog/apis-at-risk.md)
* [Last Associated Scan](broken://pages/nk4EfpDqAhQXMEo3U2p5)
* Detailed Views of [APIs](broken://pages/w9OA18Oo2w2Dp2jUCUiH), [Vulnerabilities](broken://pages/EOhewPsaK2BD9dLhcbFW), [Tests](broken://pages/SlTJvKg2qoUjDbBgYdJa), [Scan History](/documentation/scan-history/scan-history-overview.md) and [Logs](broken://pages/6Pnis0WPslkq1qEvNzrn), associated with the application.

**Using the Dashboard:**

* Navigate through the tabs to view different sections.
* Click on individual APIs or vulnerabilities for in-depth details.
* Utilize filters and search functions for efficient data management.
* Regularly review the dashboard for updated risk assessments and scan results.

<figure><img src="/files/rhabuavkcAcauHXbEcTx" alt=""><figcaption><p>Application dashboard</p></figcaption></figure>


---

# 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:

```
GET https://docs.pynt.io/documentation/applications-view/application-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
