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

# Dados

- [Exportar JREP](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/export-jrep.md): Gere um arquivo de exportação JREP que você poderá importar depois para outras versões do Report and Run.
- [Importar JREP](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/import-jrep.md): Importe arquivos de relatório JREP como novos relatórios ou importe-os para relatórios ou seções existentes.
- [Importar JREP como novo relatório](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/import-jrep/import-jrep-as-new-report.md): Importe uma cópia completa de um relatório que você exportou anteriormente.
- [Importar JREP para um relatório existente](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/import-jrep/import-jrep-into-an-existing-report.md): Importe o conteúdo do relatório exportado para um relatório existente.
- [Importar JREP para uma seção existente](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/import-jrep/import-jrep-into-an-existing-section.md): Importe imagens e texto exportados do relatório para uma seção existente do relatório.
- [Fazer backup do aplicativo em uma unidade USB](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/fazer-backup-do-aplicativo-em-uma-unidade-usb.md): Salve tudo no aplicativo Report and Run: Offline em uma unidade externa para backup ou restauração em um novo dispositivo.
- [Restaurar o aplicativo a partir de uma unidade USB](https://docs.reportandrun.com/manual/pt-br/report-and-run/data/restaurar-o-aplicativo-a-partir-de-uma-unidade-usb.md): Reinstale os dados que você baixou de outra instância do seu aplicativo Report and Run: Offline.


---

# 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/pt-br/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.
