> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/faq/c160/c163/q531.md).

# Why is there missing data or reports after re-installation?

## Report and Run: Offline and Offline Team

* Re-installation removes all of the data from the app.
* These versions of the app do not include any cloud storage and so the reports are only stored on the device that created them.

{% hint style="info" %}
Remember to [backup your data](/manual/report-and-run/data/backup-app-to-usb-drive.md) to external storage before uninstalling or changing phone so that you can restore your account on a new device. It is best to restore the data before deleting the original account.
{% endhint %}

## Report and Run: Integrate

* Make sure to complete any [pending uploads](/manual/report-and-run-integrate/offline-mode/upload-pending-images.md) before uninstalling the app. Data that has not been uploaded to the cloud is not maintained between installations.
* If you still have access to the original installation, allow it to upload any pending uploads.

## Related

* [Article: How to backup Report and Run: Offline data to a USB drive](/manual/report-and-run/data/backup-app-to-usb-drive.md)
* [Article: How to restore data backup in Report and Run: Offline](/manual/report-and-run/data/restore-app-from-usb-drive.md)
* [Article: How to export reports to JREP in Report and Run: Offline](/manual/report-and-run/data/export-jrep.md)
* [FAQ: After renewing my subscription, how do I recover missing or un-synced reports?](/manual/faq/c160/c162/q525.md)
* [FAQ: How do I recover or view my previous reports after changing or losing my phone/device?](/manual/faq/c150/c157/q505.md)
* [FAQ: How do I access my legacy reports after updating to version 2?](/manual/faq/c150/c157/q508.md)


---

# 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://docs.reportandrun.com/manual/faq/c160/c163/q531.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.
