> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/templates/how-to-create-a-template.md).

# How to create a template

## How to create a template

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

Create a new story template

Create a new Section template

Create a new Component template

Editing or Removing templates

There are over 1400 templates available to use in the template gallery. But, if you want re-use content that's customized to the style or theme of your site, you can create your own template.

Creating templates can help save you time and effort when building future pages. With text style, page design and responsive layouts saved, templates make it easy to quickly iterate and publish content to your site.

You can save a whole story as a Story Template , just one grid as a Section Template or a single element like a button or product card as a Component Template .

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

### How to create a new Story Template

To create a new story template, open the story you want to save as a template and click on the settings icon on the top right of the editor. Then select the Save As Template option.

A panel on the left side of the editor will appear. Name your story template and select the appropriate category or categories. (A default list of available categories will appear in the dropdown menu.)

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

{% hint style="info" %}
Note: "Story" will be pre-selected as your template type.
{% endhint %}


---

# 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://docs.maker.co/maker-pages/templates/how-to-create-a-template.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.
