> 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/build-your-nav.md).

# Build your Nav

- [How can I create collections in Nav using filters?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-create-collections-in-nav-using-filters.md)
- [How can I search for a menu item?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-search-for-a-menu-item.md)
- [How can you add Smart Collections in Maker Nav?](https://docs.maker.co/maker-nav/build-your-nav/how-can-you-add-smart-collections-in-maker-nav.md): The Smart Collection feature adds Recently Viewed, Favourites, and Continue Shopping to your site's navigation menu, allowing users quick access to their personalized browsing and shopping history.
- [How can I add Enhanced Content in My PDP's?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-add-enhanced-content-in-my-pdps.md)
- [How can I add custom javascript for size guides?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-add-custom-javascript-for-size-guides.md): When a customer clicks the 'Size Guide' button, it triggers a custom JavaScript function on the parent page. This feature enables customers to access a custom size guide modal on the page rather than
- [How can I add Size Guides to my Sub Menu's/Collections?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-add-size-guides-to-my-sub-menuscollections.md)
- [How can I hide the Sub Menu from the top Menu Bar?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-hide-the-sub-menu-from-the-top-menu-bar.md): Want to show a category but hide it from the Top Menu? Here you go!
- [How to add a Sub-Menu?](https://docs.maker.co/maker-nav/build-your-nav/how-to-add-a-sub-menu.md)
- [How do I Delete a Menu, Sub Menu or Category?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-delete-a-menu-sub-menu-or-category.md)
- [How do I Duplicate a Menu, Sub Menu or Category?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-duplicate-a-menu-sub-menu-or-category.md)
- [How do I Move a Menu or Sub-Menu?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-move-a-menu-or-sub-menu.md)
- [How do I Hide a Menu, Sub Menu or Category?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-hide-a-menu-sub-menu-or-category.md)
- [How do I add video in my Nav?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-video-in-my-nav.md)
- [How do I add a banner image on my Menu/Sub-Menu Items?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-a-banner-image-on-my-menusub-menu-items.md)
- [How do I add a Link in my Menu/Sub-Menu items?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-a-link-in-my-menusub-menu-items.md)
- [How do I add a description for my Menu/Sub-Menu items?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-a-description-for-my-menusub-menu-items.md)
- [How do I add or change a Title for my Menu, Sub-Menu or Categories?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-or-change-a-title-for-my-menu-sub-menu-or-categories.md)
- [How do I add Videos to my Nav?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-videos-to-my-nav.md)
- [How do I add Products to my Nav?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-products-to-my-nav.md)
- [How do I add Images in my Nav?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-images-in-my-nav.md)
- [How do I copy categories from one Nav to another?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-copy-categories-from-one-nav-to-another.md)
- [How do I add Categories?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-categories.md)
- [How do I add a menu/collections?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-a-menucollections.md): Follow to process to add a menu item like categories, Instagram, images, products, banners, videos, etc.
- [How do I enable Picture-in-Picture?](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-enable-picture-in-picture.md)
- [How can you enable AutoPlay my slides?](https://docs.maker.co/maker-nav/build-your-nav/how-can-you-enable-autoplay-my-slides.md)
- [How can I enable Carousels on my nav?](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-enable-carousels-on-my-nav.md)


---

# 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/build-your-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.
