# Set up a Game Config Asset

1\. Go to: <https://console.lootlocker.com/settings/contexts>

2\. Create a new **Context** with the complexity **"Generic Assets (Simplified)"**

3\. Go to: <https://console.lootlocker.com/assets>

4\. Create a new asset and name it **"GameConfig"** or similar

5\. Click and edit the asset

6\. Go to the tab **Filters & Storage**

7\. Enter the data that you would want to read from your game:

* **Key/Value storage**, example; (key)gameDifficulty:(value)Easy
* **Files:** if you have an external way of doing game-configs, you could upload it here and then download and read it on the client
* **Data Entities**: Same as key/value storage, but allows for more data, so an entire json-file or similar for example.

8\. Use [this function](/content/working-with-assets/how-to.md#retrieve-assets-by-ids) and use the AssetID to get the information from the asset

9\. Use the information retrieved to configure your game.


---

# 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/content/working-with-assets/how-to/use-an-asset-to-distribute-a-custom-game-config.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.
