> For the complete documentation index, see [llms.txt](https://docs.brickstheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brickstheme.com/basics/acf/global-topbar.md).

# Global topbar

Bricks Boilerplate comes with global topbar for Pages, Post taxonomies (categories, tags) and Product taxonomies (categories, tags).

On each page or taxonomy page you'll find this control:

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

By default, topbar is set to Hide. You can change it individually for each page or taxonomy to Overlay or Normal. It will fetch featured image, description and post/term title to fill in the selected layout.

### Pages

Template for topbar of Pages can be found in Bricks > Template > **Page topbar template**

You can edit it in Bricks builder:

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

### Post taxonomies

When you create or edit post category/tag you'll find these fields:

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

To apply Overlay or Normal layouts, make sure to fill at least the taxonomy name and featured image.

To edit these 2 layouts you can go to Bricks > Templates > Blog taxonomy archive x (where x is number of the template). We have more variants of blog taxonomy archive template for you to use, some has topbar layout some doesn't. Depending on that you'll see this inside Bricks builder editor:

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

### Product page + product taxonomies

Product page and product taxonomies share on template which is named Woocommerce | Shop template x (x is the number of template). Similar to post taxonomies, some might have topbar layout some not so depending on that you'll find these in the builder:

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


---

# 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.brickstheme.com/basics/acf/global-topbar.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.
