---
label: 'Changing the outline of a book'
related:
- book.about
- book.adding
- book.creating
- book.configuring
---
{% set overview_link_text %}{% trans %}Books{% endtrans %}{% endset %}
{% set overview_link = render_var(help_route_link(overview_link_text, 'book.admin')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Change the order and titles of pages within a book.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > {{ overview_link }}.{% endtrans %}
- {% trans %}Click Edit order and titles for the book you would like to change.{% endtrans %}
- {% trans %}Drag the book pages to the desired order.{% endtrans %}
- {% trans %}If desired, enter new text for one or more of the page titles within the book.{% endtrans %}
- {% trans %}Click Save book pages.{% endtrans %}