1# Menu 2 3A menu is a temporary pop-up window used to display operations that users can perform. 4 5 6 7 8 9## How to Use 10 11- Use a menu to show more options and information when users touch **More** on the toolbar or title bar. 12 13- Do not include menu items irrelevant to the current content. 14 15- Put the most frequently used menu items on the top of the menu. 16 17- Make the options left-aligned. 18 19- Make a menu disappear when users touch the back button or a blank area, or select a menu item. 20 21 22## Category 23 24- General menu 25 26- Long-press menu 27 28 29### General Menu 30 31This type of menu is displayed when users touch the **More** button on the toolbar or title bar. 32 33 34 35 36### Long-Press Menu 37 38This type of menu is displayed when users long press a certain object. 39 40 41 42 43## Resources 44 45For details about the development guide related to the menu, see [Menu](../../application-dev/reference/arkui-ts/ts-basic-components-menu.md). 46