--- 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 %}

  1. {% trans %}In the Manage administration menu, navigate Structure > {{ structure_menu_link }}.{% endtrans %}
  2. {% trans %}Click Add menu.{% endtrans %}
  3. {% 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 %}
  4. {% trans %}Enter an administrative summary, which is displayed on the Menus page.{% endtrans %}
  5. {% trans %}If your site has more than one language, choose the language for the menu.{% endtrans %}
  6. {% 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 %}