# Discord

In this How To, we’ll go through all settings needed to setup Discord for LootLockers Unified Player Accounts. This allows your users to authenticate with Discord on <https://auth.game> to start remote sessions or link their accounts to other accounts.

### Prerequisities

* A LootLocker [Game and Account](/the-basics/what-is-lootlocker.md)
* [Discord set up for your game](/players/authentication/how-to/sign-in-with-discord.md)

After you have set up Discord for your game, we need to add a Redirect URL. Go to the [Discord Developer Portal](https://discord.com/developers/applications), and add a redirect uri to <https://auth.game/discord/return> in your oauth2 settings.

<figure><img src="/files/nJIhWUJASCDrzPNeuu8U" alt="Discord platform settings"><figcaption></figcaption></figure>

### Conclusion

In this How To, we’ve enabled and configured Discord for Unified Player Accounts. With Discord available in your game, you are fully prepared to start remote sessions with Discord (link) and by adding more platforms (link) to Unified Player Accounts, you unlock the possibility for players to connect all their accounts together, creating a Unified Player Account.


---

# 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/unified-player-accounts/how-to/configure-in-web-console/configure_discord.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.
