# Menubar Collapsible

The **`Menubar Collapsible`** element offers the ability to hide the menubar based on specific screen sizes and allows you to control its visibility using a button or other custom methods.&#x20;

Please note that you won't find the **`Menubar Collapsible`** element directly available in the [Page Element Library](/app-editor/page-editor/page-editor-tour.md#page-element-library) for drag-and-drop functionality. Instead, you can utilize the pre-designed responsive solutions provided by the [Menubar Style1](/app-editor/page-editor/built-in-elements/menubar-style1.md) and [Menubar Style2](/app-editor/page-editor/built-in-elements/menubar-style2.md) elements, which contain the Menubar Collapsible element.

To incorporate the Menubar Collapsible element, you need to place the [Menubar](/app-editor/page-editor/built-in-elements/menubar.md) within this element and then insert this element into the [Menubar Holder](/app-editor/page-editor/built-in-elements/menubar-holder.md) element. Fortunately, the [Menubar Style1](/app-editor/page-editor/built-in-elements/menubar-style1.md) and [Menubar Style2](/app-editor/page-editor/built-in-elements/menubar-style2.md) elements already handle this arrangement for you.

For determining the screen sizes where the menubar should be displayed, please refer to the documentation of the [Menubar Holder](/app-editor/page-editor/built-in-elements/menubar-holder.md) element. It provides instructions on specifying the desired screen sizes for menubar visibility.


---

# 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-collapsible.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.
