# 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
* **Plans** - subscription management
* **Docs** - documentation

Workflow list [#workflow-list]

The main area shows your workflows in a grid or list view. Toggle between views with the view switcher.

Search and filtering [#search-and-filtering]

* **Search** - filter by workflow name
* **Status filter** - draft, active, running, failed
* **Trigger filter** - cron, webhook, manual
* **Sort** - by name, created date, last updated, or last run

Workflow actions [#workflow-actions]

Hover over a workflow card to see action buttons:

* **Open** - open in the workflow editor
* **Run** - open the workflow in the editor to execute it
* **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 card 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
