> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/authentication/admin-portal/dashboard/analytics-dashboard.md).

# Analytics Dashboard

***

### Overview

Administrators can view information for the **current day**, the **last 7 days**, the **last 30 days**, or by selecting specific dates.

### Navigation

To open the Analytics Dashboard:

1. Log in to a tenant as a community administrator.
2. Navigate to the **Dashboard** menu and click **Analytics**.

#### Total Numbers

At the top of the dashboard, administrators can see the number of:

* **Unique Users** — unique users with at least one authentication
* **Total Logins** — total logins across all applications using any login method
* **Failed Logins** — number of failed login attempts from users
* **New Devices Enrolled** — number of devices enrolled

#### Successful Authentications

This chart displays the number of successful authentications and the authentication method used for the listed dates. Switch the view between **numbers** and **percentage** using the drop-down menu near the upper-right of the graph.

#### Application Usage

This graph displays the total number of logins to the SAML and OIDC applications shown.

#### Failed Logins

This graph displays the number of failed logins, along with the reason for each login failure.

#### New Devices

This graph displays the total number of new devices for each listed date.

### Download, Export, or Print Analytics Information

Each graph has a menu you can use to download the graph as an image in a variety of formats, extract the displayed data to tables, view the graph in full screen, or print it.

Click the **three-dot hamburger menu** in the upper-right corner of any graph to open the menu, then select an option to view, download, or print the displayed data.


---

# 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.1kosmos.com/authentication/admin-portal/dashboard/analytics-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.
