# Install the SDK

You can get the Godot SDK plugin through the [Godot Asset Library](https://godotengine.org/asset-library/asset/3713) or directly from our [GitHub](https://github.com/LootLocker/godot-sdk). Regardless of which method you choose, the process is straightforward.

1. Download the latest version of the Plugin.
   * From [the asset library](https://godotengine.org/asset-library/asset/15595) by pressing `download` on the LootLocker SDK asset corresponding to your version of Godot Engine.
   * OR from GitHub by going to the [latest release](https://github.com/lootlocker/godot-sdk/releases/latest) and downloading the zip file that corresponds to your version of Godot Engine (scroll down to the bottom of the release page, and under the assets menu you can find the zips with the Godot Version in the end of the name).
2. Unpack the zip. This will give you a folder named `LootLockerSDK`
3. Move the `LootLockerSDK` folder into your Godot Project's `addons` folder.
4. Open up your Godot Project and go to Project Settings > Plugins and enable the LootLockerSDK plugin.

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

{% hint style="success" %}
The SDK is now installed in your project, and you are ready to [configure the SDK](/the-basics/godot-quick-start/configure-the-sdk.md) and [make your first API calls](/the-basics/godot-quick-start/make-your-first-api-call.md).
{% endhint %}


---

# 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.lootlocker.com/the-basics/godot-quick-start/install-the-sdk.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.
