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

# Mostrar/ocultar campos

1. Toca un informe para abrirlo.
2. Toca **Compartir** en la esquina inferior derecha.

   <div align="left"><figure><img src="/files/20d61ccaf29ec61a8e3e557a49301bb2ad889532" alt=""><figcaption></figcaption></figure></div>
3. Toca **Configuración**.

   <div align="left"><figure><img src="/files/d5aadf9c702cdbf70ba311ba27e7d3c5dbeac95d" alt=""><figcaption></figcaption></figure></div>
4. Toca **Mostrar/Ocultar encabezado** para cambiar qué campos aparecen en los encabezados del informe.

   <div align="left"><figure><img src="/files/cde2c710cb4816c6492d6e663bb7f4ae18b35f2d" alt=""><figcaption></figcaption></figure></div>
5. Toca el campo que quieres mostrar u ocultar. En el ejemplo siguiente, estamos ocultando el *Empresa* campo.&#x20;

   <div align="left"><figure><img src="/files/523816f9c2760f8f82e7778e4a360834c1b826b8" alt=""><figcaption></figcaption></figure></div>
6. Toca **Falso** en la parte inferior de la pantalla para ocultar el campo. Toca **Verdadero** para mostrarlo.

   <div align="left"><figure><img src="/files/b3b562c7a8cdb3a7ff2ddf23285f4920221d6eb7" alt=""><figcaption></figcaption></figure></div>
7. Tus cambios se guardarán automáticamente. Aparecerán la próxima vez que generes un informe.

{% hint style="info" %}
Sigue un enfoque similar al ajustar los campos de imagen y pie de página. En la configuración del informe, toca **Mostrar/Ocultar imagen** para cambiar lo que aparece junto a las imágenes del informe y **Mostrar/Ocultar pie de página** para cambiar lo que aparece en los pies de página del informe.&#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/es/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.
