# Manage Players through Web Console

The Player Manager can be reached by click on the player icon on left side bar of the web console.

<figure><img src="/files/R0YLQjZsCj72cZM24ZqY" alt=""><figcaption></figcaption></figure>

#### Player Search

The player manager will automatically load your most recent players. You can search for your players in the Player Manager by entering a players platform ID (SteamID, PSN ID etc) or their Public UID in the search field and clicking the Search button.

<figure><img src="/files/NxTdcujE0FkC1QupJmxn" alt=""><figcaption></figcaption></figure>

Click the View button on a search profile to load the Player Page.

#### Player Page

The Player Page displays all relevant information of the player you have selected including their assets, orders, and storage.

<figure><img src="/files/nrxWOjKkC7Blg6clXqPJ" alt=""><figcaption></figcaption></figure>

**Player Information**

You can find basic information about the player at the top of the Player Page. This area includes the following information:

* **Name:** The Player’s profile name they set in the first party platform. Clicking on the name will take you to the platform’s player page (if available)
* **Avatar:** The Player’s avatar they set in the first party platform (if available)
* **Public UID:** A public identifier used by players to identify themselves
* **Player ID:** An identifier used within the APIs
* **First Seen:** The date on which the player first played your game
* **Last Seen:** The most recent date when the player played your game
* **Currencies:** The total values of currencies the player has in their account

**Profile Visibility**

Set if the player’s profile is visible to the public or not. This affects integrations such as Steam Inventories and Marketplace. Neither will work for the player if the player’s profile is set to private.

**Delete Profile**

Click the Delete Profile button to anonymize the player account. This operation cannot be reversed.

**Platforms**

The platforms field will display all platform accounts linked to this player profile.

#### Inventory

The inventory section of the Player Page lists all assets within the player’s inventory and the date that the Asset was added to the inventory. The inventory can be searched and assets can be quickly viewed through their corresponding link.

<figure><img src="/files/sTrsLMpbj9t0SmXFawas" alt=""><figcaption></figcaption></figure>

**Give Asset**

Click the Give Asset button in order to manually add an asset to the player's profile. Clicking this brings up a window that allows you to search through all of your game’s assets.

<figure><img src="/files/gaO1agpyRR8gPl2tH1RE" alt=""><figcaption></figcaption></figure>

**Refund**

An asset purchased using in-game currency can be refunded by clicking the Refund button. This will remove the asset from the player's inventory and refund the currency amount paid for it to the player's wallet.

#### Orders

The Orders section of the Player Page lists all asset grants that have taken place within the player’s inventory. These orders can be from store purchases or other events where the player has had an asset added to their inventory. Each order can be inspected to view the full details of the order. Orders with a green value indicate the player has received assets and/or currency in their order. Orders with a red value indicates the player has spent currency to purchase an asset.

<figure><img src="/files/5FusAAFB6WKgQs4C32uw" alt=""><figcaption></figcaption></figure>

#### Storage

The Storage section of the Player Page displays all Key/Value pairs that are stored by your game in relation to the player. New Key/Value pairs can be created by clicking the Add Storage button. Existing pairs can be edited or deleted, or made public and readable by other players.

<figure><img src="/files/3rpfjsPRu99vSoOjRP26" alt=""><figcaption></figcaption></figure>

#### Progression

The Progression section of the Player Page lets you view the amount of XP the player has earned in your [progression](https://github.com/lootlocker/gitbook-sync/blob/main/game-systems/progressions/set-up-progressions/README.md) system. Here you can also add XP to the player's progression by clicking the Add button. You can also Reset the player's progression by clicking the Reset XP button.

<figure><img src="/files/3X2dE1qnnqyx3YU7NLlT" alt=""><figcaption></figcaption></figure>

#### Leaderboards

The Leaderboards section of the Player Page shows you which [leaderboard](https://github.com/lootlocker/gitbook-sync/blob/main/players/game-systems/leaderboards/README.md) the currently selected player has submitted scores in. The menu displays the Leaderboard Name, ID, the player's Rank in the leaderobard, and their score entry.

In this menu you can also edit or delete individual entries the player has made to different leaderboards.

**Remove Player From All Leaderboards**

To remove the player from all leaderboards, click the Remove Player From All Leaderboards button. This action is not reversible.

#### Files

The Files section of the Player Page shows you which files have been uploaded to the player's profile. Files can be used to store specific player config files or save game files in case you want to use LootLocker as a cloud save service.


---

# 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/how-to/player-console-overview.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.
