> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/asset-library/story-builder-story-mode.md).

# Story Builder / Story Mode

The Story Builder lets you collect your saved bookmarks and videos into an ordered narrative that you can share with anyone through a single link. Whoever&#x20;opens that link is guided through your scene one view at a time, so you can walk a client or colleague through a site exactly the way you want them to&#x20;see it.

### Features

* Pull together bookmarks and videos you have already created into one story.
* Arrange the slides into any order by dragging them into place.
* Give every slide its own name and description for context.
* Mix still camera views from bookmarks with moving camera videos in the same story.
* Share the finished story as a public link that is copied to your clipboard automatically.
* Let viewers step through the story with simple next and previous controls.

### Opening the Story Builder

The Story Builder lives inside the Bookmarks panel, so you reach it in two steps from the top toolbar. Before you start, make sure you have captured at&#x20;least one bookmark or created at least one video, since a story is built entirely from those pieces.

1. Click the "Bookmarks" button in the top toolbar to open the Bookmarks panel at the bottom of the viewer.

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

2. Click the "Story" button in the panel header to open the Story Builder on the right side of the viewer.

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

### Naming Your Story

Type a name into the Story Title field near the top of the panel. This title is shown to anyone who opens your story, and it appears on the share button&#x20;they see when the story first loads, so give it something that describes the site or the walkthrough.

\*If the list is empty, you have not created any bookmarks or videos yet. Capture a bookmark or build a video first, then return to the Story Builder.

### Arranging and Editing Your Slides

Every item you add drops into the Selected Slides section lower down the panel, numbered in the order it will play. Drag the grip handle on the left side&#x20;of a slide to move it up or down and change the order. Type into the name field at the top of each slide to label it, and type into the description box&#x20;below to add a sentence of context that your viewer will read on that slide. Click the trash icon on the right side of a slide to remove it from the&#x20;story.

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

### Creating and Sharing the Story

When your slides are titled and in the right order, click the green "Create & Share" button at the bottom of the panel. The button stays disabled until&#x20;you have entered a story title and added at least one slide. The viewer saves your story as a public scene and copies the share link to your clipboard, and a message confirms when it is ready. Paste that link into an email or message to send the story to anyone.

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

### Viewing a Shared Story

When someone opens your link, the scene loads and your story appears as a small button in the bottom right corner showing the story title. Clicking it&#x20;opens the story panel in the same corner, with the current slide name and description at the top, Previous and Next arrows to move through the slides, and&#x20;a thumbnail strip showing every view in order with the current one marked.

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


---

# 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.aeroai.io/siega-web-features/asset-library/story-builder-story-mode.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.
