# Rich menus overview Learn about the rich menus you can display in chat rooms your LINE Official Account is participating in: ## What is rich menu Rich menus are the menus displayed at the bottom of a chat room with a LINE Official Account. Set rich menus with links to external sites, reservation pages, and LINE Official Account features to make your user experience more "rich". Use [tools to create rich menus](https://developers.line.biz/en/docs/messaging-api/rich-menus-overview/#choosing-tool-for-creating-rich-menus) based on the [rich menu structure](https://developers.line.biz/en/docs/messaging-api/rich-menus-overview/#rich-menu-structure). **Rich menus are unavailable on LINE for PC** Rich menus aren't displayed on LINE for PC (macOS, Windows). ## Rich menu structure Rich menus are composed of a menu image, tappable areas, and a chat bar.  1. Rich menu image: A single JPEG or PNG image file that has menu items. For more information about image requirements, see [Requirements for rich menu image](https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image-requirements) in the Messaging API reference. 1. Tappable areas: Areas you divide as menu items. Assign an [action](https://developers.line.biz/en/reference/messaging-api/#action-objects) on each menu item, such as getting a postback event and opening a URL. 1. Chat bar: A menu that opens and closes the rich menu. You can customize the text of this menu. ## Tools for setting rich menus To create rich menus, use [LINE Official Account Manager](https://developers.line.biz/en/docs/messaging-api/rich-menus-overview/#creating-a-rich-menu-with-the-line-manager) or the [Messaging API](https://developers.line.biz/en/docs/messaging-api/rich-menus-overview/#creating-a-rich-menu-using-the-messaging-api). Find which tool best suits your needs. **Only one tool for one rich menu** You can't use both tools to retrieve or edit the same instance of rich menu. A rich menu created with the LINE Official Account Manager is retrievable and editable only through the LINE Official Account Manager. Likewise, you can't use the LINE Official Account Manager on the rich menu created with the Messaging API. | Tool | Benefits | | --- | --- | | [LINE Official Account Manager](https://manager.line.biz/) |
For more information, see [How to use the rich menus](https://www.lycbiz.com/jp/column/line-official-account/technique/20180731-01/) (only available in Japanese) and [Insight - Rich menus](https://www.lycbiz.com/jp/manual/OfficialAccountManager/insight_rich-menus/) (only available in Japanese) in LINE for Business.
| | Messaging API |If you want to try out rich menu features, see [Play with rich menus](https://developers.line.biz/en/docs/messaging-api/try-rich-menu/).
| You can't get statistics like display count and click-through rate with Messaging API rich menus. ### Set rich menus with LINE Official Account Manager You can create and set a rich menu as default from the LINE Official Account Manager. Users see the default rich menu unless a different rich menu is set with a higher [display priority](https://developers.line.biz/en/docs/messaging-api/rich-menus-overview/#rich-menu-display). Using the GUI of the LINE Official Account Manager, you can set tappable areas of a rich menu based on predefined templates. For more information, see the [LINE Official Account Manager manual](https://www.lycbiz.com/jp/manual/OfficialAccountManager/rich-menus/) (only available in Japanese). ### Set rich menus with the Messaging API To set a rich menu with the Messaging API, the required endpoints must be called in sequence. The basic steps are as follows: 1. Prepare a rich menu image. 1. Use the [Create rich menu](https://developers.line.biz/en/reference/messaging-api/#create-rich-menu) endpoint. 1. Use the [Upload rich menu image](https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image) endpoint. 1. Use the [Set default rich menu](https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu) endpoint. For more information on how to set a rich menu with the Messaging API, see [Use rich menus](https://developers.line.biz/en/docs/messaging-api/using-rich-menus/). ## Scope of rich menus Rich menus have two scopes, which you can set using different tools. | Scope | Tool | | --- | --- | | All users who opened the chat screen of the LINE Official Account (Default rich menu) |