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

# Platform Dashboard

### The Main Dashboard <a href="#the-main-dashboard" id="the-main-dashboard"></a>

The platform's main dashboard is the first thing that we can see after logging in to Rezonate. This dashboard shares an overview of the integrated environment, including pivotable links to different areas in the platform. the information that we can understand in the dashboard is the following:

* Overview of the integrated environment, including high-level metrics of users and assets. Clicking on an asset (such as AWS Users) will pivot to the relevant page in-platform for details.
* Posture Stats - High-level statistics of some of the highlighted risks (such as Dormant Identities or MFA Issues)
* User Access Types - High-level counters for privileged identities, external users, and other useful information.
* Security Exposures - Aggregated information, by risk category that shows the different issues (exposures) that were detected in the environment. In addition, the OPEN VS RESOLVED widget provides additional context on the risks that were detected or fixed over time.
* Activity - a live feed of things that happened, including the creation of highlighted assets, and changes in the risk

<figure><img src="https://kb.rezonate.io/~gitbook/image?url=https%3A%2F%2F2355086414-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FIkSba0W4HlnmPJ93gVOS%252Fuploads%252FmYfg26Oj445SDTDKLC9o%252Fimage.png%3Falt%3Dmedia%26token%3D499426ad-ee67-4867-8201-56aa7626072e&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=45dfb6221eabb2e023d74d6032cbb85f75e83de5aac8fa5761cdf48be10361d7" alt=""><figcaption><p>Rezonate Main Dashboard, Screenshot.</p></figcaption></figure>

### &#x20; <a href="#identity-analytics" id="identity-analytics"></a>


---

# 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://kb.rezonate.io/platform-tour/platform-dashboard.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.
