> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/exploring-apps/working-with-forms/using-auto-save.md).

# Using Auto-Save

Recover unsaved changes with auto-save.

All forms automatically save a local draft in your browser while you work. This helps protect your progress if the browser closes unexpectedly or your internet connection is lost.

{% hint style="danger" %}

#### Supported Fields

Auto-save works for all fields **except**:

* Grids
* File attachments
* Nested form links

Content in these fields must be saved manually to avoid losing data.
{% endhint %}

#### <i class="fa-clock-rotate-left">:clock-rotate-left:</i>  Recovering a Draft

When you reopen a form with a saved draft, a banner appears at the top, notifying you that unsaved changes from a previous session are available.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

Click **Restore** to recover the changes or **Discard** to permanently remove them.

{% hint style="warning" %}
If you start entering new information before selecting an option, the banner will disappear, and your new entries will overwrite the saved draft.
{% endhint %}


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/exploring-apps/working-with-forms/using-auto-save.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.
