> 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/faq/c150/c155/q494.md).

# Como ativo ou desativo recursos específicos dentro do editor de relatórios?

Você pode exibir e ocultar campos do relatório nos aplicativos móveis offline e em nuvem. Na versão em nuvem, você também pode desativar opções de funcionalidade, como desativar a opção para os usuários adicionarem novas seções.&#x20;

## Report and Run: Cloud e Integrate

Na versão em nuvem do app, você pode fazer os seguintes ajustes no portal da web, e as alterações serão aplicadas ao app móvel:

* [ativar/desativar a funcionalidade do relatório](/manual/pt-br/readme/customization/show-hide-functionality.md#hide-sections) (seções, imagens de acompanhamento etc.)
* [exibir/ocultar campos do cabeçalho](/manual/pt-br/readme/customization/show-hide-header-fields.md) (nome da empresa, e-mail de contato etc.)
* [exibir/ocultar campos da imagem](/manual/pt-br/readme/customization/show-hide-image-fields.md) (data de criação, descrição etc.)
* [ocultar propriedades padrão do relatório](/manual/pt-br/readme/customization/custom-properties/hide-default-properties.md) (nome do contato, local etc.)

## Report and Run: Offline

Na versão offline, você pode [exibir e ocultar campos do relatório](/manual/pt-br/report-and-run/customization/show-hide-fields.md), como o nome da empresa no cabeçalho e as datas de criação da imagem.

## Relacionado&#x20;

* [Artigo: Funcionalidade de mostrar/ocultar no Report and Run: Cloud](/manual/pt-br/readme/customization/show-hide-functionality.md#hide-sections)
* [Artigo: Mostrar/ocultar campos de cabeçalho no Report and Run: Cloud](/manual/pt-br/readme/customization/show-hide-header-fields.md)
* [Artigo: Exibir/ocultar campos da imagem em Report and Run: Cloud](/manual/pt-br/readme/customization/show-hide-image-fields.md)
* [Artigo: Exibir/ocultar campos em Report and Run: Offline](/manual/pt-br/report-and-run/customization/show-hide-fields.md)
* [FAQ: Posso editar a data, a hora ou o texto dos meus relatórios depois que eles foram gerados?](/manual/pt-br/faq/c150/c153/q450.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/pt-br/faq/c150/c155/q494.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.
