# Getting Started

You will need:

* A VR capable PC: the more powerful, the better for complex scenes!
* A VR headset and controllers: any SteamVR capable headset such as Vive, Index or Oculus Rift, but also Oculus Quest 2/3/Pro

These are the steps you neeed to get going with FirstStage:

## Register for a FirstStage user account

You will need a user account to start FirstStage. Go here to sign up:

{% embed url="<https://firststage.moviestorm.co.uk/register/>" %}

## Download and install FirstStage

To download the FirstStage installer, [click here](https://firststage.s3.eu-central-1.amazonaws.com/FirstStageSetup.exe). Then run it to install FirstStage.

{% embed url="<https://firststage.s3.eu-central-1.amazonaws.com/FirstStageSetup.exe>" %}

If you want to run FirstStage directly on a Quest (Beta!), follow these instructions:

[Installing on Quest (Standalone)](/firststage/basics/getting-started/installing-on-quest-standalone.md)

## Set up SteamVR

If you have a Vive or an Index headset, SteamVR will be installed while setting up your headset.

if you are using another headset such as the Meta Quest 2 or do not have SteamVR installed, you can get it here:

{% embed url="<https://store.steampowered.com/app/250820/SteamVR/>" %}

{% hint style="info" %}
Oculus Quest 2 users also need to set up the PC Link: [instructions here](/firststage/basics/getting-started/setting-up-a-quest-headset.md). This allows the Quest to act as a PC VR headset instead of running content standalone.
{% endhint %}

## Start FirstStage

You should now be ready to start FirstStage and create a scene!

{% content-ref url="/pages/fUtLPIcozdI5OK1I5lkI" %}
[Starting FirstStage for the first time](/firststage/basics/getting-started/starting-firststage-for-the-first-time.md)
{% endcontent-ref %}


---

# 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/getting-started.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.
