> For the complete documentation index, see [llms.txt](https://docs.wavecast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wavecast.io/publishing/custom-headers/headers.md).

# Headers

1\. Navigate to the Headers Section

To start creating headers for your event pages, first, you need to access the **Headers** section. Here's how:

* **Log in** to your event management platform (or website admin panel).
* On the main dashboard or the left-hand sidebar, go to **Pages**.
* Under the **Pages** section, select **Headers**. This will take you to the header customization interface.
* Choose one of the header types:
  * [Original](#original)
  * [2024](#id-2024)
  * [2025](#id-2025)
  * [HTML](#html)

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

### Original

<figure><img src="/files/4cYSFxm9nWryjROlBv2l" alt=""><figcaption></figcaption></figure>

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

If you would like the text in the header to appear with a background, like so:<br>

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

Go to *Settings* > *Appearance* > *Content Headers.* Here you can enable the overlay and choose it's color.

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

If you would like the same background-image to appear across all your events, input the URL of the image here:<br>

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

And if you're not a fan of the register button in your header, you can disable it here:<br>

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

### 2024

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

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

If you choose *Event main navigation* as the "Main Navigation", the following options will appear:<br>

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

To configure Event Menu Items, go to *Pages* > *Navigation* and open *Event Navigation* in edit mode (the hamburger icon)

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

### 2025

Coming soon!

### HTML

We’re excited to share that you can now include raw HTML in your email headers, and our system fully supports [templating languages](/publishing/custom-headers/templating-language.md) for dynamic content customization!


---

# 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.wavecast.io/publishing/custom-headers/headers.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.
