> For the complete documentation index, see [llms.txt](https://docs.lootlocker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootlocker.com/commerce/dlc-management/how-to/set-up-dlcs.md).

# Configure DLC in Web Console

In this how-to guide, we are going to create a DLC in LootLocker and then set up the corresponding information in Steam. This guide will walk you through implementing DLCs in both LootLocker, Steam, and in-game.

## What are DLCs

The LootLocker DLC feature lets you create a unlockable group of unlockable Assets that are connected to First Party DLC systems. DLCs are created on the First Party website as well as in the LootLocker DLC Menu, and then connected together with a DLC identifier or id. When a player starts your game, LootLocker (with the help of the game client) checks their First Party account for any new DLC, and then migrates the content into their Inventory.

## Create a DLC

The DLC menu can be found in the Content side bar menu, under `DLC`.

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

To create a DLC, click the `Add DLC` enter the DLC’s name and select which platform you want to connect the DLC to in the modal that appears. Once created, you will be able to fill in all of the necessary information required for the DLC to function.

* **Name:** The name of the DLC.
* **DLC Identifier:** The identifier or app id that is assigned to the DLC from the First Party.
* **Platform:** Select which First Party platform this DLC will connect to.
* **Created:** The date when this DLC was created.
* **Updated:** The most recent date this DLC was edited.
* **Active:** Allows you to set the DLC as Active or Inactive. If set to Inactive, the DLC Migration will not be checked.
* **Contents:** A list of all Assets that have been added to the DLC.

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

### Adding Assets to DLC

To add Assets to the DLC’s Contents, click the `Add Asset` button and search and select an Asset from the modal.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.lootlocker.com/commerce/dlc-management/how-to/set-up-dlcs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
