# Getting Started

### 1. Create a Free Account

To create your free LootLocker account, visit the [sign-up page on the LootLocker website](https://lootlocker.com/sign-up). In this form you can provide your name, company name, email address, and set a password. Confirm that you agree to the Terms of Service and Privacy Policy, and click Create Free Account.

### 2. Create a New Game

Once you've created and verified your account, you'll next want to create a new game within LootLocker through our [Web Console](https://console.lootlocker.com/). If you've already created a game and want to create a new one, simply click New Game in the My Games panel in your game dashboard.

### 3. Install & Configure the SDK

The SDK can be downloaded through the Unity Asset Store, from the LootLocker Github repository release page, or installed directly using the Unity Package Manager.

* [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/lootlocker-sdk-233183)
* [Github Repository](https://github.com/LootLocker/unity-sdk) (Recommended)

{% hint style="info" %}
Follow the guide on the link below to install via Package Manager
{% endhint %}

### 4. Configure the SDK

You can follow this guide to configure LootLocker SDK <https://docs.lootlocker.com/the-basics/unity-quick-start/install-and-configure-the-sdk>

### 5. Install the Module

After importing LootLocker module head to the Game Creator Install window and install the Core package.

{% hint style="danger" %}
This module requires [**Game Creator 2**](https://assetstore.unity.com/packages/tools/game-toolkits/game-creator-2-203069) and won't work without it. Don't attempt to extract the package inside the Plugins/ folder as it will throw some errors.
{% endhint %}

<figure><img src="/files/Sfo27NJCbRA1vxdSdU1g" 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.ninjutsugames.com/game-creator-2/loot-locker/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.
