> 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.

## Related articles

* [Browser & Device Requirements](/support/getting-started/paintscout-browser-device-requirements.md) — Check supported browsers and device requirements
* [Create a Home Screen Icon](/support/getting-started/how-to-create-a-home-screen-icon-on-your-mobile-device.md) — Add PaintScout to your device for quick, app-like access


---

# 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:

```
GET https://help.paintscout.com/support/getting-started/how-do-i-use-paintscout-offline.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.
