> 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/getting-started/how-do-i-use-paintscout-offline.md).

# Using PaintScout Offline

PaintScout's offline mode lets you create estimates on-site without an internet connection. Your work saves locally and syncs automatically when you reconnect.

## What does 'offline' mean?

When you use PaintScout online, your data is stored in the cloud. In offline mode, your information is stored locally in your device's browser. It syncs back to the system when you regain an internet connection.

***

## How do I use PaintScout offline?

1. Login to PaintScout **before** you leave internet connection.
2. Pull up PaintScout and create new estimates.
3. Ensure that you are fully offline when on-site.
4. Build your estimate as normal. Save frequently throughout the process.
5. Reconnect to the internet and your estimate will sync to the system.

{% hint style="info" %}
Offline mode only supports *building* estimates. You cannot send, search, or download while offline.
{% endhint %}

***

## What if I am in spotty service?

Enable airplane mode on your device when coverage is intermittent. This ensures you are fully offline and prevents sync conflicts between online and offline states.

You can then save your estimate properly without interruption.

&#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>Browser &#x26; Device Requirements</strong></td><td>Browser and device compatibility requirements for using PaintScout on desktop and mobile</td><td><a href="/pages/vjAlRAREHbdE5fP3Rn2p">/pages/vjAlRAREHbdE5fP3Rn2p</a></td></tr><tr><td><strong>Create a Home Screen Icon</strong></td><td>How to add PaintScout as a home screen shortcut on iOS and Android devices for quick access</td><td><a href="/pages/qMvDKj5CduoOSILvfqdN">/pages/qMvDKj5CduoOSILvfqdN</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/getting-started/how-do-i-use-paintscout-offline.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.
