# What are metafields?

**Metafields (in Shopify)** are **custom fields** that let you store **specialized information** that Shopify doesn’t capture by default, so you can **customize your store’s functionality and appearance**. You can use them for **internal tracking** or to **display extra details** on your online store.

* **Examples** : burn time (candles), expiration date (groceries), part numbers, color swatches, launch dates, related products, downloadable files, ingredient lists.
* Where you can add them:

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

#### **Metafield definitions vs values**

***

**Metafield definition:** the template that controls where the metafield is used (for example, products) and what kind of value it can store (for example, text, file, URL), including optional validation rules.

**Metafield value:** the actual data you enter (for example, **Dry clean only**).


---

# 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.almond.studio/content-and-data/metafields/what-are-metafields.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.
