# Workflow Dashboard

Use the Workflows page to see all your active and archived workflows, and see at-a-glance how many instances of each workflow are in progress.

Find the Wrangle web app by clicking on "Wrangle Dashboard" from the [App Home](/best-practices/wrangle-app-home.md) in Slack.

![](/files/7YTHGrLmjI0ncvHikNHO)

{% hint style="info" %}
Not seeing some of your workflows? Workflows built using the [Slack Workflow Builder](/integrations/slack-workflow-builder-1.md) will not be visible in the Wrangle web app. [Contact us](/more-help/contact-us.md) to discuss migrating your workflows to the [Wrangle Workflow Engine](/workflows/designing-a-workflow.md).
{% endhint %}

Click any workflow to see a fully filterable view of all instances of that workflow:

![](/files/2OmdCL4xcZc8ig6WopD5)

Use this workflow page to:&#x20;

* Sort by **Newest**, **Oldest**, or **Status**
* Search for any instance of the workflow by name
* Filter by **Status**, **Assignees**, whether the instance is **Late**, and the **Created By** user
* Edit your workflow settings and design

Find bottlenecks and act on them by clicking the workflow instance name, which will open the [instance view](/workflows/monitoring-and-managing-a-workflow/instance-view.md).


---

# 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.wrangle.io/workflows/monitoring-and-managing-a-workflow/workflow-dashboard.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.
