# Dashboard Overview (/docs/getting-started/dashboard)

Navigate the main hub where you manage all your workflows.



The dashboard is your home base. It shows all your workflows with tools to search, filter, and create.

Sidebar [#sidebar]

The sidebar provides navigation to:

* **Workflows** - your workflow list (the dashboard home)
* **Marketplace** - browse and purchase workflows
* **Executions** - view past runs
* **Connections** - manage API keys and credentials
* **Wallet** - SOL balance and transaction history
* **Quests** - claim setup credit rewards
* **Rewards** - upcoming rewards program
* **Docs** - documentation

Workflow list [#workflow-list]

Switch between a **grid** of cards and a **list** (table) with the view switcher. Both surface the same per-workflow info at a glance:

* **Trigger** - which trigger types the workflow has: Manual, Cron, and/or Webhook.
* **Schedule** - for cron workflows, the humanized interval (for example "Every 5 min" or "Daily 09:00 UTC") and, while active, the next fire time.
* **Active** - an inline toggle to turn a cron schedule on or off without opening the editor (shown only for configured cron workflows).
* **Status** - the live run state, updated in real time as runs start and finish: **Running** (a pulsing amber pill) while a run is in progress, for any trigger including a scheduled cron fire or a paused ForEach loop; otherwise the last run's outcome (**Success**, **Failed**, or **No runs**) with how long ago it ran.
* **Updated** - when the workflow was last edited.

On narrow screens the list discloses columns progressively, always keeping the name, status, and actions visible.

Search and filtering [#search-and-filtering]

* **Search** - filter by workflow name
* **Status filter** - Success, Running, Failed, No runs (Running covers any in-flight run, including paused ForEach loops)
* **Trigger filter** - cron, webhook, manual
* **Sort** - by name, created date, last updated, or last run

Workflow actions [#workflow-actions]

Each row exposes its actions inline (on a card, hover to reveal them):

* **Run** - execute the workflow now, directly from the dashboard. This is a one-off run from the workflow's trigger:

  * Manual workflows run immediately.
  * Cron workflows run once now; the schedule itself is unaffected.
  * Webhook workflows run once with the trigger's sample payload (they don't wait for a real delivery).

  Run is disabled when no trigger is configured or while a run is already in flight. On-chain workflows prompt you to authorize wallet signing the first time.
* **Active** (cron only) - activate or pause the schedule inline. The row's ••• menu also offers **Activate schedule** / **Pause schedule**.
* **Open** - open the workflow in the editor
* **Rename** - change the workflow name
* **Move to folder** - move the workflow into a folder or back to the root
* **Delete** - remove the workflow

Click a row (or **Open**) to open it in the workflow editor.

Folders [#folders]

Organize workflows into nested folders. Use the **New Folder** button in the toolbar to create one, and click a folder card to enter it. Breadcrumb navigation at the top lets you jump back up the tree. See [Folders](/docs/editor/folders) for the full set of operations.

Creating a workflow [#creating-a-workflow]

Click the **Create Workflow** button to start a new workflow and open the editor. New workflows are created in your current folder.

Next steps [#next-steps]

* [Quickstart](/docs/getting-started/quickstart) - create and run your first workflow
* [Folders](/docs/editor/folders) - organize your workflows
