# Content Templates

Content Templates allows a content editor to create a blueprint for new content nodes based on an existing node.

{% embed url="<https://youtu.be/tz7dRStOo2Y>" %}
Learn how to use the Content Templates in Umbraco
{% endembed %}

## Create - Method 1

{% hint style="warning" %}
Before following this method you should have some [content](https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/backoffice/pages/mNHDt7emQC9YuH3bSJtd#3.-creating-the-content) created beforehand.
{% endhint %}

Select a **Content node** from the **Content** menu:

![Content Menu](/files/YNaLUIhkU0dC8ao8Leki)

Right-click the Content node and select the **Create Content Template** option. Alternatively, select the **Actions** dropdown of the content node and select the **Create Content Template** option:

![Actions Button](/files/VksJ23DUSZDN0PgznU1Z)

Give your content template a **Name**:

![Content Template Name Field](/files/LEU3Y8XSXDn24XxK0Ncv)

Click the **Create** button and if the creation was successful, you will see a success notification:

![Create Button](/files/jMHzauTYycuurWEKVpNt)

The new content template will be created in **Content Templates** node of the **Settings** tree:

![New Content Template](/files/F41Xm1175mj0Fy0DddSz)

{% hint style="info" %}
Refresh your browser, if you do not see the new content template in the **Content Templates** folder.
{% endhint %}

## Create - Method 2

Click on the **Settings** menu:

![Settings Menu](/files/2txGpPEoAfWLNJoO9jkH)

Right-click on the **Content Templates** tree and select the **Create** menu item:

![Create Content Template](/files/X1k5dEqmT2ysQjLOn5nn)

Select the Document Type you want to create a content template for:

![Select Content Type](/files/4ihoWKhUJ0pdw1hlluPv)

{% hint style="warning" %}
You can create content templates only from **Document Types** or **Document Types with Templates**
{% endhint %}

Give your content template a **Name** and click the **Save** button:

![Content Template Name Field](/files/EWz5Z4HndYDQ96sktjuR)

The new content template will be created in **Content Templates** folder of the **Settings** tree:

![New Content Template](/files/zhygAmtPDm10SLVxn21K)

## Edit

To edit an existing content template, select a content template from the **Content Templates** folder of the **Settings** tree. When you have finished editing click the **Save** button:

![Edit Content Template](/files/zOJ8b8PhPQZiRPPEMbtJ)

## Use

Once you have created a content template, you can use the template to create new content nodes. To use a content template, right-click the **Content** tree and select **Create**:

![Create From Template](/files/GVrLIH96oypiBuFUUC4t)

When you click on a Document Type that has a content template you will see two options:

* Create a new node based on a content template
* Create a blank one

![Select Template](/files/zM8LlB6yjG5Cdh6rhsDp)


---

# Agent Instructions: 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://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/backoffice/content-templates.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.
