# Navbar / Header

The Navbar sits at the top of the left-hand sidebar within the customiser and contains settings that will appear on every page of the website.

If you select the header, you will see that it comes up with various options to configure the layout options and links to navigation lists.

In order to have a refined user experience across mobile, there's also dedicated desktop and mobile links to navigation lists within the CMS.

As well as controls for how the navigation bar appears on all pages, it also has parent controls for the announcement bar in terms of timing and settings.

note that the website logo is an SVG. This is so that a variable called currentColor can be passed into it. This ensures that we can have high-resolution logos with dynamic colors which change on the scroll behavior of the navigation bar.


---

# 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.almond.studio/header/navbar-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.
