---
label: 'Creating a new view'
related:
- views.overview
- views_ui.edit
- views_ui.add_display
---
{% set views_link_text %}{% trans %}Views{% endtrans %}{% endset %}
{% set views_link = render_var(help_route_link(views_link_text, 'entity.view.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Create a new view to list content or other items on your site.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > {{ views_link }}.{% endtrans %}
- {% trans %}Click Add view.{% endtrans %}
- {% trans %}In the View name field, enter a name for the view, which is how it will be listed in the administrative interface.{% endtrans %}
- {% trans %}In View settings > Show, select the base data type to display in your view. This cannot be changed later.{% endtrans %}
- {% trans %}Optionally, select or enter filtering, sorting, and page/block display settings; these can be added or changed later.{% endtrans %}
- {% trans %}Click Save and edit. Your view will be created; edit it following the steps in the related topics below.{% endtrans %}