> 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/header-configuration-elements.md).

# Header Configuration Elements

## Configuring Theme Header

In other to configure an header, you need to select that header by clicking on it twice, which will open up the Header configuration options including the **Elements** and **Settings**.

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

Below are the detailed functionalities and options available in this section:

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

#### **1. Elements Tab**

* **Search Element Box**
  * Allows you to search for specific elements to add to the header.
* **Available Elements**
  * A list of elements that can be added to the header, some examples are:
    * **Button**
      * Add a customizable button to the header.
    * **Contact**
      * Add contact information or a contact button.
    * **Currency**
      * Add a currency switcher for international customers.
    * **Divider 1**
      * Add a divider to separate different sections within the header.

#### **2. Adding Elements to the Header**

* **Drag and Drop Interface**
  * Elements from the list can be dragged and dropped into the header design area.
  * Example: Dragging elements like "Button", "Contact", "Currency", and "Divider" into the header layout.

#### **3. Header Design Area**

* **Configuring the Header Layout**
  * The design area displays a visual representation of the header.
  * Elements can be arranged and configured within this area.

**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/header-configuration-elements.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.
