> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/get-started/where-should-you-add-maker-nav.md).

# Where should you add Maker Nav?

## Maker Nav types and where you can add them on your site

{% tabs %}
{% tab title="Nav Page" %}
Nav Menu enhances your website's navigation by transforming it into an engaging visual experience, allowing customers to find what they're looking for quickly and effortlessly.

<figure><img src="/files/14xt2iBRq99VHSXMKtZk" alt=""><figcaption></figcaption></figure>

Add Maker Nav Page in Home Pages, CLPs and PLPs, always between top navigation and footer.

{% hint style="info" %}
\*Add a min. height of 1000px to avoid the footer collapsing into the header while Maker loads.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Home Pages</td><td data-object-fit="contain"><a href="/files/eGv7guJ4io6EofpdtQrh">/files/eGv7guJ4io6EofpdtQrh</a></td></tr><tr><td>CLPs</td><td data-object-fit="contain"><a href="/files/V5v8cCwJ3YMOvT9n9pWT">/files/V5v8cCwJ3YMOvT9n9pWT</a></td></tr><tr><td>PLPs</td><td data-object-fit="contain"><a href="/files/NlqLEsT6PONZ4piWKWZ5">/files/NlqLEsT6PONZ4piWKWZ5</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Nav Bar" %}
Nav Bar is a fixed bottom desktop and mobile drawers on your site showing top level categories. It is automatically hidden on PDPs, checkout page and on pages built with Nav Page.

{% embed url="<https://vimeo.com/870514537>" %}
{% endtab %}

{% tab title="Nav Launcher" %}
Nav Launcher is a slider with top level categories that launches Nav clicking on any top level categories.

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

Nav Launchers showcase the primary categories, and selecting them opens the complete navigation experience. Incorporate the Maker Nav Launcher on Homepages, CLPs, PLPs, or PDPs..

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Home Pages</td><td data-object-fit="contain"><a href="/files/hhFzh0ZlooDHl4hkxyJI">/files/hhFzh0ZlooDHl4hkxyJI</a></td></tr><tr><td>CLPs</td><td data-object-fit="contain"><a href="/files/j5W0ffqcaJ5L37KHMYlD">/files/j5W0ffqcaJ5L37KHMYlD</a></td></tr><tr><td>PLPs</td><td data-object-fit="contain"><a href="/files/l6cXJ7F27I00FwgV14mr">/files/l6cXJ7F27I00FwgV14mr</a></td></tr><tr><td>PDPs</td><td data-object-fit="contain"><a href="/files/WoYXb6y3ss9v06RKHRkr">/files/WoYXb6y3ss9v06RKHRkr</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Nav Menu" %}
Nav Menu transforms your website's categories into an engaging visual experience. This enhanced navigation helps customers effortlessly find what they're looking for.

{% embed url="<https://vimeo.com/995560519>" %}
{% endtab %}
{% endtabs %}


---

# 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.maker.co/maker-nav/get-started/where-should-you-add-maker-nav.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.
