---
label: 'Creating a custom block'
related:
- block.overview
- block.configure
- block.place
- block_content.type
---
{% set content_url = render_var(url('entity.block_content.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Create a custom block, which can later be placed on the site.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > Block layout > Custom block library.{% endtrans %}
- {% trans %}Click Add custom block. If you have more than one custom block type defined on your site, click the name of the type you want to create.{% endtrans %}
- {% trans %}Enter a description of your block (to be shown to administrators) and the body text for your block.{% endtrans %}
- {% trans %}Click Save.{% endtrans %}