# Creating a New User Flow

To create a new workflow from scratch navigate to the User Flows Dashboard  and click the "Create User Flow" button located at the top-right of the page.

<figure><img src="/files/3xcI2P9eeQFMMky6LRbM" alt=""><figcaption></figcaption></figure>

The **"New Workflow" modal** will appear. In the "workflow name" input field, **type a descriptive name** for your new workflow. For example, "Demo User Work Flow". *Note: The "Create" button will become active once you start typing a name.* **Click the "Create" button.** You will be redirected to the workflow editor for your newly created flow.

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

## The User Flow Editor

After creating a new workflow, you are taken to the editor canvas where you define its triggers and steps.

1. **Workflow Title:**
   * Displays the name you gave the workflow (e.g., "Demo User Work Flow").
   * **Pencil Icon:** Click this to edit the workflow name.
2. **Status:**
   * Indicates the current state of the workflow (e.g., "Currently in Draft").
3. **Options Menu (Three Dots):**
   * Provides additional options for the workflow to change status of the workflow to archive or you can duplicate the workflow. Note that if you are in an archived workflow you can delete the wor flow.&#x20;
4. **Canvas Area:**
   * The main workspace where you build your flow.
   * It starts with an initial node: **"Add trigger"**.
     * **Lightning Bolt Icon:** Visual indicator for a trigger.
     * **Plus Icon (+):** Click to add a trigger.
     * **Trash Icon:** Click to delete this trigger node (if no trigger is configured yet).
5. **Bottom Bar:**
   * **Actions Button (Tool Icon) O**pens a  menu of available actions that can be added to the workflow. [See the workflow editor for a more detailed breakdown of the actions button.](/userflux-docs/feature-guides/user-journeys/user-flows/workflow-editor-actions-panel.md)
   * **Right-most Icon (Link Icon):** Allows you to lock or unlock the workflow to prevent / enable it being edited.&#x20;

<div align="left"><figure><img src="/files/0pfcniPQAZJCgkgFaYGq" alt="" width="563"><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/creating-a-new-user-flow.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.
