> 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/essential-studio.md).

# Essential and Studio

Two depths of the same desk. The toolbar segmented control switches **Essential** and **Studio** — same project file; Studio simply opens more drawers.

![Essential selected on the toolbar](/files/TtEowsKzjzBsfQToHxUM)

![Studio selected on the toolbar](/files/FQySq8WYGTxraOXf3Kyb)

**View → Switch to Studio Mode** / **Switch to Essential Mode** does the same.

## Inspector tabs

Essential keeps the everyday tabs — **Style, Intro, Audio, Format**. Studio adds the motion lab: **Motion**.

![Essential inspector tabs](/files/xySjb3tJZcvN6s578LQo)

![Studio inspector tabs](/files/MEQqku1gMCFMreDhiCkk)

![Essential Style inspector](/files/vPNOQg9TWpYU2YccmhZh)

## What changes

What Essential hides, and what Studio unlocks.

|                                                            | Essential                                                 | Studio                                                                         |
| ---------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Inspector tabs                                             | Style, Intro, Audio, Format                               | those plus **Motion**                                                          |
| Style → **Customize…**                                     | Hidden                                                    | Plate, Ambience, Lens Effects, Film, Atmosphere & Decals                       |
| Captions                                                   | Type in the clip bar; bulk Auto Caption / Clear           | plus **Type & Placement** (font, color, size, align, motion, placement, shade) |
| Intro background                                           | Choose / remove a still                                   | plus Dim, Start zoom, Slow Zoom, Soften, Color / Grayscale                     |
| Intro **Text** (font, color, size, align, outline, shadow) | Hidden — type in the title field                          | Shown                                                                          |
| Intro Card & Motion                                        | —                                                         | Frame, Motion, Lens, Decoration                                                |
| Smooth play                                                | Warms automatically on **Play**; **Stop** while warming   | **Auto-warm on Play**, **Warm Now**, **Stop**                                  |
| Per-slide **Lens Effect** (right-click)                    | Hidden                                                    | Timeline / Library / intro                                                     |
| Export **Quality**                                         | Compact / Share / High / Best (slider; default **Share**) | same slider, plus target Mbps                                                  |

Looks, Energy, Stage, Photo Size, Format, music, import, and export still work in Essential. Not a lesser app — a quieter one.

**Essential import:** if the Library was empty or already **Oldest First**, new stills auto-sort **Oldest First (Story Order)**. Studio does not. **⌘Z** undoes it.

{% hint style="info" %}
**MemoryString → Reset All Settings…** restores app preferences only (mode, text size, chrome layout, library badges, walkthrough flag). It does **not** change the open slideshow.
{% endhint %}


---

# 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/essential-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.
