> ## 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 Overview

> Your community command centre: live stats, activity, and quick actions

There are two dashboards in the Control Room:

| Dashboard               | URL pattern                          | Purpose                                                         |
| ----------------------- | ------------------------------------ | --------------------------------------------------------------- |
| **Org dashboard**       | `/{orgSlug}`                         | Aggregate stats + community grid + org switcher                 |
| **Community dashboard** | `/admin` (after picking a community) | Live activity, challenge/reward/post summaries, analytics tiles |

Both share a consistent layout so switching between them feels seamless.

***

## Org dashboard

Landing here when you switch organisations. You see:

* **Aggregate stats** across every community (members, active, completions, redemptions)
* A **community grid** showing each community with status, member count, and recent activity
* Org-switcher and community-picker in the top nav
* **Org logo** in the top-left (uploaded in General Settings)

Click any community card to drill into its dashboard and admin. That sets a community cookie and redirects to `/admin`.

***

## Community dashboard

The **community-level admin home** is redesigned around four tiles:

<CardGroup cols={2}>
  <Card title="Engagement" icon="chart-line">
    Active members, new joiners, DAU/WAU, and completion trend.
  </Card>

  <Card title="Live Activity" icon="bolt">
    Real-time feed of joins, challenge completions, rewards claimed, achievements unlocked.
  </Card>

  <Card title="Content Summary" icon="layer-group">
    Counts of live challenges, rewards, achievements, and posts.
  </Card>

  <Card title="User Stats" icon="users">
    Total members, verified, anonymous, and role breakdown — linked to the Users page.
  </Card>
</CardGroup>

The live activity feed powers directly from API events (see [Analytics](/admin-guide/analytics/interpreting-data)). The activity chart uses the theme's **primary colour** so it visually matches your brand.

***

## Light mode and AI button

The admin shell supports both **light** and **dark** modes — toggle via the top-right. The **AI chat button** sits in the top nav and opens the Nudj Agent (see [Nudj Agent](/admin-guide/ai-agent)).

***

## Drill-down sidebar

The redesigned left sidebar uses a **drill-down pattern**: top-level sections (Engagement, Gamification, Users, Settings) expand inline without leaving the page. Active community context shows in the top nav, not the sidebar — the sidebar is purely navigational.

***

## Quick actions

Every dashboard has a top-right **+ New** button — same dropdown you see everywhere else in the admin. One click to start a new challenge, reward, post, or achievement.

See [Navigation Overview](/admin-guide/navigation-overview) for the full shell tour, and [Dashboard Reference](/admin-guide/analytics/admin-dashboard) for a field-by-field breakdown of every card.
