> For the complete documentation index, see [llms.txt](https://docs.zingy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/popup-menu.md).

# Popup Menu

The **`Popup Menu`** element provides a user-friendly way to display a list of options or actions that can be accessed by clicking a trigger element. The trigger element is usually a [Button](/app-editor/page-editor/built-in-elements/button.md) element or a [Link](/app-editor/page-editor/built-in-elements/link.md) element.

The list of options is created by adding [Popup Menu Item](/app-editor/page-editor/built-in-elements/popup-menu-item.md) elements to the popup menu element. You can also add the [Popup Menu Separator](/app-editor/page-editor/built-in-elements/popup-menu-separator.md) item to group sets of cohesive options.

It's important to note that the **`Popup Menu`** element cannot be directly found 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 following composite elements which include it:

* [Popup Menu Style1](/app-editor/page-editor/built-in-elements/popup-menu-style1.md)
* [Popup Menu Style2](/app-editor/page-editor/built-in-elements/popup-menu-style2.md)
* [Menubar Popup Menu](/app-editor/page-editor/built-in-elements/menubar-popup-menu.md)

{% hint style="success" %}
NOTE: For dynamically presenting a popup-menu you can use the [Show Menu](/app-editor/page-flow/toolbox-blocks/show-menu.md) block in [Page Flow](/app-editor/page-flow.md).
{% endhint %}


---

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

```
GET https://docs.zingy.ai/app-editor/page-editor/built-in-elements/popup-menu.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.
