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

# Flowker Dashboard

> View an at-a-glance summary of workflow activity, key metrics, recent workflows, and execution history from the Flowker home page.

The **Dashboard** is the home page of the Flowker module. It provides an at-a-glance overview of your workflow activity, covering key metrics, recent workflows, and recent execution history.

## Accessing the Dashboard

***

Navigate to **Flowker → Dashboard** in the left sidebar, or select Flowker from the product launcher — the Dashboard is the default landing page.

## Stat cards

***

A row of four summary cards appears at the top of the page:

| Card                 | Description                                                                         |
| -------------------- | ----------------------------------------------------------------------------------- |
| **Total Workflows**  | Total number of workflows created in the current organization, across all statuses. |
| **Active Workflows** | Total number of workflows ready for execution.                                      |
| **Completed**        | Number of executions that completed successfully.                                   |
| **Failed**           | Number of executions that ended in failure.                                         |

These cards give you a quick health check on your workflow automation activity.

## Recent Workflows

***

Below the stat cards, a list displays the most recently created or modified workflows. Each entry shows:

* **Workflow name** — the name assigned to the workflow.
* **Status** — the current lifecycle state of the workflow: `Draft`, `Active`, or `Inactive`.
* **Last modified date** — when the workflow was last updated.

Click any workflow to open it in the canvas editor.

## Recent Executions

***

A second list displays the most recent workflow executions. Each entry shows:

* **Execution ID** — the unique identifier of the execution.
* **Status** — the current state of the execution: `Pending`, `Running`, `Completed`, or `Failed`.
* **Execution date** — when the execution was triggered.

Click any execution to go to the **Executions** page, where you can open its detailed results.
