# MOVIN Studio Installation

MOVIN Studio is a desktop application that works in tandem with MOVIN TRACIN.

Please follow the steps below to install and log in to MOVIN Studio.

{% hint style="warning" %}
Currently, MOVIN Studio only supports <mark style="background-color:$primary;">**Windows and Linux operating system**</mark>. \
If your PC is running MacOS, please switch to compatible computer to proceed.
{% endhint %}

## MOVIN Studio Setup

{% stepper %}
{% step %}

### Download and install the MOVIN Studio.

###

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

* On the [MOVIN's Official website](https://www.movin3d.com/downloads#movin-studio), click the 'Download MOVIN Studio' button to download the installer, and then proceed with the installation.&#x20;
  {% endstep %}

{% step %}

### Log in to MOVIN Studio.

{% hint style="warning" %}
MOVIN Studio requires user authentication, and this process requires an internet connection.\
For **Unlimited plan** users, the program can be used without an internet connection for up to **24 hours** after the first login.
{% endhint %}

<figure><img src="/files/OlzPbnPNcuZ6ropdsFB8" alt=""><figcaption><p>계정이 없을 경우 'Create account' 버튼을 눌러 회원가입을 진행해주세요.</p></figcaption></figure>

* If you have logged in previously, the program will automatically sign in and take you straight to the [Playback Scene](/installation-and-setup/playback-scene.md).
* If you already have an account:
  * If your account is linked to Google, click 'Login with Google'.
  * Or, enter your email and password to log in.
* If you don’t have an account yet, click the 'Signup' button to create one:
  * Or, you can create a new account by entering your email and password.
    * When creating a new account, a verification email will be sent to your registered email address. Please note that you will not be able to log in if this verification process is not completed.
  * If you click the ‘Login with Google’ button at the bottom, an account will be created through Google account integration.

{% hint style="warning" %}
If you initially signed up using a Google account, you will not be able to log in later with an email and password. Conversely, if you initially signed up with an email and password, you will not be able to log in later using Google account integration.
{% endhint %}
{% endstep %}

{% step %}

### If you have forgotten your password, click the **"Reset password"** button.

* Enter your email address and click the "Reset password" button to proceed.
* A link to reset your password will be sent to your email. Please use the link to set a new password.
  {% endstep %}
  {% endstepper %}


---

# 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://help.movin3d.com/installation-and-setup/movin-studio-installation.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.
