> 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/report-and-run/data.md).

# Data

- [Export JREP](https://docs.reportandrun.com/manual/report-and-run/data/export-jrep.md): Generate a JREP export file that you can later import into other versions of Report and Run.
- [Import JREP](https://docs.reportandrun.com/manual/report-and-run/data/import-jrep.md): Import JREP report files as new reports or import them into existing reports or  sections.
- [Import JREP as new report](https://docs.reportandrun.com/manual/report-and-run/data/import-jrep/import-jrep-as-new-report.md): Bring in a complete copy of a report you previously exported.
- [Import JREP into an existing report](https://docs.reportandrun.com/manual/report-and-run/data/import-jrep/import-jrep-into-an-existing-report.md): Bring your exported report content into an existing report.
- [Import JREP into an existing section](https://docs.reportandrun.com/manual/report-and-run/data/import-jrep/import-jrep-into-an-existing-section.md): Bring exported report images and text into an existing report section.
- [Backup app to USB drive](https://docs.reportandrun.com/manual/report-and-run/data/backup-app-to-usb-drive.md): Save everything in your Report and Run: Offline app to an external drive for backing up or restoring to a new device.
- [Restore app from USB drive](https://docs.reportandrun.com/manual/report-and-run/data/restore-app-from-usb-drive.md): Reinstall the data you downloaded from another instance of your Report and Run: Offline app.


---

# 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/report-and-run/data.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.
