# Reusable header

## Overview

Reusable header serves as a navigation bar in your application. The header can be customized according to your requirements, and it saves its state across all the application pages so you don't have to add it to each page separately.

<figure><img src="/files/dlwQwvHKAAuDIdlqBlFn" alt=""><figcaption></figcaption></figure>

### Triggers

<table><thead><tr><th width="117.20703125">Name</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>On Init</strong></td><td>Triggered when the component is initialized</td><td></td></tr></tbody></table>

## Working with the component

To activate the header in your application, access the *Settings* sidebar of the current page (click on the app area or select the page in the *Pages* tab), and select the **Show global app header** checkbox.

You can configure header appearance using the following *parameters*:

* **Sticky header** - select this option to make sure the header stays in the same place while users are scrolling down the page
* **Background** color
* **Min rows** - adjust header width
* **Disable container styles** - select to disable all styles or specific ones if you want the header to look more like part of the page and not a separate container

To configure header navigation, you can simply drag and drop components inside it, for example, the *Horizontal menu* component. From there, you can configure additional[ in-app](/how-tos/layout-and-navigation/add-navigation-to-application.md#in-app-navigation) or [external](/how-tos/layout-and-navigation/add-navigation-to-application.md#external-navigation) navigation if needed.

{% @arcade/embed flowId="1LOhYddd1aFkTeeJiWJG" url="<https://app.arcade.software/share/1LOhYddd1aFkTeeJiWJG>" %}


---

# 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.uibakery.io/reference/working-with-components/reusable-header.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.
