# Add Metadata in Console

In this How-to, we’ll go through the process of adding a metadata to one of our several supported systems. The process is the same for all other systems that support metadata: catalog items (link), progressions (link) and currencies(link).

## Prerequisites

* [A LootLocker account](https://lootlocker.com/sign-up)
* [A created game in the web console](https://docs.lootlocker.com/)
* [A leaderboard](https://docs.lootlocker.com/game-systems/leaderboards), [a catalog with a catalog item](https://docs.lootlocker.com/commerce/catalogs), [a progression](https://docs.lootlocker.com/game-systems/progressions) or [a currency](https://docs.lootlocker.com/commerce/currencies)

Navigate to the feature that you want to edit and click on **metadata** to edit metadata for this item.

{% tabs %}
{% tab title="Leaderboards and Progressions" %}

<figure><img src="/files/LTrYUfhEG2Hm3lZoeOI9" alt="Accessing metadata on a leaderboard."><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Currencies and Catalog items" %}

<figure><img src="/files/7fO4Gci6RJEJ5jajQzWi" alt="Accessing metadata on a catalog item."><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

Click on the Add Field button a choose one from the list of available types: string, bool, number, json or file.

<figure><img src="/files/GhZnL2CGGwCJN4vQm5w4" alt="Accessing metadata on a catalog item."><figcaption></figcaption></figure>

Input a key and add data into your newly created metadata field. For files, you can click to open a file browser or use drag and drop.

<figure><img src="/files/6I12j1uMsnBQD8BtN5Rr" alt="Accessing metadata on a catalog item."><figcaption></figcaption></figure>

You can add tags to your metadata to make it easy to fetch specific metadata from the game client.

<figure><img src="/files/3tVr8iFdhIuTfzFJCEAj" alt="Accessing metadata on a catalog item."><figcaption></figcaption></figure>

Use the checkbox to decide if the metadata should be readable from the game client or only from the server.

<figure><img src="/files/Rj2Mk0qfJ3ZrPReRjaEV" alt="Accessing metadata on a catalog item."><figcaption></figcaption></figure>

## Conclusion

In this How-to, we’ve created and added metadata to one feature in a system. Now that you have metadata set, the next step is to fetch that metadata: [fetch a single metadata in game](/shared-systems/metadata/how-to/fetch-a-single-metadata-in-game.md), [fetch metadata in game by tags](/shared-systems/metadata/how-to/fetch-metadata-in-game-by-tags.md), [fetch metadata in game from multiple sources](/shared-systems/metadata/how-to/fetch-metadata-in-game-from-multiple-sources.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/shared-systems/metadata/how-to/add-metadata-in-console.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.
