> For the complete documentation index, see [llms.txt](https://memorystring.codebyz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memorystring.codebyz.com/get-started/the-studio.md).

# The Studio

You step into the Studio.

This wasn’t built just to produce the best slideshows you’ve ever made. It was built so that working on them feels like something. The oak, the gold, the ambient light spilling from the preview panel onto the chrome around it — none of that is decoration. It’s the room you live in while you create.

Most apps treat the workspace like a factory floor. We treated it like a place you’d want to spend an evening. Because you will.

Library, Preview, Inspector, Timeline — four panes around the stage.

![The Studio: Library, Preview, Inspector, Timeline](/files/NXatTLBkhL47n4OiNt58)

| Pane          | Where  | What it is                          |
| ------------- | ------ | ----------------------------------- |
| **Library**   | Left   | Photos and videos in this project   |
| **Preview**   | Center | The movie, plus Play / scrub        |
| **Inspector** | Right  | Style, Intro, Motion, Audio, Format |
| **Timeline**  | Bottom | Photo lane + music lane             |

## Toolbar

The useful stuff sits on the right — mode, export, help, and the Inspector toggle.

![Essential / Studio, Export, Help, Inspector](/files/azk2P48Q1mcLZ3Lz3lMf)

* **Essential** / **Studio** — how many controls you see ([next page](/get-started/essential-studio.md))
* **Export** — Export Movie dialog
* **?** — MemoryString Help (**⌘/**)
* Inspector toggle — show or hide the right column (**⌥⌘I**)

Toolbar **+** (near the project name) is **Photos & Videos…**, **Music…**, and **Royalty-Free Library…**.

## Library

Photos and videos for this show. Calendar sort, captions bubble, **⋯**, and **+** sit on the header.

![Library — scroll thumbs, select a slide](/files/288t4sNV9FCURnNxZKlh)

**View → Toggle Sidebar** (**⌃⌘S**) slides the column open and closed. Drag the **vertical divider** on its right edge to widen or narrow it; the width is remembered.

More: [Library](/build-your-movie/library.md).

## Preview

The stage is the movie. Under it, the transport — Play, `current / total`, slide **N of M**, and the scrub bar.

![Preview stage and transport](/files/RGdLUdr6Yhf4NAKJZ9da)

**Space** plays. Click or drag the bar to scrub. **←** / **→** nudge.

More: [Preview](/build-your-movie/preview.md).

## Inspector

Style, Intro, Audio, and Format in **Essential**. **Studio** adds **Motion** and the deeper Customize drawers. Whatever tab you’re on, the bottom strip stays: caption (or intro text), **Generate**, **Aa**, and trim / mute / volume / remove when a video or soundtrack is selected.

![Inspector in Essential — Style, Intro, Audio, Format](/files/Z2C7lj505o8f4Vu15Ykz)

![Inspector in Studio — Style, Intro, Motion, Audio, Format](/files/p5HToztS5K2YDzeJDunx)

The Inspector toggle (**⌥⌘I**) slides the column open and closed — it does not remount the preview.

More: [Essential and Studio](/get-started/essential-studio.md).

## Timeline

Photo lane on top, music underneath. Drag the **thin seam above the Timeline** up or down to grow or shrink the filmstrip (up to about **160** points extra). That height is remembered. The zoom slider (minus / plus magnifying glass) scales the strip **live**.

![Timeline — photo lane, music, zoom](/files/KVehpSEUMDIg8WMed4A2)

![Drag the seam to grow the filmstrip; zoom slider scales the strip live](/files/Os6DyUeCDsLKxbcDy28g)

**⌘+** / **⌘-** still scale Timeline strip height (and Library cards) with UI text size; the drag adds extra height on top of that base.

More: [Timeline](/build-your-movie/timeline.md).

## Text size

Chrome, not captions. **View → Increase / Decrease / Default Text Size** (**⌘+** / **⌘-** / **⌘0**) scales app UI, **Library cards**, and **Timeline** strip height together — not slide captions.

## Walkthrough

Forgot the first-run tour? **Help → Show Walkthrough** plays it again: Bring in moments → Your Library → Shape the story → Watch it come alive → Make it yours → Share your memory → Essential or Studio.

**MemoryString → Reset All Settings…** restores app preferences only (mode, text size, chrome layout, library badges, walkthrough flag). It does **not** change the open slideshow — your photos stay put; only the chrome forgets your habits.


---

# 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://memorystring.codebyz.com/get-started/the-studio.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.
