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

> Your integration health at a glance — run counts, success rates, and usage against your current plan.

The **Overview** page is your Lighthouse home base. Every time you log in, this is where you check the pulse of your integration — how many runs have processed, whether anything has failed, and how your usage compares to your plan.

<Frame caption="Overview — your integration dashboard showing plan details, run counts, and performance charts">
  <img src="https://mintcdn.com/cloudify-c7720744/k7T2QkKhrFTfYSro/images/Screenshot-2026-07-09-172107.jpeg?fit=max&auto=format&n=k7T2QkKhrFTfYSro&q=85&s=b514f474cf1d8e3c8b9041d3cbda120a" alt="Screenshot 2026 07 09 172107" width="679" height="805" data-path="images/Screenshot-2026-07-09-172107.jpeg" />
</Frame>

<Note>
  If your account is new and your integration hasn't processed any runs yet, all counters will show **0** and charts will display "Not enough data to show this graph." This is expected — the dashboard fills in as your workflows begin running.
</Note>

***

## Plan Details

The top-left panel shows your active subscription.

<Frame>
  <img src="https://mintcdn.com/cloudify-c7720744/k7T2QkKhrFTfYSro/images/Screenshot-2026-07-09-172407.jpeg?fit=max&auto=format&n=k7T2QkKhrFTfYSro&q=85&s=c11447dc2d5de2bebfdee5423cb73e53" alt="Screenshot 2026 07 09 172407" width="568" height="394" data-path="images/Screenshot-2026-07-09-172407.jpeg" />
</Frame>

<CardGroup cols={2}>
  <Card title="Active Plan" icon="circle-check">
    When a plan is active, you'll see your plan name, the number of included runs, and your current billing cycle here.
  </Card>

  <Card title="No Plan" icon="circle-alert">
    If this shows **No Plan**, your subscription hasn't been activated yet. Contact your Cloudify account manager to confirm your billing status before runs begin processing.
  </Card>
</CardGroup>

<Tip>
  Your plan directly controls how many workflow runs Lighthouse will process each billing cycle. Always confirm your plan is active before going live.
</Tip>

***

## Usage Counters

Two counters sit below the plan details and update in real time throughout your billing cycle.

| Counter                 | What It Shows                                                                   |
| ----------------------- | ------------------------------------------------------------------------------- |
| **Runs Remaining**      | How many runs are left in your current plan allowance for this cycle            |
| **Usage over Included** | Runs that have exceeded your plan limit — if this is non-zero, review your plan |

<Warning>
  If **Usage over Included** shows a number greater than zero, you are processing more runs than your plan covers. Contact Cloudify to discuss upgrading your plan volume before your next billing cycle.
</Warning>

***

## Current Cycle

The **Current Cycle** panel on the right shows a live breakdown of every run processed since your billing period started.

<CardGroup cols={3}>
  <Card title="Total" icon="play">
    All runs processed in this billing cycle — regardless of outcome.
  </Card>

  <Card title="Finished" icon="circle-check">
    Runs that completed successfully. This is your healthy baseline.
  </Card>

  <Card title="Failed" icon="circle-x">
    Runs that encountered an error. Go to **Workflow Runs** to investigate.
  </Card>

  <Card title="Running" icon="loader">
    Runs currently in progress. Refresh the page to see them resolve.
  </Card>

  <Card title="Pending" icon="clock">
    Runs queued and waiting to start. These will process automatically.
  </Card>

  <Card title="Skipped" icon="ban">
    Runs that were intentionally skipped based on your workflow logic.
  </Card>
</CardGroup>

***

## Today & This Week

The same six counters — Total, Finished, Failed, Running, Pending, Skipped — are repeated for two shorter windows:

* **Today** — runs from the current calendar day
* **This Week** — runs from the current calendar week

<Tip>
  Use **Today** and **This Week** for your daily check-in. Use **Current Cycle** to review overall health against your plan allowance.
</Tip>

***

## Performance Charts

The lower half of the Overview page contains four charts that build up over time as your integration processes runs.

<Frame>
  <img src="https://mintcdn.com/cloudify-c7720744/k7T2QkKhrFTfYSro/images/Screenshot-2026-07-09-172302.jpeg?fit=max&auto=format&n=k7T2QkKhrFTfYSro&q=85&s=a44d7a1560488a0772b907087ace8267" alt="Screenshot 2026 07 09 172302" width="1339" height="784" data-path="images/Screenshot-2026-07-09-172302.jpeg" />
</Frame>

| Chart                                     | What It Shows                                                                      |
| ----------------------------------------- | ---------------------------------------------------------------------------------- |
| **Current cycle v/s Previous cycle**      | Side-by-side comparison of run volume between your current and last billing period |
| **Finished v/s Failed for Current cycle** | The ratio of successful to failed runs in the current billing cycle                |
| **Usage percentage over the past cycles** | How much of your plan allowance you've used across recent billing periods          |
| **Finished v/s Failed over the year**     | Long-term success rate trend across the past 12 months                             |
| **Total runs distribution**               | Run volume breakdown for the last 6 months                                         |

<Note>
  Charts display **"Not enough data to show this graph"** until your integration has processed sufficient run history. They will populate automatically — no action needed on your part.
</Note>

***

## Quick Health Check

Use this as your daily 30-second routine:

<Steps>
  <Step title="Check Failed count">
    Look at **Today → Failed**. If it's above zero, go to **Workflow Runs**, filter by `Failed`, and investigate.
  </Step>

  <Step title="Check Runs Remaining">
    If **Runs Remaining** is approaching zero, contact Cloudify to increase your plan volume before it runs out.
  </Step>

  <Step title="Check Usage over Included">
    If this is non-zero, you're over your plan limit. Review with your Cloudify account manager.
  </Step>
</Steps>
