# List of Workflows

The **Workflows List** is your central dashboard for managing all workflows in your workspace. Whether you’ve built one automation or dozens, this is where you get visibility, control, and quick access to everything.

***

### Where to Find It

Navigate to the **Workflows** tab from the left sidebar. You’ll land on a table view that shows each workflow and its key attributes at a glance.

***

### What You Can See

Each row in the table represents a single workflow and includes:

| Column            | Description                                                          |
| ----------------- | -------------------------------------------------------------------- |
| **Name**          | The workflow’s title. Click it to open the builder.                  |
| **Apps**          | Shows which tools or destinations the workflow interacts with.       |
| **Last Modified** | Timestamp of the most recent change — helpful for tracking activity. |
| **Runs**          | How many times the workflow has executed.                            |
| **Status**        | Toggle to enable or disable the schedule.                            |

***

### Quick Actions

Click the **three-dot menu** (`...`) on the right side of a workflow row to:

* **Rename**
* **Duplicate**
* **Delete** (this action is permanent)

> Tip: Duplicating is especially useful when creating variations of workflows with slightly different filters, destinations, or branches.

***

### Other Features

* **Search**\
  Quickly find workflows by name using the search bar in the top-right corner.
* **Sort by Columns**\
  Click any column header (e.g. Runs, Last Modified) to sort ascending or descending.
* **Create Workflow**\
  Use the '**Create Workflow'** button to start building a new one from scratch.


---

# 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.hockeystack.com/account-intelligence/workflows/list-of-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.
