--- label: 'Installing a module' related: - core.extending - system.module_uninstall --- {% set extend_url = render_var(url('system.modules_list')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Install a core module, or a contributed module that has already been downloaded.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Extend.{% endtrans %}
  2. {% trans %}Enter a word from the module name or description into the filter box, to make the list of modules smaller. Locate the module you want to install.{% endtrans %}
  3. {% trans %}Check the box next to the name of the module you want to install; you can also check more than one box to install multiple modules at the same time. If the checkbox is disabled for the module you are trying to install, expand the information to see why -- you may need to download an additional module that your module requires.{% endtrans %}
  4. {% trans %}Click Install at the bottom of the page. If you chose to install a module with dependencies that were not already installed, or if you chose an Experimental module, confirm your choice on the next page.{% endtrans %}
  5. {% trans %}Wait for the module (or modules) to be installed. You should be returned to the Extend page with a message saying the module or modules were installed.{% endtrans %}