> 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/internal/what-is/pages/convert-old-menu-to-navi+.md).

# Convert Old Menu to Navi+

Use AI to scan your existing website menu and rebuild it inside Navi+ — in minutes.

***

{{STEP\_1}}

***

### Step 2 — Use Debug Mode to generate the PROMPT

1. Open your website in a browser.
2. Activate Debug Mode by visiting: `yourdomain.com/#navidebug-on`
3. The **Navi+ Debug** panel will appear on the right.
4. Open the **✦ AI Design** section.
5. Click **Scan** — Navi+ will detect all menus on the page.
6. Click the menu you want to convert to see its structure.
7. Click **✨ Generate to PROMPT** — a ready-to-use AI prompt will appear.
8. Click **Copy** to copy the PROMPT.

***

### Step 3 — Back in Navi+, choose the right menu type

Create or open the menu you want to fill with the imported content:

* **Tab / Bottom Bar** — mobile bottom navigation
* **Mega Menu** — desktop header navigation
* **Slide / Hamburger** — mobile slide-out menu
* **Grid Menu** — icon grid navigation
* **FAB** — floating action button

***

### Step 4 — Click the AI button

Inside the menu editor, click the **✨ AI** button (top-right of the editor toolbar).The AI assistant panel will open.

***

### Step 5 — Paste the PROMPT and run

Paste the PROMPT you copied from Debug Mode into the AI chat box, then click **Run**. Navi+ AI will automatically build the menu structure based on your existing website menu. Review the result, adjust if needed, then Save and Publish.


---

# 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/internal/what-is/pages/convert-old-menu-to-navi+.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.
