> 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/media-and-content/how-do-i-open-another-maker-story-in-a-modal.md).

# How do I open another Maker Story in a Modal

{% stepper %}
{% step %}

### Select the element that should be linked to the modal story

<figure><img src="/files/JdCIJCxjJxbmBPDiopk0" alt="How do I open another Maker Story in a Modal — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Add link" from the element contextual panel on the right:

<figure><img src="/files/R8MwkfFXmjQbkw5cIPHW" alt="How do I open another Maker Story in a Modal — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click ''Open Story in Modal''

<figure><img src="/files/s9fcjNjPGrjkci49fYFO" alt="How do I open another Maker Story in a Modal — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Then Click "Select story"

<figure><img src="/files/HHZnG7qfiLvDRkuJec5r" alt="How do I open another Maker Story in a Modal — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### After the story has been selected proceed on defining the Width and Height for it for the desktop breakpoint. Maker automatically scales the modal on other device sizes.

<figure><img src="/files/z2RGYwFAxsM4pYE18VpL" alt="How do I open another Maker Story in a Modal — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click 'Add Link' to save all changes:

<figure><img src="/files/G4vBL2vOzPgH3Kiul5f9" alt="How do I open another Maker Story in a Modal — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Heads Up! When picking a story, only published stories can be picked and not ones that are in a draft state.

{% 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/media-and-content/how-do-i-open-another-maker-story-in-a-modal.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.
