> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/build-and-manage-a-flow/autosave-feature-and-version-history.md).

# Autosave Feature and Version History

The *Autosave* feature enables you to have all changes and modifications to your Flow in the [Flow Builder](https://dashboard.messagebird.com/en/flow-builder) automatically saved, as you work.

Previously, you had the option to save any progress manually, by clicking the **Save** button:<br>

<figure><img src="/files/94XfAxuzUZHnglL0Lgym" alt=""><figcaption></figcaption></figure>

By introducing *Autosave*, we have removed the need to manually save progress. Every change you make to the Flow will be autosaved:

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

Autosave saves your progress automatically if there is a network/internet interruption or the browser window is accidentally closed. The next time you open the same Flow, you will be able to continue from where you have left off.

#### Version History <a href="#id-01g7eytnmx1jpqnjgnbz2ab6mj" id="id-01g7eytnmx1jpqnjgnbz2ab6mj"></a>

When you open a Flow, by default you will see the most recently saved version - be it a draft or a live version.&#x20;

In your Flow's options, you are able to access all versions of a Flow:

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

To access the currently *live* version, click on the menu next to your Flow's name:

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

You can see the date and the timestamp of every version, as well as the info on the previous live version.

To track the implemented changes, apply custom names and descriptions to your versions:

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

By clicking on the **Edit** button next to the version, open and continue working on the version you choose:

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

&#x20;

📤  Feel free to [contact our Support](https://support.messagebird.com/hc/en-us/requests/new) in case you might need some help!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bird.com/connectivity-platform/build-and-manage-a-flow/autosave-feature-and-version-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
