> 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/user-interface-overview.md).

# Visão geral da interface do usuário

### Diretório

Quando você abrir o aplicativo móvel Report and Run: Offline, verá um diretório listando as pastas e os relatórios dentro do seu espaço de trabalho. Toque em um relatório ou pasta no diretório para abri-lo. Na imagem abaixo, *A* é um exemplo de uma pasta e *B* é um exemplo de um relatóri&#x6F;*.*

<div align="left"><img src="/files/eef78410104c7523d8b2e04f9880949357bb63b1" alt="Pasta"> <img src="/files/11d505f6009e814f7334859e38ddfdbbfbc2a9f7" alt="Relatório"></div>

### Espaços, Modelos de Texto e Configurações

Para criar ou acessar espaços de trabalho adicionais, modelos de texto e configurações, toque nas três linhas horizontais no canto superior esquerdo (veja *A* na imagem abaixo).\
&#x20;![](/files/1a7a4483865bbbf4afb22b07ee7d729de261ea09)

Um painel aparecerá, mostrando seus espaços e outras opções. Se você assinou os recursos pagos do Report and Run: Offline, esse painel mostrará *Assinado*. Se você estiver usando a versão gratuita, ele mostrará *Plano gratuito*. \
![](/files/cafd10434403e4513e8de8782eb4e8f0a5cd2b03)

### Relatórios

Quando você abrir um relatório, verá uma lista de itens, como imagens, parágrafos e seções. Toque em um item para abri-lo.\
![](/files/c6b4f3e9aa2168a888ed24ec5af46c63cdba3464)

### Itens do relatório

Com um item de relatório aberto, você pode adicionar rapidamente texto e imagens adicionais. Para acessar mais detalhes sobre as imagens, como o título e a descrição, puxe a barra abaixo da imagem.\
&#x20;![](/files/0ae99d50e8aad477ee194ffead228a34ed2c53c5)<br>

![](/files/323887833b1e29a6004354d6ff4ce24e67ee3473)

### Geração de PDF

Você pode gerar um PDF clicando em Compartilhar no canto inferior direito de qualquer relatório.\
![](/files/5c489a7432f847c6809d64b75e5a19abdac14c77)<br>

O PDF gerado pode ser baixado no seu celular, impresso ou compartilhado com outras pessoas por e-mail, mensagem de texto ou outra ferramenta de comunicação.&#x20;

![Exemplo de um relatório em PDF gerado](/files/4dc777f2206683596a43621a1af397984a4e02c5)


---

# 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/user-interface-overview.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.
