# Authentication

When starting the game, you first have to authenticate the player with LootLocker.

Depending on which platform the game is running on you have different options for registering a session.

{% hint style="info" %}
Click [**here**](https://docs.lootlocker.com/players/authentication) to learn more about authentication methods in LootLocker
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Guest Login</strong></td><td>Skip the login screen and let players jump straight into the game. Just assign them an ID from the game instead.</td><td></td><td></td><td><a href="/pages/PmE5Og7SaVpE0oPnVB4s">/pages/PmE5Og7SaVpE0oPnVB4s</a></td></tr><tr><td><strong>White Label</strong></td><td>Create a custom login screen where players register their username and email address for one or all of your games</td><td></td><td></td><td><a href="/pages/RFYaISh5sRlh3qUfM3VB">/pages/RFYaISh5sRlh3qUfM3VB</a></td></tr><tr><td><strong>Google Play</strong></td><td>Authentica</td><td></td><td></td><td><a href="/pages/J7E5LHSXCQv6NQgfYXeG">/pages/J7E5LHSXCQv6NQgfYXeG</a></td></tr><tr><td></td><td><strong>Steam</strong></td><td></td><td></td><td><a href="/pages/coHa4WM2dDcxTWWqCQ6D">/pages/coHa4WM2dDcxTWWqCQ6D</a></td></tr><tr><td><strong>Apple Sign In</strong></td><td></td><td></td><td></td><td><a href="/pages/YCU9vv977SbtG9Ho1A1o">/pages/YCU9vv977SbtG9Ho1A1o</a></td></tr></tbody></table>


---

# 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/authentication.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.
