> 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/get-started/how-do-i-create-a-new-maker-story.md).

# How do I create a new Maker story

{% stepper %}
{% step %}

### Click "NEW STORY" on the right corner of Stories Manager and select the team you will be publishing the story under.

<figure><img src="/files/ZJGYxnH47wnUU7h6nrOG" alt="How do I create a new Maker story — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You will see the "Welcome Screen" with multiple options as the starting point of a new story- Templates, Import design, and blank story.

<figure><img src="/files/CtuWRkx7dnOrdXmO3Za2" alt="How do I create a new Maker story — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Maker Templates" to browse various templates. You can pick a Maker template or one that your team has saved. In addition, templates are further categorized as Stories that are full landing pages or just one section.

<figure><img src="/files/Y9JKGjlBLBFReTmDjrxw" alt="How do I create a new Maker story — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Import Design" if you are importing a Figma, Sketch, or Photoshop file. Please refer to the detailed support docs on how to structure these files for Maker conversion.

<figure><img src="/files/7cotuwk3eojMznUVmbBB" alt="How do I create a new Maker story — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on "Blank Story" if you want to start creating the design from scratch.

<figure><img src="/files/QiqMywwlfqf87QjSHwQB" alt="How do I create a new Maker story — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alternatively, in the Stories Manager, click on "MORE"

<figure><img src="/files/6f8e3AGsuqZQfE0g5kOe" alt="How do I create a new Maker story — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select "Duplicate Story" to duplicate an existing story.

<figure><img src="/files/0cKFSPpV7wT0aPwHIoYn" alt="How do I create a new Maker story — step 7"><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/get-started/how-do-i-create-a-new-maker-story.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.
