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

# Mostrar/ocultar campos de encabezado

De forma predeterminada, se muestran los siguientes campos de encabezado en los informes:

* Empresa
* Nombre del contacto
* Correo electrónico del contacto
* Teléfono del contacto
* Fecha de creación&#x20;
* Grupo
* Número de elementos en el informe (N.º de elementos)
* Título

Estos campos se pueden ocultar si no se necesitan.&#x20;

1. Haga clic **Propiedades** en el lado derecho de su espacio de trabajo.\
   ![](/files/8e1c853f85eece5f2a3cf863e81d2676faec9703)
2. Desplácese hasta la parte inferior de la pantalla hasta el *Mostrar y ocultar* sección para encontrar el *Encabezado* propiedades.\
   ![](/files/a8f7e804ede8b9d20346b2405b2aa627cc288dcd)
3. Vaya a la derecha del campo que desea ocultar y haga clic en **Verdadero**. \
   (En el ejemplo siguiente, estamos ocultando el *N.º de elementos* campo.) \
   ![](/files/72c90b7805a219d7555d591699b29b44dd9d4013)
4. Desmarque la casilla en la ventana emergente.\
   ![](/files/9acd0a4a5d3743ac6e68ef18c7de6745336c32fc)
5. Haga clic **Guardar**.\
   ![](/files/9c70703587848481bef7c80c044420aa9bd88f2e)
6. El campo de encabezado aparecerá como *Falso* cuando esté oculto. \
   ![](/files/d7b417d8d050ea8a0e45965100f18dd728c51b56)


---

# 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/es/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.
