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

# Workflows

> A named, multi-step process bundled with the Zenrows CLI, like keeping competitor data fresh automatically.

A workflow is a multi-step, end-to-end process built from Zenrows commands. Install one and run it as a single command instead of scripting each step yourself.

```bash theme={null}
zenrows workflow list
zenrows workflow run <name>
```

| Command                           | Does                             |
| --------------------------------- | -------------------------------- |
| `zenrows workflow list`           | List all workflows               |
| `zenrows workflow run <name>`     | Run a workflow end to end        |
| `zenrows workflow explain <name>` | Show a workflow's full docs      |
| `zenrows workflow install <name>` | Copy a workflow into `.zenrows/` |
| `zenrows workflow update [name]`  | Refresh installed workflow(s)    |
| `zenrows workflow remove <name>`  | Remove an installed workflow     |

## Catalog

| Workflow                  | Description                                                         |
| ------------------------- | ------------------------------------------------------------------- |
| `competitor-intelligence` | Gather competitor pages, extract structured data, and keep it fresh |
