# Publish new menu to theme

Our application provides three methods to integrate your menu into a theme:​

1. **Automatically Replace Your Original Theme Menu**\
   Recommended: This option seamlessly substitutes your theme's existing menu with the new one.
2. **Replace Existing Menu from Navigation**\
   Manually select and replace specific menus within your theme's navigation settings.
3. **Display Menu Using a CSS Selector**\
   Target and replace menus based on specific CSS selectors within your theme.

If you encounter any difficulties during this process, please don't hesitate to contact us at <hi@globosoftware.net>. We're here to assist you.


---

# Agent Instructions: 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:

```
GET https://docs.globo.io/mega-menu/publish-new-menu-to-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
