> For the complete documentation index, see [llms.txt](https://studio-docs.sandbox.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio-docs.sandbox.game/getting-started/download-and-install-cursor.md).

# Download and Install Cursor

Install the Cursor desktop app, create or sign in to an account, and open the folder containing a Sandbox Studio project.

{% stepper %}
{% step %}

## Open the Cursor download page

Go to cursor.com/download in your web browser. The page provides current installers for Windows, macOS, and Linux.

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2F7OGir0FlHY6gWPItiU0p%2Fimage.png?alt=media&amp;token=ee7d9058-64ed-4ff9-b0e8-abd4e2f378d2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Choose the correct installer

Select the download that matches your operating system and processor. Windows offers x64 and ARM64 installers in User and System versions; macOS offers ARM64, x64, and Universal versions.

{% hint style="info" %}
*TIP: Most Windows 10 or 11 computers use x64. Choose ARM64 only for Windows-on-Arm devices. A User installer installs for your account. A System installer may require administrator permission.*
{% endhint %}

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2Fk2f74esm4OUvHJmVSXzt%2Fimage.png?alt=media&amp;token=b1510814-11e1-407c-9e45-eaca4046287d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Save the installer

Select the required download. If the browser asks where to save it, choose a destination and confirm; otherwise, find the installer in the browser's default Downloads folder.
{% endstep %}

{% step %}

## Run the installer

Open the downloaded file and follow the installation prompts. Approve the operating-system security or administrator request only when the installer came from the official Cursor website.

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2FvTk49WU8ULfYeMuDyCpo%2Fimage.png?alt=media&amp;token=67fb51c9-b133-4320-b504-3923a01b1ed2" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2FFO77hy6Eub4V5DPwWD4t%2Fimage.png?alt=media&amp;token=92cdf5ef-c88d-4939-87fa-68bf2f25e529" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Open Cursor

Launch Cursor after the installation finishes. The setup flow may prompt you to choose preferences and sign in.
{% endstep %}

{% step %}

## Start the sign-in process

Select Sign In in Cursor. A browser page opens so you can authenticate with an existing Cursor account.
{% endstep %}

{% step %}

## Create an account when needed

If you do not have an account, choose the sign-up option on the browser page and follow the instructions. Cursor can run without an account, but signing in is required to unlock its AI features.
{% endstep %}

{% step %}

## Return to the desktop app

Complete the browser sign-in and allow the page to reopen Cursor when prompted. Return to the desktop app and confirm that your account is shown as signed in.

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2Fwv1fEXuOQjhCe52SlhRi%2Fimage.png?alt=media&amp;token=ff46c667-23c6-4dd7-a6e3-162296db8541" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Open the Sandbox Studio project folder

In Cursor, choose File, then Open Folder. Select the folder containing the Sandbox Studio project and confirm the selection.

<figure><img src="https://2877193296-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWgFjStdWWXj1Wc6xnrcJ%2Fuploads%2FkEk7Mp4LmIwAH4WoVC1A%2Fimage.png?alt=media&amp;token=beb1336d-6989-43af-b2f6-8cd11ce92786" alt=""><figcaption></figcaption></figure>

*The project's files are available for review and editing in Cursor.*

{% hint style="info" %}
*NOTE: Cursor begins indexing when you open a project. This may take a few minutes. Review the selected path carefully before editing.*
{% endhint %}
{% endstep %}

{% step %}

## Connect Cursor to Sandbox Studio

Keep the same project open in Sandbox Studio and configure Sandbox Studio MCP when Cursor needs to control the editor directly. Opening the folder alone gives Cursor access to project files but does not establish the MCP connection.

{% hint style="info" %}
*TIP: Back up the project or use source control before accepting broad changes. Cursor can edit project files. MCP actions can modify the open scene and editor settings.*
{% endhint %}
{% endstep %}
{% endstepper %}

## What you’ve done

Cursor is installed and signed in, and the Sandbox Studio project folder is open for editing. Next, [set up and use Sandbox Studio MCP](/working-efficiently-with-ai/set-up-and-use-sandbox-studio-mcp.md) so Cursor can talk to the open editor.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://studio-docs.sandbox.game/getting-started/download-and-install-cursor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
