# Projects

Projects are the top level organisation in FirstStage.

All of your projects are shown on the Projects panel in the Office. You can have multiple projects and each project can have a different set of collaborators.

Projects also own imported assets: an asset imported from Unity, or saved from within FirstStage must be assigned to one of your projects.

## Creating a Project <a href="#id-5xg9fgr8yjfq" id="id-5xg9fgr8yjfq"></a>

When you first enter the Office, you will probably have no projects (unless you have been invited into one by someone else).

To create a new Project, press the Create button. A dialog panel will pop up inviting you to give it a name. In VR, you can type out the name with the virtual keyboard and the mallets at the end of your controllers. On the desktop you can use the normal keyboard.

Click the green tick to complete the creation of the Project. (And click the red cross if you want to bail on creating a project.)

<figure><img src="/files/88VtScmbj0WQ8PgQkfwi" alt=""><figcaption></figcaption></figure>

## Selecting a Project <a href="#rfawbxbtx1jf" id="rfawbxbtx1jf"></a>

To select a project, simply click on the Project name and the Project will open showing a list of the Scenes in the Project in the left hand column. The currently selected Scene is in the right hand column.

<figure><img src="/files/nbvihaUDGVTHJ8SngLEW" alt=""><figcaption></figcaption></figure>


---

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