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

# Mostrar/ocultar campos

1. Toque em um relatório para abri-lo.
2. Toque **Compartilhar** no canto inferior direito.

   <div align="left"><figure><img src="/files/fe823258f19966b21ba78a3ce371df21241fecdd" alt=""><figcaption></figcaption></figure></div>
3. Toque **Configurações**.

   <div align="left"><figure><img src="/files/172cd3a30905bc1620cf3528b9487218e8e22506" alt=""><figcaption></figcaption></figure></div>
4. Toque **Mostrar/Ocultar Cabeçalho** para alterar quais campos aparecem nos cabeçalhos do relatório.

   <div align="left"><figure><img src="/files/8066e8f4955451f1447cdc5fc345db9ac5f96cd4" alt=""><figcaption></figcaption></figure></div>
5. Toque no campo que você deseja mostrar ou ocultar. No exemplo abaixo, estamos ocultando o *Empresa* campo.&#x20;

   <div align="left"><figure><img src="/files/642d14aa6730eaf91db3ab42afa1cc8048ac6545" alt=""><figcaption></figcaption></figure></div>
6. Toque **Falso** na parte inferior da tela para ocultar o campo. Toque em **Verdadeiro** para mostrá-lo.

   <div align="left"><figure><img src="/files/ce7b05daf2e29c4312e2069b7999897e6866f1f8" alt=""><figcaption></figcaption></figure></div>
7. Suas alterações serão salvas automaticamente. Elas aparecerão na próxima vez que você gerar um relatório.

{% hint style="info" %}
Adote uma abordagem semelhante ao ajustar os campos de imagem e rodapé. Nas configurações do relatório, toque em **Mostrar/Ocultar imagem** para alterar o que aparece próximo às imagens do relatório e **Mostrar/Ocultar rodapé** para alterar o que aparece nos rodapés do relatório.&#x20;
{% endhint %}


---

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