> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/setka-post-editor/templates.md).

# Post templates

## Post Templates

Save your post as a template for future use. Post templates could save you time if you are regularly creating content with similar structure and design elements. Like components, post templates save time when creating new content.

## How do Templates work?

When you save a post as a Template, you save its layout, structure, content, and style elements.

When creating a new post, you can create choose from saved templates. Your style and layout grid will automatically update after you have selected a template.

Depending on the chosen template, you may only need to change the content to complete the post.

## How to save a post as a template?

To save your post as a template, switch to the **Post** tab on the Upper Contextual Toolbar and click **Save as template** under the **Templates** section. Once it's named and saved, you can use this template when creating new posts in the same style.

{% embed url="<https://drive.google.com/file/d/1-f24FyqGR53imDjE1Ejjib8DDK8iPETd/view?usp=sharing>" %}
Video showing how to save a post as a template.
{% endembed %}

## How to apply a Template?

When you create a new post, you will be prompted to select a template. The options displayed will consist of your previously saved templates or a blank post. To change the template, open the **Post** tab and click **Show templates** under the **Templates** section.

{% hint style="danger" %}
Please note that if you decide to switch to a different template while creating content in another template, you will lose the content (unfortunately, you will have to start over).
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1-e-AmXU_CO-WaHk5Uj2RW8hKsDXGMf1a/view?usp=sharing>" %}
Video showing how to apply a post template.
{% endembed %}

## Why do Templates contain placeholders instead of original images?

You can't currently save images as a part of a template. We've designed post templates to help users reproduce post/page layouts faster. Because using the same pictures in different posts is rarely required, at this point, we think it's not something many users need. When you save a template, Setka substitutes all the images with placeholders to keep your post structure intact.

## Edit/Delete Templates in Content Design System Manager (CDSM)

You can see and edit your post template HTML-code in [Content Design System Manager](/help-center/content-design-system-manager.md). To do that, please open the **Style** where this template belongs to in the Content Design System Manager. Then click the **Templates** tab on the left side of the screen. Here you can rename or delete the template and edit its code.


---

# 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://setka.gitbook.io/help-center/setka-post-editor/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.
