> 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/how-to-add-a-sub-menu.md).

# How to add a Sub-Menu?

{% stepper %}
{% step %}

### Sub Menus can be added from two different places in the editor.

{% endstep %}

{% step %}

### To add a Sub menu, you can click on the menu item under which you want to add it and then click 'Add'.

<figure><img src="/files/ydY97z5aH6pmX7Hf5ygK" alt="How to add a Sub-Menu? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select "New Menu Item" from the available options.

<figure><img src="/files/XzdWI5S1cKJMx5mDtcqI" alt="How to add a Sub-Menu? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click 'Add'.

<figure><img src="/files/qge4XS4TUQtFjKTmiPui" alt="How to add a Sub-Menu? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Add"

<figure><img src="/files/zyEaZXSxhlc3nmzdQklA" alt="How to add a Sub-Menu? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "New Menu Item"

<figure><img src="/files/iudUK63Dxv7geWtSWGBu" alt="How to add a Sub-Menu? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Add"

<figure><img src="/files/6L2hJtPwMJkNMyA4YMsX" alt="How to add a Sub-Menu? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once added, you can click on the pencil icon to customize the category.

<figure><img src="/files/Cw2ZMWCX3mN0VFvkNyWe" alt="How to add a Sub-Menu? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now you can add Names, Description, Link, Image & Videos and control the category visibility.

<figure><img src="/files/tUdMdNrx338sk8B0b0gD" alt="How to add a Sub-Menu? — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once you have customized the Sub menu, click 'Done'.

<figure><img src="/files/ukVDnfIkr90eWpOVl003" alt="How to add a Sub-Menu? — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Another way you can add a Sub menu from the edit options of the Menu.

<figure><img src="/files/uGfHxMvdzquQoo8utYMq" alt="How to add a Sub-Menu? — step 11"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Just click on 'Add Menu Item' and follow the steps listed above.

<figure><img src="/files/sgn8kYmmRmKYs9LG3z4j" alt="How to add a Sub-Menu? — step 12"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/how-to-add-a-sub-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.
