# Core Concepts

{% hint style="info" %}
If you're looking for a brief description of every LootLocker feature and system, be sure to check out our [Glossary](/the-basics/core-concepts/glossary.md).
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Players</strong></td><td>Your players are one of the most important parts of your game. That's why LootLocker helps you authenticate them in various ways and easily store different types information and data in their profile like their wallet, inventory, progressions and more.</td><td><a href="/pages/RPttVgpmCCqTg2tdV2Z0">/pages/RPttVgpmCCqTg2tdV2Z0</a></td><td><a href="/files/mVPFFLKSQc1j1HL5lFjt">/files/mVPFFLKSQc1j1HL5lFjt</a></td></tr><tr><td><strong>Assets</strong></td><td>An Asset is an item of property that can be connected to a player - something a player can earn, purchase, or possess. At its core, an asset is an empty shell looking to be assigned a context and populated with relevant data or information. Before assigning a context to an asset, contexts must be created with complexities and other relevant information.</td><td><a href="/pages/fGQirkdXYtXjCOoL8cvC">/pages/fGQirkdXYtXjCOoL8cvC</a></td><td><a href="/files/hrNsEBVVzcURmdAiR1Bl">/files/hrNsEBVVzcURmdAiR1Bl</a></td></tr><tr><td><strong>Character Classes &#x26; Heroes</strong></td><td>A character class lets you define what contexts are associated with each class and what each class' default loadout comprises of. For some games you may not have any classes and can completely ignore this system. Other games might want to take advantage of both character classes and heroes.</td><td><a href="/pages/VffjsHzTxKoRvhmK6fgK">/pages/VffjsHzTxKoRvhmK6fgK</a></td><td><a href="/files/ZYPPD7hkISBrFxeAEADu">/files/ZYPPD7hkISBrFxeAEADu</a></td></tr><tr><td><strong>Web Console</strong></td><td>The LootLocker web console is a browser-based interface that provides you with access to all LootLocker features and the tools needed to manage your games. You can access the web console <a href="https://console.lootlocker.com/">here</a>.</td><td><a href="/pages/wIvc20PlgJfnfGcsC7rJ">/pages/wIvc20PlgJfnfGcsC7rJ</a></td><td><a href="/files/KUt1dXqnurloEZQgpzl8">/files/KUt1dXqnurloEZQgpzl8</a></td></tr><tr><td><strong>API Types</strong></td><td>LootLocker has three different types of APIs (Game, Server, Admin) depending on the needs of your game and development pipeline.</td><td><a href="/pages/EKY86tZ3Ode78P7J7ypu">/pages/EKY86tZ3Ode78P7J7ypu</a></td><td><a href="/files/zcGvGvyap5N4TMKNedI6">/files/zcGvGvyap5N4TMKNedI6</a></td></tr></tbody></table>


---

# 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/the-basics/core-concepts.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.
