# Menubar Style1

<div align="left"><figure><img src="/files/4nI57sr9XcpzsUDQgqix" alt="" width="69"><figcaption><p>Menubar Style1</p></figcaption></figure></div>

The **`Menubar Style1`** is a pre-designed element that offers a complete and customizable top-level menu structure for your application.&#x20;

<figure><img src="/files/u50XVuictSyQI3bewGr2" alt=""><figcaption><p>Menubar Style1</p></figcaption></figure>

This composite element is composed of the following elements arranged in a single row:

* A left-aligned placeholder text to be replaced with a logo [Image](/app-editor/page-editor/built-in-elements/image.md) element or anything else depending on your needs.
* A responsive menu consisting of:
  * [Menubar Holder](/app-editor/page-editor/built-in-elements/menubar-holder.md)
  * [Menubar Collapsible](/app-editor/page-editor/built-in-elements/menubar-collapsible.md)
  * [Menubar](/app-editor/page-editor/built-in-elements/menubar.md) with two example [Menubar Item](/app-editor/page-editor/built-in-elements/menubar-item.md) elements consisting of [Menubar Item Link](/app-editor/page-editor/built-in-elements/menubar-item-link.md) elements.
  * A [Button](/app-editor/page-editor/built-in-elements/button.md) element with a [Hamburger icon](https://en.wikipedia.org/wiki/Hamburger_button) . This button is responsible for controlling the  Menubar Collapsible element and displaying the Menubar. It automatically appears on smaller screen sizes.

{% hint style="success" %}
Note: The [Button](/app-editor/page-editor/built-in-elements/button.md) element with a [Hamburger icon](https://en.wikipedia.org/wiki/Hamburger_button) becomes visible in the [Page Content Area](/app-editor/page-editor/page-editor-tour.md#page-content-area) when you switch to Tablet or Mobile view using the buttons in the [Page Content Toolbar](/app-editor/page-editor/page-editor-tour.md#page-content-toolbar).&#x20;
{% endhint %}

Using the Menubar Style1 element, you can easily implement a fully functional and adaptable top-level menu for your app, and it can be further customized to suit your specific requirements.

{% hint style="info" %}
You can add more entries to the [Menubar](/app-editor/page-editor/built-in-elements/menubar.md) by:

* Dropping [Menu Item](/app-editor/page-editor/built-in-elements/menu-item.md) elements&#x20;
* [Cloning](/app-editor/page-editor/working-with-page-elements.md#clone-the-selected-element) the existing [Menubar Item](/app-editor/page-editor/built-in-elements/menubar-item.md) elements.
  {% endhint %}


---

# 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.zingy.ai/app-editor/page-editor/built-in-elements/menubar-style1.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.
