> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Reference

> Field-by-field reference for the redesigned admin home dashboard — community and org levels

The admin dashboard has two levels — community and org — with consistent layout (#1820). This page is the card-by-card reference for what each tile means.

## Community dashboard cards

Open `/admin` (after picking a community).

### Engagement

| Card             | What it shows                                                                   |
| ---------------- | ------------------------------------------------------------------------------- |
| Users            | Total users with an active-rate indicator                                       |
| Activity         | Actions performed, challenges done, achievements earned                         |
| Rewards & Points | Points earned, rewards claimed, entries (Rewards-only when points are disabled) |
| Completion       | Challenge completion rate with a radial gauge                                   |

### Live activity

Real-time feed of events:

* Member joined
* Challenge started / completed
* Reward earned / claimed
* Achievement unlocked
* Leaderboard position change

### Content summary

Counts of live content:

* **Active Challenges** — live challenges running now
* **Live Draws** — live reward draws (draw-type rewards only, not all rewards)
* **Coming Next** — scheduled challenges waiting to go live
* **Achievements earned** — cumulative achievements earned across the community

### User stats

* Total members
* Verified vs anonymous
* Role breakdown (for admins)
* Loyalty tier distribution

***

## Org-level dashboard cards

Open `/{orgSlug}` (click the org logo in the top nav).

### Aggregate

* Total members across every community
* Total active (DAU)
* Total challenges live
* Total rewards distributed

### Community grid

Every community in the org shown as a card:

* Community name + banner
* Status (Draft / Live / Archived)
* Member count
* Recent activity
* Click-through to that community's dashboard

***

## Consistency between levels

Org and community dashboards share the same card patterns (#1820) — same typography, colour coding, spacing (#1854), and icon style. This means teams that manage both don't have to re-learn different layouts.

***

## Light and dark modes

All dashboard cards support light and dark (#1173). The cards use theme tokens so your brand colours propagate through every tile.

***

## Drill-down sidebar integration

The [drill-down sidebar](/admin-guide/navigation-overview#drill-down-sidebar) (#2216) complements the dashboard — top-level stats on the dashboard, drill into detail in the sidebar.

***

## History & restoration

The analytics dashboard had a rough patch where some sections were temporarily removed, then restored in #2145. If you're on a very old build and missing cards, upgrade; they're all back.

***

## API

Dashboard data is powered by the analytics tRPC layer (community-level overview/content/activity timeseries, recent activity, and org-level rollups). Rather than duplicate identifiers here, refer to the generated [Analytics API reference](/api-reference/analytics) for the authoritative list of procedures and schemas.
