--- label: 'Adding content to a book' related: - book.about - book.configuring - book.creating - book.organizing --- {% set node_add = render_var(url('node.add_page')) %} {% set config = render_var(url('help.help_topic', {'id': 'book.configuring'})) %}

{% trans %}Goal{% endtrans %}

{% trans %}Add a page to an existing book.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Content > Add content > Book page. If you have configured additional content types that can be added to books, you can substitute a different content type for Book page (see the Configuring books topic for more information).{% endtrans %}
  2. {% trans %}Enter a title for the page and some text for the body of the page.{% endtrans %}
  3. {% trans %}In the vertical tabs area, click Book Outline. Select the book you want to add the page to in the Book select list. If you want to insert this page into the book hierarchy, also select the desired parent page in the Parent item select list.{% endtrans %}
  4. {% trans %}Select the desired weight for the page in the Weight select list (pages with the same parent item are ordered from lowest to highest weight).{% endtrans %}
  5. {% trans %}Click Save to add the page to the book.{% endtrans %}