> For the complete documentation index, see [llms.txt](https://help.shopifas.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.shopifas.com/manual/website/help.naviplus.io/usage/some-faqs-about-publishing-navi+-menu.md).

# Some FAQs about publishing Navi+ menu

#### Frequently Asked Questions

<details>

<summary>I still don't see my menu showing correctly on my website. What can I check to make sure I did it right?</summary>

Make sure your menu is correctly embedded into your theme, and that you're previewing the correct theme. Here's a slightly advanced way to check if Navi+ is embedded into your website (in the example below, using Chrome):

<figure><img src="/files/1r3kf7x21GujKzjhpJ0D" alt=""><figcaption></figcaption></figure>

Navi+ offers several options to show or hide menus based on your needs. A common use case is showing the menu only on mobile or desktop.

For example, if you're testing your menu on a cloned theme in Preview mode, you might want to see how it looks on both mobile and desktop?\
See the image below to learn how to use Inspect mode to test your menu on both devices.

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

{% hint style="info" %}
Note: These screenshots are based on the Chrome browser. If you're using Firefox, Edge, or Safari, the interface may look slightly different. Feel free to contact me for guidance.
{% endhint %}

</details>

<details>

<summary>Can I insert a sticky menu (like a Tabbar or FAB) or a slide menu as a section inside the Theme?</summary>

No, you can't. Only certain menu types like Grid menus or Mega menus can be added as a section. Navi+ offers many menu types, and each requires a specific way to publish. Using the wrong method may cause the menu to display incorrectly.

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

</details>

<details>

<summary>Can I publish a menu to a website that doesn't run on Shopify?</summary>

Absolutely! You can deploy Navi+ across multiple different platforms. Navi+ has now become a standalone platform software and can be deployed on any platform such as Wix, WordPress, WooCommerce, or custom-coded websites. Visit <https://dash.naviplus.io> to get started.

</details>

<details>

<summary>I have many questions about Navi+, where can I find more information?</summary>

All the most helpful questions about Navi+ are available at the link below, which contains all the necessary information about the product, UX design and experience, App Compatibility & Integrations, Performance & Scalability, Security, Migration & Switching, and more.

Please click the following link to learn more: <https://help.naviplus.io/docs/common-first-questions/>

</details>


---

# 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://help.shopifas.com/manual/website/help.naviplus.io/usage/some-faqs-about-publishing-navi+-menu.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.
