> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/brandy-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/brandy-theme/features/header-builder/create-a-new-theme-header.md).

# Create a New Theme Header

**Create New Header Button**

* Provides the option to create a new custom header.
* Clicking this button will allow you to start designing a new header template.

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

#### **1. Header Name**

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

* **Field**: A text input to name the newly created header.
* **Default Value**: Automatically generated as "Header #4" (names increment based on previous headers created).
* **Purpose**: Helps you distinguish between different header templates, making it easier to assign specific headers to different pages or sections.

#### **2. Copy Elements & Styles From**

* **Dropdown**: Provides a list of existing headers from which you can copy both elements and styling.
* **Function**: Instead of building a header from scratch, you can clone an existing header's configuration to maintain consistency across pages.

#### **3. Using Header Presets**

* **Preset Options**: Displays predefined header layouts that can be selected for easy setup.
* **Current Selection**: "Default Header" preset is shown.
* **Purpose**: Allows you to quickly apply a professionally designed header structure, which you can further customize based on your preferences.

#### **4. Creating the New Header**

* **Button:** Create headr
  * After configuring the settings, click "Create header" to generate the new header template.
  * This action initiates the process to design and customize the new header layout.

**Publish:** Make sure to click "Publish" after making changes to save and apply the updated header settings.


---

# 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.yaycommerce.com/brandy-theme/features/header-builder/create-a-new-theme-header.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.
