---
label: 'Creating a menu'
related:
- menu_ui.content_type_configuration
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link = render_var(help_route_link(structure_menu_text, 'entity.menu.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Create a new menu.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administration menu, navigate Structure > {{ structure_menu_link }}.{% endtrans %}
- {% trans %}Click Add menu.{% endtrans %}
- {% trans %}Enter the title for the menu, which is used as the default block title if the menu is displayed as a block. If desired, also edit the machine name of the menu, which is by default derived from the title.{% endtrans %}
- {% trans %}Enter an administrative summary, which is displayed on the Menus page.{% endtrans %}
- {% trans %}If your site has more than one language, choose the language for the menu.{% endtrans %}
- {% trans %}Click Save. You will be on the menu editing page, ready to add links to the menu if the core Custom Menu Links module is installed; see related topics for further tasks.{% endtrans %}