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

# Dashboard Overview

> Navigate the Granite dashboard interface

## The Main Dashboard

When you log in, you'll land on the main dashboard. This is your command center for everything Granite.

<Frame>
  <img src="https://mintcdn.com/granite/KSlfQAiLmsRX4ksG/images/dashboard/dashboard-main.png?fit=max&auto=format&n=KSlfQAiLmsRX4ksG&q=85&s=24aacfcafe561d1a6e67edee13e6f465" alt="Granite Dashboard" width="1908" height="1097" data-path="images/dashboard/dashboard-main.png" />
</Frame>

## Dashboard Layout

<CardGroup cols={2}>
  <Card title="Sidebar" icon="bars">
    Navigation to all major sections
  </Card>

  <Card title="Header" icon="rectangle-wide">
    Organization switcher and user menu
  </Card>

  <Card title="Main Content" icon="square">
    Current page content
  </Card>

  <Card title="Stats Cards" icon="chart-simple">
    Quick metrics at a glance
  </Card>
</CardGroup>

## Navigation Sidebar

The sidebar gives you access to everything:

| Section            | What It Does                            |
| ------------------ | --------------------------------------- |
| **Dashboard**      | Overview with stats and recent activity |
| **Processes**      | Create and manage automation processes  |
| **Run Logs**       | View execution history                  |
| **Analytics**      | Detailed metrics and charts             |
| **API Endpoints**  | Configure public API triggers           |
| **API Management** | Manage API keys and tokens              |
| **Drivers**        | Monitor connected machines              |
| **Members**        | Team management                         |
| **Settings**       | Organization configuration              |

## Getting Started Checklist

New organizations see an onboarding checklist:

<Steps>
  <Step title="Create Your First Process">
    Define what you want to automate
  </Step>

  <Step title="Connect a Driver">
    Set up a Windows machine to run automations
  </Step>

  <Step title="Run Your First Automation">
    Execute a process and see it work
  </Step>

  <Step title="Invite Team Members">
    Add colleagues to your organization
  </Step>
</Steps>

<Tip>
  You can dismiss the checklist once you're familiar with the platform. It won't come back.
</Tip>

## Stats Overview

The dashboard shows key metrics:

<CardGroup cols={4}>
  <Card title="Total Executions" icon="play">
    All-time automation runs
  </Card>

  <Card title="Success Rate" icon="check">
    Percentage of successful runs
  </Card>

  <Card title="Active Today" icon="clock">
    Runs in the last 24 hours
  </Card>

  <Card title="Avg Duration" icon="stopwatch">
    Average execution time
  </Card>
</CardGroup>

## Recent Activity

Below the stats, you'll see:

* **Recent executions** - Last few automation runs
* **Status indicators** - Success, failed, or running
* **Quick actions** - View details, re-run, etc.

## Organization Switcher

In the top-left corner, click your organization name to:

* Switch to another organization
* Create a new organization
* See your current role

## User Menu

Click your avatar in the top-right for:

* Account settings
* Logout

## Keyboard Shortcuts

| Shortcut             | Action                  |
| -------------------- | ----------------------- |
| `⌘ + K` / `Ctrl + K` | Open command palette    |
| `⌘ + /` / `Ctrl + /` | Show keyboard shortcuts |

## Quick Actions

From the dashboard, you can quickly:

* **Create Process** - Click the + button
* **View Logs** - Click any execution to see details
* **Check Drivers** - See which machines are online

## Next Steps

<CardGroup cols={2}>
  <Card title="Create a Process" icon="plus" href="/dashboard/processes">
    Start automating
  </Card>

  <Card title="View Analytics" icon="chart-line" href="/dashboard/analytics">
    Dive into your metrics
  </Card>
</CardGroup>
