# User Flows Dashboard Overview

The User Flows dashboard is your central hub for managing all real-time user workflows.

<figure><img src="/files/RR7EMfCDreiihfABCtmW" alt=""><figcaption></figcaption></figure>

In the dashboard there are three main tabs that allow you to filter the workflows by their status.

* **Published:** Displays active, live workflows.
* **Draft:** Shows workflows currently under construction or revision, not yet live.
* **Archived:** Contains workflows that are no longer in use but are saved for reference.

You can also leverage the search bar in the top right to filter the workflows by name that are in the active tab.&#x20;

Each work flow is represented by its own unique card.  Each card represents a user flow and displays:

* **Workflow Name:** The title of the user flow (e.g., "User Notifications Canvas").
* **Status:** Indicates if the flow is "Running" or in another state.
* **Toggle Switch:** Allows you to quickly activate or deactivate a published flow.
* **Triggers:** The number of entry points or conditions that can start this workflow.
* **Steps:** The number of actions or stages within this workflow.

Clicking on a workflow card will expand to see the workflow canvas.

<figure><img src="/files/JnJC0KQWVUsaeWv7jQYv" alt=""><figcaption></figcaption></figure>

On the right hand side you are able to view the upcoming published schedules, the notification settings and manage team members who receive notifications.

**Upcoming Published Schedules:**

Lists recurring schedules for your workflows (e.g., "Weekly Cron Job Test" running at "09:00 AM, only on Fridays" in "Australia/Sydney").

<div align="left"><figure><img src="/files/Oi0i8im8PuUn2cnw8qJT" alt="" width="352"><figcaption></figcaption></figure></div>

**Notification Settings:**

There is a toggle in the notification settings that allows you to enable / disable the notification of users via email when the schedules runs.&#x20;

<div align="left"><figure><img src="/files/9Ndeiq4uJGgE1zAbznPp" alt="" width="357"><figcaption></figcaption></figure></div>

By selecting the manage team members you will see a side draw open which allows you to add or remove users from this list.&#x20;

<div align="left"><figure><img src="/files/hPJaXpVjGbVoFV2e6zIA" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://userflux.gitbook.io/userflux-docs/feature-guides/user-journeys/user-flows/user-flows-dashboard-overview.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.
