# DLC Management

The LootLocker DLC feature allows you to create and manage downloadable content linked to specific platforms, such as Steam, Xbox, and PlayStation. With LootLocker, you can define groups of Assets that are unlockable through First Party DLC systems, ensuring seamless integration with platform-specific content.

DLCs are created on the First Party platform's website as well as in the LootLocker DLC menu, where they’re linked using a unique DLC identifier provided by the First Party platform. When a player starts the game, the game client checks the player’s First Party account for new DLC and, if entitled, automatically migrates the content to their inventory.

This feature is particularly useful as it allows you to include all game content within the primary game build while letting LootLocker verify player entitlements and act as the gatekeeper for content access, saving development time and making cross-platform DLC support easier.

### Use Cases

* Cross-platform DLC
* Grant players DLC remotely
* Manage DLC content outside of First Party platform services

### How-to

* [Configure DLC in Web Console](/commerce/dlc-management/how-to/set-up-dlcs.md)
* [Use DLC In-Game](/commerce/dlc-management/how-to/implement-dlc-in-game.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/commerce/dlc-management.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.
