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

# Mega Menu

### 1. Configure in the Backend

* Step 1: Go to: Appearance >> Menus >> Select "Primary Menu", then you move on Mega Menu

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

* Step &#x32;**: In Parent Menu,** choose Menu Column: Support 1,2,3,4,5 columns

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

* Step 3: **In Child Menu**: Enter a short code of each page, then check the box: "Show as a heading"

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

* Step 4: Tick the checkbox: "Primary Menu" and "Save"

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

**Please, Note**:

The Structure: \[ tripgo-elementer-template id=" " ]

To find id of a template

* Go to **Templates > Saved Templates**.
* Hover over the template you want.
* Click on the **"Edit"** button under that template.
* Once the edit page loads, look at the URL in your browser .The template ID will appear in the URL like the image bellow:

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

## 2: Display in the Frontend

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


---

# 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://ova-themes.gitbook.io/tripgo/other-settings/mega-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.
