# 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="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-d49f077ac35db36ec22a5057a6d8107c2f0c3cd4%2Fconsole-metadata-leaderboards.png?alt=media" alt="Accessing metadata on a leaderboard."><figcaption></figcaption></figure>
{% endtab %}

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

<figure><img src="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-5357aeaace2c0f8b0df24bb98f3f34143b36947c%2Fconsole-metadata-catalog-item.png?alt=media" 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="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-279f8e5aa6099db31f3c8edb8c9c54b36d5b77b3%2Fconsole-metadata-add-fields.png?alt=media" 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="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-2eabaea74681870dd2ef719cac705d6f7a5c7982%2Fconsole-metadata-add-data.png?alt=media" 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="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-050957c78b7e2a94e0df883d4e11304743612d16%2Fconsole-metadata-tags.png?alt=media" 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="https://534367586-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVu1MPzezO-NgvC98xh%2Fuploads%2Fgit-blob-7031f828fc2bff5c3b54263404ae45d24689795e%2Fconsole-metadata-game-read.png?alt=media" 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](https://docs.lootlocker.com/shared-systems/metadata/how-to/fetch-a-single-metadata-in-game), [fetch metadata in game by tags](https://docs.lootlocker.com/shared-systems/metadata/how-to/fetch-metadata-in-game-by-tags), [fetch metadata in game from multiple sources](https://docs.lootlocker.com/shared-systems/metadata/how-to/fetch-metadata-in-game-from-multiple-sources).
