# Finding Workflows

To execute a workflow in Workbench, it must be accessible through your account. Access workflows through either the Workbench interface's [workflows page](https://workbench.omics.ai/workflows) or the [command line interface](https://docs.omics.ai/products/command-line-interface/reference/workbench/workflows-list).

## Searching Available Workflows

Workbench provides access to thousands of workflows and makes finding the right one straightforward. The workflows page displays key information with a unified search bar that checks across multiple fields:

* Workflow name
* Workflow ID
* Organization
* Workflow source
* Latest version

If you can't find a suitable workflow, you can [create your own](https://docs.omics.ai/products/workbench/workflows/adding-a-workflow) and integrate it into your account.

## Navigating the Workflows Table

To explore a workflow in detail:

1. Select any workflow from the table to view its [overview](https://github.com/DNAstack/dnastack-product-docs/blob/main/docs/workbench/workflows/workflow-overview/README.md) page.
2. Access metadata, documentation, and all versions
3. Use the action icon for additional options:
   * "View Workflow" - Opens the complete workflow overview
   * "Copy Workflow ID" - Copies the identifier and latest version for CLI use with `--url` flag
   * "Run Workflow" - Takes you to the run configuration page

{% hint style="info" %}
The workflow ID copied from the action menu can be used directly with the command line interface for workflow submission.
{% endhint %}
