# Scenes

Scenes are what FirstStage works with. A scene has a base stage on which things are placed. A number of stages are provided with FirstStage but more can imported for use in your projects. Examples of such stages include the Empty Stage (as its name suggests, a blank sheet for doing what you want) or the Theatre stage (a model of the Linz ToG theatre) or the Office and Police Station.

### Creating a Scene <a href="#j65e2dkcypel" id="j65e2dkcypel"></a>

Click on the Create button to create a new Scene. A dialog panel will pop up inviting you to give the scene a name and to select the stage it will use.

Click the green tick to complete the creation of the scene. (Or click the red cross to cancel.) The stage will then be loaded and the new scene will be ready to work on.

### Selecting a Scene <a href="#id-9t8ddmg0hmvu" id="id-9t8ddmg0hmvu"></a>

<figure><img src="https://1095963721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQno31QdXfJtjsHidUaHi%2Fuploads%2FJybaWC0H0DQb0sTykq4w%2Fimage.png?alt=media&#x26;token=71ed63fa-936d-4249-8178-7fc02034c019" alt=""><figcaption></figcaption></figure>

Click on a Scene in the list to select it. From the right hand panel, you can:

* Enter the Scene to work on it.
* Copy the Scene
* Delete the Scene

### Scene Comments <a href="#vlikjvf16g4z" id="vlikjvf16g4z"></a>

While working on a Scene, you and your colleagues can record comments including:

* Voice memos (with transcript via dictation)
* Camera snaphots
* Scribble

These comments are shown in a panel for the selected scene in a “chat” fashion with each comment showing the timestamp and contributor’s name as well as the content.


---

# Agent Instructions: 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:

```
GET https://docs.moviestorm.co.uk/firststage/basics/scenes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
