> 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-metadata-items-using-custom-item-templates.md).

# Creating metadata items using custom item templates

When a custom item template's 'Status' is saved as 'Active', it can be used to create templated metadata items of the type specified by the template's 'Base Metadata Type' field.

### How to create metadata items using custom item templates

1. Select 'Create Metadata' from the dashboard side panel, or 'See all' from the creation shortcut in the registry header.

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

2. Select 'Create' from the custom item template you wish to use

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

3. Populate the fields included in the item template, then select 'Create item' once satisfied. The item will be created in the format specified by the selected custom item template.

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

**Note:** The screenshot above represents an **example** custom item template's populatable fields only. These could differ template to template.

4. Once created, a templated item's views can be toggled via the links at the top of its item tab.

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

**Note:** Users can also switch between the templated and default item views (but **not** sub-pages) by selecting the 'Actions' dropdown, then 'Show default item view' or 'Show \[*template name*]' accordingly (below).

<figure><img src="/files/3oVSh1hsARQeGCBrKTAj" 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, and the optional `goal` query parameter:

```
GET https://help.aristotlemetadata.com/administrator-tasks/custom-item-templates/creating-metadata-items-using-custom-item-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
