> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/mobile-app/mobile-offline-mode.md).

# Mobile: Offline Mode

In Asset Panda’s mobile app, Offline mode enables you to download platform data to your device and work offline. Once you are connected again, the data will be uploaded to the platform for uninterrupted work.

{% hint style="info" %}

* The data download must take place prior to losing connectivity.&#x20;
* Attachments are not downloaded, to minimize the download size.&#x20;
  {% endhint %}

1. Log into the Asset Panda mobile app.
2. If necessary, select the appropriate **account** and **module**.
3. Tap <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>next to **Offline data** and then select **Download**. A confirmation message is displayed.
4. Tap Download. All record data for the active module is downloaded to your device.
5. Work with the downloaded data. You can edit records and use forms.

When you are back online, the data will be updated to Asset Panda Pro.


---

# 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://prohelp.assetpanda.com/mobile-app/mobile-offline-mode.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.
