> 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/readme.md).

# Overview

Build, style and publish shoppable navigation menus on your storefront.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I add a Nav Menu to my site?" data-icon="circle-question">How do I add a Nav Menu to my site?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I schedule updates in Nav?" data-icon="circle-question">How do I schedule updates in Nav?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I add filters to my Nav?" data-icon="circle-question">How do I add filters to my Nav?</button>

***

## Browse the docs

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Get started</h4></td><td>Learn the basics of Maker Nav and how a Nav is put together.</td><td><a href="/maker-nav/get-started/where-should-you-add-maker-nav.md">Where should you add Maker Nav?</a></td></tr><tr><td><h4><i class="fa-bars" style="color:$primary;">:bars:</i></h4></td><td><h4>Build your Nav</h4></td><td>Create menus, collections and Quick View experiences.</td><td><a href="/maker-nav/build-your-nav/how-can-i-create-collections-in-nav-using-filters.md">How can I create collections in Nav using filters?</a></td></tr><tr><td><h4><i class="fa-bag-shopping" style="color:$primary;">:bag-shopping:</i></h4></td><td><h4>Products and store</h4></td><td>Connect your catalogue and control how products, prices and carts behave.</td><td><a href="/maker-nav/products-and-store/how-do-i-add-media-in-a-plp.md">How do I manually add a media in PLP?</a></td></tr><tr><td><h4><i class="fa-palette" style="color:$primary;">:palette:</i></h4></td><td><h4>Style and branding</h4></td><td>Fonts, colours, layout and video settings that shape how your Nav looks.</td><td><a href="/maker-nav/style-and-branding/how-can-i-customize-my-nav-slider-and-add-features-like-autoplay-loop.md">How can I customize my Nav slider and add features like autoplay, loop, etc?</a></td></tr><tr><td><h4><i class="fa-gear" style="color:$primary;">:gear:</i></h4></td><td><h4>Settings</h4></td><td>Global and account-level configuration for your Nav.</td><td><a href="/maker-nav/settings/how-do-you-add-enhanced-content-to-pdps-via-shopify-metafields.md">How do you add enhanced content to PDPs via Shopify Metafields?</a></td></tr><tr><td><h4><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h4></td><td><h4>Publish and measure</h4></td><td>Push your Nav live and track how it performs.</td><td><a href="/maker-nav/publish-and-measure/how-do-you-enable-multiple-nav-types-on-the-same-page.md">How do you enable multiple Nav types on the same page?</a></td></tr><tr><td><h4><i class="fa-circle-question" style="color:$primary;">:circle-question:</i></h4></td><td><h4>Troubleshooting</h4></td><td>Common questions and edge cases.</td><td><a href="/maker-nav/troubleshooting/how-do-i-add-just-a-single-nav-menu-item-to-my-site.md">How do I add just a single Nav Menu Item to my site?</a></td></tr></tbody></table>


---

# 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/readme.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.
