> For the complete documentation index, see [llms.txt](https://kitisummus.gitbook.io/molla/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kitisummus.gitbook.io/molla/mega-menu-vertical.md).

# Mega Menu (Vertical)

Which has a vertical menu **BROWSER CATEGORIES** with its **MEGA MENU** like below

![](/files/-MMJNUyT5G4SeZpauCxj)

## **1 - How to config this type of Menu?**

### 1.1 - Go to **Admin** > **Navigation** > **Add menu**

![](/files/-MMJOTjo95mETANN-_LP)

### 1.2 - Create a **New Menu** with Categories. This menu have **menu items** and **sub menu items**.

![](/files/-MMJQ63d570zYLmqICw2)

### 1.3 - Navigate to **Section Header** > **Link list categories** > **Select the Menu** that has just been created.

{% hint style="info" %}
We call this menu **“Parent Menu (Parent Link)”.**&#x20;
{% endhint %}

![](/files/-MMJRCqgAIhBzujspnbj)

{% hint style="warning" %}
Now the Menu will show in the place of the text “**Browser Categories**”, However if you want to customize the banner images on mega menu, you have to go to the **Builder** to config it.
{% endhint %}

## 2 - You need to create a page with these parameters:

```
"title": "Vertical menu Builder",
"handle": "vertical-menu",
"template_suffix": "vertical-menu"
```

![](/files/-MMJSIokLYXTG2PvwIdp)

Navigate to **Mega Menu Builder** viewport

You will see the list of **Vertical Menu** section in order

![](/files/-MMJSfHjh6gU_IG1zU5O)

### 2.1 - Click to Edit one of these Vertical Menu

You must select exactly the **Parent Menu** here

![](/files/-MMJT9fl2dL_ihKZ8VDF)

* Click **Add content** to add elements onto the Mega menu

![](/files/-MMJTWMc-WlYt3dWK05n)


---

# 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://kitisummus.gitbook.io/molla/mega-menu-vertical.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.
