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

# Dashboard Overview

> Your home base for monitoring workflows, connections and platform health

## Overview

The dashboard is the first thing you see after signing in. It brings together the health of every connection, recent activity and key metrics into a single view, with a real-time monitoring widget that updates as checks run.

## What's on the Dashboard

<CardGroup cols={2}>
  <Card title="Connection health" icon="plug" href="/dashboard/connection-stats">
    Status of each n8n, Make.com and OpenClaw connection at a glance.
  </Card>

  <Card title="Real-time monitoring" icon="heart-pulse" href="/dashboard/health-monitoring">
    A live widget showing current availability and the latest checks.
  </Card>

  <Card title="Key metrics" icon="chart-line" href="/analytics/overview">
    Executions, success rate, average duration and availability for your selected period.
  </Card>

  <Card title="Open incidents" icon="triangle-exclamation" href="/analytics/availability-monitoring">
    Anything currently degraded — availability, missed heartbeats, anomalies or budget.
  </Card>
</CardGroup>

## Getting Data to Appear

The dashboard populates automatically once you have an active connection:

<Steps>
  <Step title="Connect a platform">
    Add an [n8n](/connections/n8n-setup), [Make.com](/connections/make-setup) or [OpenClaw](/connections/openclaw-setup) connection.
  </Step>

  <Step title="Wait for the first checks">
    Availability checks and execution sync begin shortly after the connection is created.
  </Step>

  <Step title="Review the widgets">
    Health, recent executions and metrics fill in as data arrives.
  </Step>
</Steps>

<Note>
  A brand-new connection can take a few minutes to show its first data while the initial checks and sync complete.
</Note>

## Organization Context

If you belong to multiple organizations, the dashboard scopes what you see to the active organization. Personal connections and each organization's connections are kept separate — see [Creating organizations](/organizations/creating-organizations).

## Related

<CardGroup cols={2}>
  <Card title="Connection Stats" icon="chart-simple" href="/dashboard/connection-stats">
    Per-connection detail
  </Card>

  <Card title="Health Monitoring" icon="server" href="/dashboard/health-monitoring">
    Real-time status widget
  </Card>
</CardGroup>
