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

# Get started

- [Where should you add Maker Nav?](https://docs.maker.co/maker-nav/get-started/where-should-you-add-maker-nav.md)
- [How can preview the different Nav options?](https://docs.maker.co/maker-nav/get-started/how-can-preview-the-different-nav-options.md)
- [How do you enable Bottom Bar in the Shopify theme?](https://docs.maker.co/maker-nav/get-started/how-do-you-enable-smart-nav-in-your-shopify-theme.md): To enable the the Smart Nav drawer in your Shopify theme, start from your Shopify Store.
- [How do I access the Nav Editor if I am a Maker Pages customer?](https://docs.maker.co/maker-nav/get-started/how-do-i-access-the-nav-editor-if-i-am-a-maker-pages-customer.md)
- [What is the overall process of creating a Nav to going live with it?](https://docs.maker.co/maker-nav/get-started/what-is-the-overall-process-of-creating-a-nav-to-going-live-with-it.md)
- [How do I select a template?](https://docs.maker.co/maker-nav/get-started/how-do-i-select-a-template.md)
- [How can you see the desktop or mobile preview of your nav?](https://docs.maker.co/maker-nav/get-started/how-can-you-see-the-desktop-or-mobile-preview-of-your-nav.md)
- [How do you preview Maker Nav in a new tab?](https://docs.maker.co/maker-nav/get-started/how-do-you-preview-maker-nav-in-a-new-tab.md)
- [How do you expand or shrink Maker Nav preview?](https://docs.maker.co/maker-nav/get-started/how-do-you-expand-or-shrink-maker-nav-preview.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/get-started.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.
