# Setup Guide

{% hint style="danger" %}
**NanoSave** requires Game Creator 2 and can't work without it.
{% endhint %}

## Setup

1. [Setup and install Game Creator 2](https://docs.gamecreator.io/gamecreator/getting-started/installation/)
2. Download and install **NanoSave** | Game Creator 2 from the package manager

Open the **Game Creator Install Window** by going to Game Creator > Install..&#x20;

Select the Examples under **NanoSave** and click **Install**

The example scene can be found in the **Plugins > GameCreator > Installs > NanoSave.Examples\@1.0.0 > Scenes folder**

## Enabling NanoSave or NanoSave Lite

To enable NanoSave or NanoSave Lite (If you are unsure what to choose, see the [comparison page](/info/game-creator-2-assets/nanosave/comparison.md)&#x20;to find the solution that best fits your game)

1. Navigate to the Unity toolbar **Game Creator > Settings**
2. Select **General**
3. Under storage, choose **NanoSave** or **NanoSave Lite**

## Updating NanoSave

When a new version is released, we recommend uninstalling the old version first.\
You can do this by navigating to the Unity toolbar:\
**Game Creator > Uninstall > NanoSave**


---

# 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.fullscreen.no/info/game-creator-2-assets/nanosave/setup-guide.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.
