# Overview

Platform Commerce is a comprehensive feature set in LootLocker that powers in-game economies by enabling the purchase of content using real money or virtual currencies. With Platform Commerce, you can create flexible, fully integrated economy systems in your games.

The following Platform Commerce features are available in LootLocker:

* [Catalogs](/commerce/catalogs.md): Create and manage a collection of purchasable items and assets within your in-game store.
* [Currencies](/commerce/currencies.md): Define and manage in-game currencies that players can earn, purchase, and spend within the game economy.
* [DLC Management](/commerce/dlc-management.md): Manage downloadable content (DLC) across various platforms.
* [Entitlements](/commerce/entitlements.md): Track content entitlements for players, providing a record of purchased items.
* [Real Money Purchases](/commerce/real-money-purchases.md): Integrate direct real-money transactions, allowing players to buy in-game items or currency with real-world currency.
* [Virtual Purchases](/commerce/virtual-purchases.md): Enable in-game purchases using virtual currencies, providing players with a range of non-monetary transaction options.
* [Wallets](/commerce/wallets.md): Manage and store in-game currency balances for players or characters.


---

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