> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/players/managing-players.md).

# 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](/players/managing-players/how-to/player-console-overview.md)
* [Manage Players through Code](/players/managing-players/how-to/manage-players.md)
* [Use Player Operations](/players/managing-players/how-to/player-operations.md)
* [Ban Players](/players/managing-players/how-to/ban-players.md)
* [Send Player Notification](/players/managing-players/how-to/send-player-notification.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lootlocker.com/players/managing-players.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
