> 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-do-i-add-a-template.md).

# How do I add a template

{% stepper %}
{% step %}

### Click on "New Story" and select the team you are creating the new story in from the dropdown

<figure><img src="/files/vgiRPpxG23p8bAsDfZvk" alt="How do I add a template — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Switch to tab "Maker"

{% endstep %}

{% step %}

### Click "Maker Templates" or templates saved by your team

<figure><img src="/files/skCeSQeOTOl4ENgsek9x" alt="How do I add a template — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Browse templates by "Stories"

<figure><img src="/files/ixwTtL7rFLqHK3Vl5quq" alt="How do I add a template — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Or, browse them by individual sections you wish to use

<figure><img src="/files/d2lSNn2DKIjMJlQmyfGt" alt="How do I add a template — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "Use template" once you've selected the template to use

<figure><img src="/files/XSygRbV4t6ETUBceVfmG" alt="How do I add a template — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alternatively, click on the tab "TEMPLATES" on the left side panel

<figure><img src="/files/9YD3GOZlDJYNqVFLZ0cy" alt="How do I add a template — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the options- All, Stories, Sections or Components to see the available template options under each category

<figure><img src="/files/BDc3IIHIYwdCr6dlN3bw" alt="How do I add a template — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### To browse only Maker templates, click on the option "Maker Templates" under any category

<figure><img src="/files/sbd3JrLyB5LDalyHPBZL" alt="How do I add a template — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the template and click on "Add"

<figure><img src="/files/NjoDY4bdJgcqwdVY30Gy" alt="How do I add a template — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the "Drop Zone" to insert the template

<figure><img src="/files/L4Z49Tn5fiNT54FoTX9f" alt="How do I add a template — step 11"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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-do-i-add-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.
