--- label: 'Creating a content item' related: - node.overview - node.creating_type - path.creating_alias --- {% set content_link_text %} {% trans %}Content{% endtrans %} {% endset %} {% set content_link = render_var(help_route_link(content_link_text, 'system.admin_content')) %} {% set content_permissions_link_text %} {% trans %}Access the Content overview page{% endtrans %} {% endset %} {% set content_permissions_link = render_var(help_route_link(content_permissions_link_text, 'user.admin_permissions.module', {'modules': 'node'})) %} {% set content_overview_topic = render_var(help_topic_link('node.overview')) %}
{% trans %}Create and publish a content item. See {{ content_overview_topic }} for more about content types and content items.{% endtrans %}
{% trans %}Users with the {{ content_permissions_link }} permission can visit the Content page as described in this topic. Each content type has its own create permissions. For example, to create content of type Article, a user would need the Article: Create new content permission. In addition, users with the Bypass content access control or Administer content permission can create content items of all types. Some contributed modules change the permission structure for creating content.{% endtrans %}