# Can I hide information from the header of the PDF?

## Report and Run: Cloud and Integrate

In the cloud version of the app, you can [hide header fields](/manual/readme/customization/show-hide-header-fields.md) in the web portal and those settings will apply to the mobile app.&#x20;

* Go to the report properties and scroll down to the *Show and Hide* section.&#x20;
* You will see several header properties that you can show or hide (e.g. *Company*, *Contact Email*).&#x20;
* Items you want to appear in report headers should be marked as "true" and items you want to hide should be marked as "false."

## Report and Run: Offline

In the offline version, you can [hide header fields](/manual/report-and-run/customization/show-hide-fields.md) in the report settings before generating a report.&#x20;

* Go to the report settings and open the *Show/Hide Header* section.
* Tap an item and mark it as "true" to show it in the report header or "false" to hide it.

## Related&#x20;

* [Article: Show/hide header fields in Report and Run: Cloud](/manual/readme/customization/show-hide-header-fields.md)
* [Article: Show/hide functionality in Report and Run: Cloud](/manual/readme/customization/show-hide-functionality.md)
* [Article: Show/hide header fields in Report and Run: Offline](/manual/report-and-run/customization/show-hide-fields.md)
* [FAQ: Can I add custom fields to the header and footer of a report?](/manual/faq/c150/c155/q491.md)


---

# Agent Instructions: 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:

```
GET https://docs.reportandrun.com/manual/faq/c150/c155/q486.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
