> 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/readme/customization/show-hide-image-fields.md).

# Mostrar/ocultar campos de imagem

Por padrão, os seguintes campos de imagem são exibidos nos relatórios:

* Data de criação
* Descrição
* Grupo
* Número da imagem
* Linhas pautadas (quando suportado)
* Título

Esses campos podem ser ocultados se não forem necessários.&#x20;

1. Abra seu espaço de trabalho.
2. Clique **Propriedades** no lado direito da tela.\
   ![](/files/b775c329236197194d8b81b823e7d8e24a508049)
3. Role até o final da tela até o *Mostrar e Ocultar* seção para encontrar o *Imagem* propriedades.\
   ![](/files/3b701caf32817b2cb2780553920b20f355562a3e)
4. Vá para a direita do campo que você deseja ocultar e clique **Verdadeiro**. \
   (No exemplo abaixo, estamos ocultando o *Grupo* campo.) \
   ![](/files/f445b577867b9f10629f701849b18ef599b28e73)
5. Desmarque a caixa na janela pop-up.\
   ![](/files/d19e9cd88ece22409355c01b216a00701e0a8425)
6. Clique **Salvar**.\
   ![](/files/67a33a88c79da1aa57c0f40ac2c41eff79e7fb6d)
7. O campo de imagem aparecerá como *Falso* quando oculto. \
   ![](/files/041035300006fb69e2bd909141a756352cc8eec6)


---

# 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/readme/customization/show-hide-image-fields.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.
