> 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/quick-start.md).

# Quick start

Photos in, Play, Export — a finished movie in a few minutes. Prefer a guided tour? **Help → Show Walkthrough**, or [watch the demos](/get-started/readme.md#watch-a-demo).

![Empty project — drop media or use Add photos & videos](/files/5FQ6TAKw8T3TeS2Nc9h1)

## 1. Start a project

Blank stage or an old `.memorystring` — either way you’re editing a real project file.

* **File → New** (**⌘N**), or **⌘W** to clear the current document (the traffic-light close does **not** quit — reopen from the Dock).
* **File → Open…** (**⌘O**), **Open Recent**, or drop a `.memorystring` file onto the window.
* Autosave runs once a file exists. **⌘S** / **⇧⌘S** anytime. **⌘Q** prompts to save untitled work.

## 2. Import media

Fill the **Library** on the left — the cast of the movie.

1. Toolbar **+** → **Photos & Videos…**, or **File → Import Media…**
2. Or drop folders, photos, or videos onto the window.

**Photos:** `.jpg` / `.jpeg` / `.jfif`, `.png`, `.heic` / `.heif`, `.tif` / `.tiff`, `.webp`, `.bmp`, `.gif`\
**Videos:** `.mp4`, `.mov`, `.m4v`, `.avi`, `.mkv`, `.mpg` / `.mpeg`, `.m2v`

Other types are skipped.

## 3. Order the story

Drag Library thumbnails or Timeline clips until the order feels like the day you lived. The **Intro** slide stays first when it is on.

Library calendar menu: **Oldest First (Story Order)**, **Newest First**, **Import Order**, or **Shuffle**. **Edit → Sort by Date Taken** is the three date/import choices only. In Essential, a first import auto-sorts **Oldest First** when the Library was empty.

![Library calendar: Oldest First, Newest First, Import Order, Shuffle](/files/TBYTViBCDsAL1uFVkB9D)

Full detail — including Shuffle Transitions, replacing a seat, and reordering **inside** a group: [Organizing](/build-your-movie/organizing.md).

## 4. Preview

**Space** (or the toolbar Play/Pause). Click or drag the playhead to scrub. See [Preview](/build-your-movie/preview.md#playback).

## 5. Music

Soundtrack lives in Inspector → **Audio**, not the Library.

After the first photos land, **Match Look Soundtrack** (on by default) soft-seeds bundled tracks. Toolbar **+** → **Music…** or **Royalty-Free Library…**. See [Music](/build-your-movie/music.md#match-look-soundtrack).

## 6. Polish (optional)

Inspector (**⌥⌘I**) when you want more than the defaults:

* **Style** — Look, Energy, Stage, Photo Size, Captions, Customize… (Studio)
* **Intro** — opening card
* **Motion** — Studio only: Transitions Mix and multi-photo groups
* **Audio** — playlist
* **Format** — aspect / Social Safe

## 7. Export

Toolbar **Export** or **File → Export Movie…** (**⌘E**). Confirm format, resolution, quality (Compact / Share / High / Best — both modes; Studio also shows Mbps), and frame rate, then **Export**. Wait for **Creating memory…**.

You get an H.264 MP4.


---

# 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/quick-start.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.
