> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/administrator-tasks/custom-item-templates/creating-and-editing-custom-item-templates/creating-and-editing-item-template-sub-pages.md).

# Creating and editing item template sub-pages

{% hint style="info" %}
Sub-pages can only be created and edited by a Registry Administrator
{% endhint %}

Once a custom item template has been created, Registry Administrators can add sub-pages to them. Sub-pages will appear alongside the default and templated view modes for a templated metadata item, and can each be customised individually of their parent item template.

### How to create or edit a sub-page

1. Select 'Administrator tools' from the dashboard side panel.

<figure><img src="/files/sL8uYotgngNxN7hvNOmK" alt=""><figcaption></figcaption></figure>

2. Select 'Manage Metadata Item Templates'.

<figure><img src="/files/4jICDlEgqlb7jY3yhbII" alt=""><figcaption></figcaption></figure>

3. Select 'Edit' from the row of the template you wish to add a sub-page to.

<figure><img src="/files/Dv2KSKuwhsg5h4f0k78a" alt=""><figcaption></figcaption></figure>

4. Navigate to the 'View Template Sub-Pages' section of the item template editor, then select 'Create New Sub-Page'.

<figure><img src="/files/jql7LKO4a0uZxbzTTSVO" alt=""><figcaption></figcaption></figure>

5. Populate the following fields:
   * Name: The sub-page's title, which will appear alongside templated items' default and templated view options
   * Slug: The sub-page's URL slug. This will appear at the end of the sub-page's URL when it is being viewed
   * Sub-Page Description: A description of the sub-page to provide context to Administrators.

<figure><img src="/files/9B1JpIlH75urRTSnJwh8" alt=""><figcaption></figcaption></figure>

**Note:** A sub-page's description is for the context of Admins/editors only, and will not appear as a field of the sub-page itself.

6. Select the visibility permission of the sub-page:
   * 'Authenticated User': All logged in users of the registry will be able to see the sub-page
   * 'Public User': All users of the registry will be able to see the sub-page regardless of login status
   * 'Stewardship Organisation': Only members of the same Stewardship Organisation that the item the sub-page is attached to is a part of will be able to see the sub-page
   * 'Workgroup': Only members of the same workgroup that the item the sub-page is attached to is a part of will be able to see the sub-page
   * 'Registry Administrator': Only Registry Administrators will be able to see the sub-page.

<figure><img src="/files/FgDvfNlkQipzeBF5o2a7" alt=""><figcaption></figcaption></figure>

**Note:** Setting individual sub-page visibility can be used to add a Stewardship Organisation or workgroup restricted viewing mode to items that are otherwise endorsed to the public. When used this way, an item's main page will be visible to the public, but members of the relevant Stewardship Organisation or workgroup will be able to access the restricted sub-page.

7. **If you want the sub-page to include the templated item's infobox,** tick the 'Include Infobox' checkbox. **If you do not want the sub-page to include the templated item's infobox**, untick the 'Include Infobox' checkbox.

<figure><img src="/files/BScAT4tMwcKH3qr4M9Ha" alt=""><figcaption></figcaption></figure>

8. Select the '+' symbol in the 'Container' field to add containers, fields, widgets or custom HTML to the sub-page. **See steps 11 and 12 of**  [**Creating and editing custom item templates**](/administrator-tasks/custom-item-templates/creating-and-editing-custom-item-templates.md#how-to-create-or-edit-a-custom-item-template) for further guidance on container, field, widget and custom HTML configuration.

<figure><img src="/files/M3e8pW0H7MwbbBsKYNft" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aristotlemetadata.com/administrator-tasks/custom-item-templates/creating-and-editing-custom-item-templates/creating-and-editing-item-template-sub-pages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
