---
label: 'Placing a block'
related:
- block.overview
- block.configure
---
{% set layout_url = render_var(url('block.admin_display')) %}
{% set configure = render_var(url('help.help_topic', {'id': 'block.configure'})) %}
{% trans %}Goal{% endtrans %}
{% trans %}Place a block into a theme's region. {% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > Block layout.{% endtrans %}
- {% trans %}Click the name of the theme that you want to place the block in.{% endtrans %}
- {% trans %}Optionally, click Demonstrate block regions to see the regions of the theme.{% endtrans %}
- {% trans %}Find the region where you want the block, and click Place block in that region. A modal dialog will pop up.{% endtrans %}
- {% trans %}Find the block you want to place and click Place block. A Configure block modal dialog will pop up.{% endtrans %}
- {% trans %}Configure the block and click Save block; see Configuring a previously-placed block for configuration details.{% endtrans %}