# White Label Login

White Label Login enables your game to implement a custom account system, allowing players to sign in using a username (based on the player’s email address) and password specific to your game. White Label Login includes customizable reset password and confirm account pages, ensuring a seamless and secure experience that matches your game’s branding.

White Label Login also integrates with Unified Player Accounts, enabling players to start the game without signing in and later "upgrade" to a White Label account. This approach makes it easy to transition guest players into fully registered users, helping you build a direct relationship with your player base.

## Use Cases

* Personalized game account
* In-game optional sign-in
* Email address capture

## How-to

* [Configure White Label Login](https://docs.lootlocker.com/players/white-label-login/how-to/white-label-login)
* [Create a New White Label User](https://docs.lootlocker.com/players/white-label-login/how-to/create-new-user)
* [Request User Verification](https://docs.lootlocker.com/players/white-label-login/how-to/request-user-verification)
* [Handle Returning Users](https://docs.lootlocker.com/players/white-label-login/how-to/returning-player)
* [Start a White Label Session](https://docs.lootlocker.com/players/white-label-login/how-to/start-session)


---

# 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/players/white-label-login.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.
