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

> Real-time usage metrics and integration executions — everything running in your workspace, at a glance.

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.

You don't need to dig into individual workflow logs to get a read on your workspace — the Overview surfaces the numbers that matter at the top level.

***

## Plan Details

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

<CardGroup cols={4}>
  <Card title="Plan Details" icon="credit-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 number of integration runs included in your current billing cycle, and how many have been used so far.
  </Card>

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

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

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

***

## Run Status Explained

Across the Today, This Week, and Current Cycle sections, you'll see the same six run statuses. Here's what each one means:

| 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 that were triggered but intentionally not executed — because a condition defined in your workflow 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>

***

## Today

A live count of every integration run triggered since midnight.

The Today metrics reset at the start of each day. Use them to spot problems quickly — if **Failed** is climbing or **Finished** is lower than expected, something in your workflow may need attention.

***

## This Week

A rolling count of runs since the start of the current week. Gives you a broader view of activity without needing to open individual workflow logs.

***

## Current Cycle

Shows run counts and billing limits for the current billing period. This is the section to watch 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 your plan before runs start counting as overages.

***

## Charts

The four 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're seeing **"Not enough data to show this graph"**, it means no integrations have run yet in the current period. Deploy your first integration and the charts will begin filling in.

***

## What to Do from Here

<CardGroup cols={2}>
  <Card title="Workflow Runs" icon="list-check" 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>
