> 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-header-fields.md).

# Mostrar/ocultar campos de cabeçalho

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

* Empresa
* Nome do contato
* E-mail do contato
* Telefone do contato
* Data de criação&#x20;
* Grupo
* Número de itens no relatório (Nº de itens)
* Título

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

1. Clique **Propriedades** no lado direito do seu espaço de trabalho.\
   ![](/files/b775c329236197194d8b81b823e7d8e24a508049)
2. Role até o final da tela até o *Mostrar e Ocultar* seção para encontrar o *Cabeçalho* propriedades.\
   ![](/files/4378e73d0700a265ad833a497fade8ca30814c68)
3. Vá para a direita do campo que você deseja ocultar e clique **Verdadeiro**. \
   (No exemplo abaixo, estamos ocultando o *Nº de itens* campo.) \
   ![](/files/9501aa5a011829a1155fcdecb5a28f4dfea901df)
4. Desmarque a caixa na janela pop-up.\
   ![](/files/687b84523dd312eba1d5994b2c9f6b9a54eaef62)
5. Clique **Salvar**.\
   ![](/files/02add35e9fcb2bcba03344bca04bd31731f89975)
6. O campo de cabeçalho aparecerá como *Falso* quando oculto. \
   ![](/files/d1db9f71d78031d2afc567b64b117a7594b42c6f)


---

# 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-header-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.
