# Manage a Wallet in Web Console

The LootLocker Web Console allows you to view and modify a player’s wallet.

### Viewing a Player’s Wallet

To view a player’s wallet, navigate to their profile page in the LootLocker Web Console and click on the Balances tab.

Here, you can see the player’s Wallet ID along with all the currency balances stored in their wallet.

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

### Creating a Balance

If a player hasn’t earned a particular currency, it won’t appear in their wallet. To manually add the currency, click the Create a Balance button.

A modal will appear, allowing you to select the currency and specify the amount to credit when the balance is created. You can also create a balance with a value of 0.

<figure><img src="/files/49GKuMRJeklQZsCRuCfF" alt="" width="375"><figcaption></figcaption></figure>

### Crediting or Debiting a Wallet

To adjust a player’s wallet balance, you can add (credit) or remove (debit) a specified currency. Simply input the desired amount and click the Credit or Debit button to update the balance.


---

# 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/commerce/wallets/how-to/manage-wallets.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.
