# Metadata

<figure><img src="/files/2t30x2EGvX84ahBf3ZJq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Metadata is set per attribute, not per product, so if you use the same attribute across multiple products same metadata will be sent with every product that uses this attribute.
{% endhint %}

Metadata is a feature that allows for attribute description with Key > Value list, so it can be used in different cases, and it's really up to the user how he will do it.&#x20;

The analogy to this would be a product that is described by a list of attributes: attribute code > attribute value.&#x20;

A usage example would be the possibility to reflect Magento 2 one-to-many attributes to groups relation.&#x20;

magento\_groups -> group1,group2&#x20;

or

magento\_group1 -> group1&#x20;

magento\_group2 -> group2

But it is NOT specifically connected to any Magento functions like attribute groups.

Basically, those are data that allow for some description of the attributes.

Technically it's simply the next attribute data type


---

# 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://usermanual.ergonode.com/product-design/attributes/metadata.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.
