# Saving Workflows

It's crucial to save your progress as you build or modify a workflow.

## **Save Changes Link:**&#x20;

In the top-right corner of the workflow editor, there is a "Save changes" link. Click this to save your current work. This is only present if changes are detected.&#x20;

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

## **Unsaved Changes Prompt:**

&#x20;If you attempt to navigate away from the editor (e.g., by clicking the back arrow, logo, or closing the tab) while there are unsaved changes, a modal will appear.

* **"Close" Button:** Discards your unsaved changes and closes the editor.
* **"Save and close" Button:** Saves your changes and then closes the editor.

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


---

# 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/saving-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.
