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

# Overview

The Overview page is your dashboard. It shows how your integrations are performing right now, what's happened today and this week, and where you stand against your plan's usage limits.

***

## Plan Details

The top row shows your current plan status and run allowances.

<CardGroup cols={4}>
  <Card title="Plan Details" icon="id-card">
    Your active plan and its status. Shows **INACTIVE** if no plan is selected or your subscription has lapsed.
  </Card>

  <Card title="Included Runs" icon="circle-check">
    The total runs included in your current billing cycle and how many have been used so far.
  </Card>

  <Card title="Runs Remaining" icon="gauge-high">
    How many runs you have left before hitting your plan limit for this cycle.
  </Card>

  <Card title="Usage over Included" icon="triangle-exclamation">
    Runs that exceeded your included allowance. These may be billed as overages depending on your plan.
  </Card>
</CardGroup>

<Warning>
  If **Plan Details** shows **INACTIVE**, your integrations will not execute. Go to **Settings → Billing** to activate or update your plan.
</Warning>

***

## Run Statuses

The same six statuses appear across Today, This Week, and Current Cycle.

| Status       | What it means                                                                            |
| :----------- | :--------------------------------------------------------------------------------------- |
| **Total**    | All runs triggered in this period, regardless of outcome                                 |
| **Finished** | Runs that completed successfully — trigger fired, data moved, no errors                  |
| **Failed**   | Runs that encountered an error and did not complete. Check **Workflow Runs** for details |
| **Running**  | Runs currently in progress                                                               |
| **Pending**  | Runs queued and waiting to execute                                                       |
| **Skipped**  | Runs triggered but intentionally not executed — a workflow condition was not met         |

<Note>
  **Skipped** is not an error. It means your integration logic is working correctly — a condition was evaluated and the run was intentionally bypassed.
</Note>

***

## Time Periods

<Tabs>
  <Tab title="Today">
    A live count of every run triggered since midnight. Resets at the start of each day.

    Use this to spot problems quickly — if **Failed** is climbing or **Finished** is lower than expected, something in your workflow needs attention.
  </Tab>

  <Tab title="This Week">
    A rolling count of runs since the start of the current week. Gives you a broader view of activity without opening individual workflow logs.
  </Tab>

  <Tab title="Current Cycle">
    Run counts for the current billing period. Watch this if you're tracking usage against your plan allowance.

    The **Current Cycle** resets when your billing period renews. If **Total** is approaching your **Included Runs** limit, consider upgrading before runs start counting as overages.
  </Tab>
</Tabs>

***

## Charts

The charts below the metrics visualise run activity over time — volume, success rate, failure trends, and timing patterns. They populate as your integrations execute.

If you see **"Not enough data to show this graph"**, no integrations have run yet in the current period. Deploy your first integration and the charts will fill in.

***

## What to Do from Here

<CardGroup cols={2}>
  <Card title="Workflow Runs" icon="table-list" href="/workflow-runs">
    Drill into individual run logs — see exactly what triggered, what happened, and what failed.
  </Card>

  <Card title="Connections" icon="plug" href="/connections">
    View and manage the app connections your integrations depend on.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/workflows">
    See all your active integrations and their current status.
  </Card>

  <Card title="Billing" icon="credit-card" href="/settings/billing">
    Upgrade your plan or review usage history.
  </Card>
</CardGroup>
