# Player Manager

The LootLocker Player Manager is designed for managing player data both in-game and through the web console. In the Web Console, you can easily search for players to view their profiles, displaying key identifiers like game-specific and platform IDs, as well as any connected content and game systems, such as inventory and progressions.

### Use Cases

* Customer support resolving purchases and rewards
* Quality assurance testing game system
* GDPR and privacy requests
* Testing platform integrations
* Player account auditing
* Banning players
* Sending notifications

### How-to

* [Manage Players through Web Console](https://docs.lootlocker.com/players/managing-players/how-to/player-console-overview)
* [Manage Players through Code](https://docs.lootlocker.com/players/managing-players/how-to/manage-players)
* [Use Player Operations](https://docs.lootlocker.com/players/managing-players/how-to/player-operations)
* [Ban Players](https://docs.lootlocker.com/players/managing-players/how-to/ban-players)
* [Send Player Notification](https://docs.lootlocker.com/players/managing-players/how-to/send-player-notification)


---

# 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/managing-players.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.
