> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/estimating/creating-estimates/saving-syncing-estimates.md).

# Saving & Syncing

PaintScout does not auto-save estimates. Press the **Save** button regularly while working to sync your changes to the cloud and prevent data loss.

You will find the save button on the top right of your estimate when working on a desktop or on the bottom right when using a mobile device.

<figure><img src="/files/JNAQeNPDEmmOMElZYMOG" alt="Screenshot showing the Save button location on the top right of the estimate"><figcaption></figcaption></figure>

While your changes are syncing to the system you may see the save button loading.

<figure><img src="/files/DZMKvBcJ0GnVeVCADM6O" alt="Animated screenshot showing the Save button loading while changes sync to the cloud"><figcaption></figcaption></figure>

If you try and leave an estimate before saving, we'll do our best to remind you! You may see this message when that happens:

<figure><img src="/files/udkNIHJ0ZeS5frIRcocL" alt="Screenshot showing the unsaved changes warning dialog when leaving an estimate without saving"><figcaption></figcaption></figure>

If you have accidentally closed your browser or powered down your device without saving you will be met with this message and you will be given the option to select **yes** and save the changes or **discard the changes**.

<figure><img src="/files/GXMrUXvBWOXc4yRUpO8z" alt="Screenshot showing the unsaved changes recovery dialog with options to save or discard changes"><figcaption></figcaption></figure>

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Estimates</strong></td><td>Common questions about managing, sharing, and tracking estimates in PaintScout including statuses, archiving, PDFs, and customer visibility.</td><td><a href="/pages/YCtcWwRHYLQ3Pr6XTMFs">/pages/YCtcWwRHYLQ3Pr6XTMFs</a></td></tr><tr><td><strong>Restore an Estimate</strong></td><td>Restore previously sent estimate versions from the activity sidebar when customers request to revert to an earlier quote.</td><td><a href="/pages/zLTY8LQ0BFjM7773jcfE">/pages/zLTY8LQ0BFjM7773jcfE</a></td></tr></tbody></table>


---

# 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://help.paintscout.com/support/estimating/creating-estimates/saving-syncing-estimates.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.
