# Document Blueprints

{% hint style="info" %}
Document Blueprints were previously called Content Templates.
{% endhint %}

## Document Blueprints Overview

A Document Blueprint allows editors to preconfigure a content node. It serves as a reusable starting point when creating new content.

### Method 1 – Create a Document Blueprint from the Content Section

{% hint style="warning" %}
Before using this method, make sure you have already [created some content](/umbraco-cms/18.latest/model-your-content/content-types-and-structure/data/defining-content.md#3-creating-the-content).
{% endhint %}

1. Go to the **Content** section and select an existing content node.

![Content-Menu](/files/ZvL8f2Wg58NYehfYF6oU)

2. Click the **...** menu next to the node and choose **Create Document Blueprint**.

![Action Button](/files/dw4ND3bd3xE06qtsOniD)

3. Enter a **Name** for the new blueprint.

![Document Blueprint Name Field](/files/PCxRicszyUqWrCDZ634K)

4. Click **Save**.

The new blueprint will appear under the **Document Blueprints** folder in the **Settings** section.

![New Document Blueprint](/files/Y8VN3jaCAZW0drUrMQIk)

{% hint style="info" %}
If you don’t see the new blueprint, try refreshing your browser.
{% endhint %}

### Method 2 – Create a Document Blueprint from the Settings Section

1. Go to the **Settings** section.
2. Click the **...** menu next to the **Document Blueprints** tree.
3. Select **Create...**.

![Create Document Blueprint](/files/TJ4fVNF5l1NEROFj8Aav)

4. Choose the Document Type you want to base the blueprint on.

![Select Content Type](/files/FxYtf3SrJVPOeQpFqf7y)

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

5. Enter a **Name** for the blueprint.
6. Click **Save**.

The new blueprint will appear under the **Document Blueprints** folder in the **Settings** section.

### Edit a Document Blueprint

To edit an existing document blueprint, follow these steps:

1. Go to the **Settings** section.
2. Open the **Document Blueprints** folder.
3. Select the blueprint you want to edit.
4. Make your changes.
5. Click **Save**.

![Edit Document Blueprint](/files/ELR1cZE7ml3cI5AdfSe7)

### Use a Document Blueprint

Once you have created a document blueprint, you can use it to create new content nodes.

To use a document blueprint, follow these steps:

1. Go to the **Content** section.
2. Click the **...** menu next to the root node and select **Create**.

![Create From Template](/files/2iSQLjWS7MyifIMSPJIv)

3. Select the **Document Type** that has an associated blueprint.

![Select the Document Type](/files/as6Xaxkowl6ZdFBaoZqh)

4. Choose how to create the new content:
   * Use the Document Blueprint
   * Start with a blank node

![Select Template](/files/Fc9Hf0zUvavcoPNUFeaf)


---

# 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/18.latest/model-your-content/content-types-and-structure/backoffice/document-blueprints.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.
