> 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-desktop-features/actions/stories.md).

# Stories

#### Accessing Stories

To access the stories feature, open the **Actions Menu** and click the **Stories** button. After clicking, a new window will appear at the bottom of the screen.<br>

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

**Adding and Managing Stories**

* **Add a New Story:** Click the plus button on the right side of the stories window.
* **Rename a Story:** Click the text box next to the pencil icon and type the new name.
* **Recapture Thumbnail:** Press the camera icon.
* **Delete a Story:** Press the X button.

> **Note:** The export feature is under development.

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

**Adding and Managing Slides**

1. Click on the story's thumbnail to open a new window on the screen's right side.
2. **Add Slides:** Click the highlighted plus icon to add a slide. You may give it a title and description.
3. **Manage Slides:**

   * **Add More Slides:** Press the plus icon for additional slides.
   * **Delete a Slide:** Click the trash icon to remove the current slide.
   * **Navigate Slides:** Use the previous and next buttons to move between slides.<br>

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

**Slideshow Functions**

* **Play Slideshow:** Click the play button to loop through all slides until you stop.
* **Configure Slide Duration:** By default, each slide is 6 seconds; customize to longer if desired.
* **Full Screen:** Click the full-screen button to hide the UI; move the mouse to restore it.
* **Page counter:** There is a page counter on the bottom right, above the next button


---

# 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-desktop-features/actions/stories.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.
