# 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](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/button) element or a [Link](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/link) element.

The list of options is created by adding [Popup Menu Item](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/popup-menu-item) elements to the popup menu element. You can also add the [Popup Menu Separator](https://docs.zingy.ai/app-editor/page-editor/built-in-elements/popup-menu-separator) 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](https://docs.zingy.ai/app-editor/page-editor-tour#page-element-library) for drag and drop functionality. Instead, you can utilize the following composite elements which include it:

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

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