# 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](/products/command-line-interface/reference/workbench/workflows-list.md).

## 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](/products/workbench/workflows/adding-a-workflow.md) 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/workbench/workflows/discovering-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
