> 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/dashboards/dashboards-get-started.md).

# Prisma Cloud Dashboards Get Started

Prisma Cloud® dashboards help you gain visibility into the health and security posture of your cloud infrastructure. Share customized dashboards with your team to keep them in sync with your progress in securing your cloud infrastructure. Dashboards, available out of the box, provide a prioritized and graphical view of your cloud accounts and assets. Use the predefined or custom time range to view current trends or reconfigure to view historical data.

## Dashboards At a Glance

Visualize and share the metrics that matter most to you and your team. Learn more about the various types of **Dashboards** you can currently view and generate in Prisma Cloud in the table below.

| **Dashboard**                                                                                                    | **Description**                                                                                                                                                                                                                                                                                                                                                                                 |
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cloud Security                                                                                                   |                                                                                                                                                                                                                                                                                                                                                                                                 |
| [Code to Cloud](/content-collections/dashboards/dashboards-code-to-cloud.md)                                     | Prisma Cloud’s Code to Cloud Dashboard provides a comprehensive assessment of the health of your cloud security posture. Gain greater visibility into the top risks and incidents in your cloud environment and dive deeper to see the full context of what teams are responsible for these at-risk assets. Only users with the System Administrator role can view the Code to Cloud dashboard. |
| [Discovery and Exposure Management](/content-collections/dashboards/dashboards-discovery-exposure-management.md) | Enables you to discover unmanaged and internet exposed assets that increase your attack surface. Accurately identify the full extent of your organization’s cloud presence and start monitoring it on Prisma Cloud.                                                                                                                                                                             |
| [Command Center](/content-collections/dashboards/dashboards-command-center.md)                                   | Provides you with a unified view of the top cloud security incidents and risks uncovered across the assets monitored by Prisma Cloud. It provides security teams with an at a glance picture of the highest priority incidents and risks in your cloud environments.                                                                                                                            |
| [Compliance](/content-collections/dashboards/dashboards-compliance.md)                                           | Provides detailed visualizations to help you evaluate the compliance posture of the assets in your cloud environment.                                                                                                                                                                                                                                                                           |
| [Identity](/content-collections/dashboards/dashboards-identity.md)                                               | Provides a comprehensive view of the entire identity landscape to help you proactively detect and mitigate identity-based threats like unauthorized access, attack paths, and privilege escalation.                                                                                                                                                                                             |
| Runtime Security                                                                                                 |                                                                                                                                                                                                                                                                                                                                                                                                 |
| [Vulnerabilities](/content-collections/dashboards/dashboards-vulnerabilities.md)                                 | Tracks vulnerability impact by stage and provides remediation trends as well as a ranked list of vulnerabilities by severity. Visualizations of how a CVE impacts a vulnerable asset are also included.                                                                                                                                                                                         |
| Application Security                                                                                             |                                                                                                                                                                                                                                                                                                                                                                                                 |
| [Application Security](/content-collections/dashboards/dashboards-application-security.md)                       | Provides greater visibility into repositories, secrets, IaC templates and package licenses with errors. Additional graphs providing a contextual visualization of errors and their associated policies, and vulnerabilities are also included.                                                                                                                                                  |
| [Radar](/content-collections/runtime-security/runtime-security-components/radar.md)                              | Identify and block known and unknown traffic moving laterally through your environment with the Radar dashboard. This default view is available when you switch to the Runtime workflow on the console. Navigate to **Runtime Security > Serverless > Radar** to view and monitor lateral traffic.                                                                                              |

Custom Dashboards offer default filter capabilities and allow you to customize any combination of dashboard widgets. However, filters cannot be applied to Vulnerabilities, Code Security, and Code to Cloud widgets, with the exception of the Command Center dashboard which supports filtering for Urgent Vulnerabilities, Top Vulnerable Images and Top Vulnerable Hosts widgets.

## Next Steps

* [Create New Dashboards](/content-collections/dashboards/create-and-manage-dashboards.md#createdashboards)
* [Manage Widgets](/content-collections/dashboards/create-and-manage-dashboards.md#managewidgets)
* [Manage Dashboards](/content-collections/dashboards/create-and-manage-dashboards.md#managedashboards)
* [Explore Command Center Dashboard](/content-collections/dashboards/dashboards-command-center.md)
* [Explore Application Security Dashboard](/content-collections/dashboards/dashboards-application-security.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://docs.prismacloud.io/content-collections/dashboards/dashboards-get-started.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.
