# Header

The **header** widget allows you to create headings on the dashboard. This enables you to structure dashboards with a large number of widgets by grouping them under each heading. For example, you can group widgets that display climate data such as temperature, humidity, and pressure.

In the **Widget options** modal, configure the following settings:

In the **Name** text box, enter a **name** to identify the widget. Unlike other widgets, the entered name will not be displayed on the widget.

In the **Text** text box, enter the **heading** that you want to display on the widget.

To add a **color** to the **background** of the widget, click on the **Background color** box and choose a color from the **color picker**.

Click on the **Save** button.

<figure><img src="/files/OT9uVNDs8ttNxECGlxHh" alt="" width="327"><figcaption></figcaption></figure>

The resulting **header** widget looks something like this:

<figure><img src="/files/5Keyx3Lcl5kHC5812gTU" alt=""><figcaption></figcaption></figure>


---

# 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.widgelix.com/get-started/widgets/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.
