# Admin Dashboard

The Cymmetri dashboard acts as a central command center for identity management, providing a visual summary of key metrics and quick access to administrative functions. Upon logging in, administrators see a comprehensive overview of user activity, system health, and important shortcuts.

### Dashboard Overview

The main dashboard section provides critical insights into daily user activity and authentication health:

* **Users Activity**: The total count of successful user logins on the current day.
* **Accounts Locked**: The number of user accounts that have been locked on the current day, often due to failed login attempts.
* **Users Onboarded**: A count of all new users who have been provisioned in the system on the current day.
* **Password Reset**: The total number of password reset activities that have occurred on the current day.
* **Authentication Stats**: A breakdown of successful and failed login attempts over a specified period, helping to monitor security events.
* **App Identity**: Displays the status of application reconciliation, specifically related to user identities.
* **Shortcut to Configure Recently Added Application**: A direct link to configure newly onboarded applications by defining roles, provisioning, reconciliation, and Single Sign-On (SSO) settings.

<figure><img src="/files/LKlE4Qgxm6pgE9OEt9pP" alt=""><figcaption></figcaption></figure>

### System Key Performance Indicators (KPIs)

The dashboard also displays high-level system KPIs, providing a snapshot of the identity environment's scale and configuration.

* **Application**: The total number of applications integrated into Cymmetri.
* **Active Users**: The total number of users with active accounts in the system.
* **Total Users**: The overall count of all users who have been onboarded into Cymmetri.
* **Roles**: The total number of application-specific roles that have been created.
* **Workflows**: The total number of approval workflows configured in the system.
* **Password Policy**: The total number of distinct password policies created for user authentication.
* **Rules**: The total number of business rules created for provisioning, Multi-Factor Authentication (MFA), and approval workflows.
* **Users Unlogged**: The number of users who have been provisioned but have never logged in to Cymmetri.

<figure><img src="/files/3TxGtY6DSbOJLXdbiZnc" alt=""><figcaption></figcaption></figure>

### Dashboard Shortcuts

Located on the right side of the dashboard, the Shortcuts section offers quick access to common administrative tasks, streamlining routine operations.

#### **User Management Shortcuts**

* **Add User**: Directs you to the user creation page to add new users to the system.

<figure><img src="/files/J8a9yeSeEGw6nIZWsNPV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DKyMuZip5GWL6UcRuCWF" alt=""><figcaption></figcaption></figure>

* **Activate User**: Displays a list of inactive users, allowing you to quickly reactivate an account.

<figure><img src="/files/sDpoeXQzz2eIY3l5Y3pG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QImfdStQd4wvZieG1fwS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0JhEKjE15PFslzOUeTgh" alt=""><figcaption></figcaption></figure>

* **Deactivate User:** Displays a list of active users, allowing you to deactivate an account and revoke access.<br>

  <figure><img src="/files/bTySrIjvpS8W9yF5DqLF" alt=""><figcaption></figcaption></figure>

  <figure><img src="/files/4bJGarUtHdMdqCWd6QZy" alt=""><figcaption></figcaption></figure>
* **Reset Password**: Navigates to the password reset function for a selected user.

<figure><img src="/files/TNUBYZ9yrDSReEIio0TZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/O1QoSKuzNYtptb875AGW" alt=""><figcaption></figcaption></figure>

* **Unlock User**: Provides a direct way to unlock a user account that has been locked due to failed login attempts or other restrictions.

<figure><img src="/files/h07rRdkRX7MAIvSq1zTZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/XsxUVsRFF7eCookpRrUN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oCqWtJYBe4ZDv7wAMgqZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mKaFk3kGpGJNu2vORkmn" alt=""><figcaption></figcaption></figure>

#### **Application Management Shortcuts**

* **Add Application**: A direct link to the application integration wizard.

<figure><img src="/files/WV0dgWKPtJu38rmxfGxa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pFJbLnZlrlIOxirvxQgC" alt=""><figcaption></figcaption></figure>

* **Assign Application**: Simplifies the process of assigning an existing application to an individual user or a group.

<figure><img src="/files/h8msQxYp9mrjJgT1w9Y0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YV6z3ycg3vmtwwzyyWgb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/cgZ4g0VXerdshy5xp09B" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://help.cymmetri.io/getting-started/admin-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.
