# Inventory

LootLocker’s Inventory system manages the list of assets a player owns, accessible through both the API and the Web Console. Assets can be added to a player's inventory via various systems, such as rewards from leaderboards, progressions, or triggers; purchases made through catalogs; or inclusion in the default loadout of a class or hero. The Web Console also allows administrators to manually gift assets to players or process refunds for purchased items.

Each asset in the inventory is stored as an Asset Instance, representing a unique version of the asset with its own Instance ID. This ensures detailed tracking and precise management of individual items.

### Use Cases

* Player inventory system
* Character / Hero inventories
* Refunding purchased assets
* Grant assets manually

### How-to

* [Work with Player Inventory](/players/inventory/how-to/player-inventory.md)


---

# 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/inventory.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.
