> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cineflow.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Build and manage your production shot list in CineFlow

> Plan every shot of your production with CineFlow's shot list tools, create scenes, organise shots, generate storyboards, and export to PDF.

The shot list is where your production takes visual shape. CineFlow gives you a scene-and-shot hierarchy, drag-and-drop reordering, AI storyboard generation, a live link to your script, and one-click PDF export, everything your crew needs to walk on set prepared.

## Creating scenes and shots

Your shot list is organised into **scenes**, each containing one or more **shots**.

<Steps>
  <Step title="Open the Shot List">
    Navigate to your project and select **Shot List** from the sidebar. CineFlow automatically creates a version if none exists yet.
  </Step>

  <Step title="Add a scene">
    Click **New Scene** in the toolbar, or press `Alt+Shift+A`. Give the scene a name that matches your script (for example, *EXT. ROOFTOP – DAY*).
  </Step>

  <Step title="Add a shot">
    With a scene selected, click **New Shot** or press `Alt+Shift+T`. A new shot row appears inside the scene.
  </Step>

  <Step title="Fill in shot details">
    Click any field in the shot row to edit it inline. See the full list of fields below.
  </Step>
</Steps>

### Shot fields

Each shot supports the following fields:

| Field               | Description                                                                        |
| ------------------- | ---------------------------------------------------------------------------------- |
| **Shot number**     | A short identifier such as `1A` or `42`.                                           |
| **Description**     | A brief note on what the shot captures.                                            |
| **Shot type**       | Wide, Medium, Close-Up, ECU, OTS, POV, Insert, Two-Shot, Establishing, and others. |
| **Status**          | Track whether a shot is planned, approved, or completed.                           |
| **Lens**            | Focal length or lens name (for example, `35mm` or `85mm`).                         |
| **Camera angle**    | Eye-level, low angle, high angle, bird's eye, Dutch, and others.                   |
| **Camera movement** | Static, pan, tilt, dolly, handheld, crane, Steadicam, and others.                  |
| **Cast members**    | Tag the cast appearing in the shot, pulls from your project's People page.         |
| **Duration**        | Estimated screen time for the shot.                                                |
| **Notes**           | Any additional on-set instructions or reminders.                                   |

<Tip>
  You can add custom columns to your shot list for any data your production needs. Use the **Columns** menu in the toolbar to toggle built-in fields on and off, or to create a custom field.
</Tip>

## Reordering shots with drag-and-drop

Reorganise shots within a scene, or move shots between scenes, by dragging the grab handle on the left side of any shot row. Release the shot in its new position and CineFlow saves the order automatically.

<Tip>
  Reordering scenes works the same way, drag the scene header to change the sequence of scenes across your shot list.
</Tip>

## Linking shots to script scenes

When you have a script in CineFlow, you can link each shot list scene to the corresponding scene in your script. This keeps your creative and planning documents in sync.

<Steps>
  <Step title="Open the script dock">
    Press `Alt+\` to toggle the script dock on the right side of the shot list editor. The dock displays your script so you can reference it while building shots.
  </Step>

  <Step title="Link a scene">
    On any shot list scene header, click the **Link to script scene** button (the chain icon). Select the matching scene from the dropdown. The link shows the scene number pulled from your script.
  </Step>
</Steps>

<Note>
  Linking a scene does not lock any content, you can still edit shot descriptions freely. The link is a reference only.
</Note>

## Scheduling shots to shoot days

Each shot can be assigned to a specific shoot day, letting you plan your production schedule directly inside the shot list. Open the shoot day panel from the toolbar and drag shots to the appropriate day, or use the inline shoot day selector on each shot row. CineFlow keeps shoot day assignments in sync with your callsheets.

## AI storyboard generation

CineFlow can generate a storyboard image for any shot using AI. Select a shot, open its detail panel, and click **Generate storyboard**. The AI reads the shot's description, lens, and angle fields to produce a cinematic sketch in 16:9, clean black-and-white, film production style.

<Note>
  Storyboard generation requires an internet connection. Generated images are stored in your project's cloud storage and count toward your plan's storage quota.
</Note>

## Versioning your shot list

CineFlow maintains a version history so you can track changes over time and roll back if needed.

<AccordionGroup>
  <Accordion title="Viewing versions">
    Open the **Versions** panel from the toolbar. Each version shows the date it was created. Click any version to preview it.
  </Accordion>

  <Accordion title="Creating a new version">
    Click **Save version** in the toolbar to snapshot your current shot list. You can add a label to describe what changed.
  </Accordion>

  <Accordion title="Restoring a version">
    In the Versions panel, select the version you want and click **Restore**. Your current shot list is replaced with that snapshot.
  </Accordion>
</AccordionGroup>

## Exporting the shot list as PDF

To produce a print-ready shot list for your crew, click **Export PDF** in the toolbar or press `Alt+Shift+S`. Choose your layout options in the export dialog, then click **Download**.

<Note>
  PDF exports count against your plan's monthly export limit. Free plans include 10 exports per month; Solo plans include 100. Team and Pro plans have unlimited PDF exports.
</Note>

## Sharing the shot list

Generate a read-only view of your shot list that anyone can open. No CineFlow account required.

<Steps>
  <Step title="Open the share dialog">
    Click **Share** in the toolbar.
  </Step>

  <Step title="Generate a link">
    Click **Create link**. CineFlow generates a unique, shareable URL.
  </Step>

  <Step title="Configure what the link shows">
    Optionally filter the shared view by specific scenes, shoot days, or custom fields. Each link can be labelled (for example, "Director cut" or "Client review") so you know who it was created for.
  </Step>

  <Step title="Copy and send">
    Copy the link and share it. Anyone with the link can view the shot list without logging in.
  </Step>

  <Step title="Revoke access">
    Return to the share dialog and toggle the link off, or delete it entirely, to deactivate it at any time.
  </Step>
</Steps>

## Keyboard shortcuts

| Action             | Shortcut      |
| ------------------ | ------------- |
| New scene          | `Alt+Shift+A` |
| New shot           | `Alt+Shift+T` |
| Export PDF         | `Alt+Shift+S` |
| Toggle script dock | `Alt+\`       |
