# Authenticate Your First Player

## 🚪 Guest Login

The Guest Login authentication method lets you assign each player a unique ID. This is common for web games or mobile games where you want to get the player into the game as quick as possible. We suggesting using Guest Login if you're just getting started with your game's development or still haven't decided which platform your game will be released on.

{% content-ref url="/pages/mZA4CXMcTU0eNQ8oyqKv" %}
[Guest Login](/players/authentication/how-to/guest-login.md)
{% endcontent-ref %}

## ☁️ Platform Login

The Platform Login authentication type covers all login methods using First Party Platforms such as Steam, Xbox, Apple, Google, and many more. LootLocker uses the player's authenticated Platform ID to register their session. Go to the [Authentication](/players/authentication.md) section and select your preferred platform to see a detailed guide on how to implement it for your game.

## 🗝️ White Label Login

Our White Label Login system provides your game with a custom username and password set up so each player can create their own account with your game.

{% content-ref url="/pages/gVO3Qr6cGMCKAD1etNJ6" %}
[Configure White Label Login](/players/white-label-login/how-to/white-label-login.md)
{% endcontent-ref %}

## Implement LootLocker Features

Once you've created a session by authenticating your first player, it's time to start implementing other LootLocker features. Check out this overview to figure out which features matches your game the best.

{% content-ref url="/pages/eCjRi3hC7pvuKgeIxNwB" %}
[What is LootLocker?](/the-basics/what-is-lootlocker.md)
{% endcontent-ref %}


---

# 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/unreal-quick-start/make-your-first-api-call.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.
