1---
2label: 'Configuring books'
3related:
4  - book.about
5  - book.adding
6  - book.creating
7  - book.organizing
8---
9{% set settings = render_var(url('book.settings')) %}
10<h2>{% trans %}Goal{% endtrans %}</h2>
11<p>{% trans %}Configure settings related to books.{% endtrans %}</p>
12<h2>{% trans %}Steps{% endtrans %}</h2>
13<ol>
14  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>Books</em> &gt; <a href="{{ settings }}"><em>Settings</em></a>.{% endtrans %}</li>
15  <li>{% trans %}Check all of the content types that you would like to use as book pages in the <em>Content types allowed in book outlines</em> field.{% endtrans %}</li>
16  <li>{% trans %}In the <em>Content type for the Add child page link</em> field, select the content type that will be created from the <em>Add child page</em> link on a book page.{% endtrans %}</li>
17  <li>{% trans %}Click <em>Save configuration</em>.{% endtrans %}</li>
18</ol>
19