# Metafields

***

The below table outlines the metafields created to work with the functionality and the associated feature.

| **Feature**                         | **Metafield Name**        | **Metafield Key**                   | **What it does**                                                                                                                                          |
| ----------------------------------- | ------------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Split Collection/ Exploded Variants | Enabled Variants          | custom.enabled\_variants            | **Collection Level:** Defines a specific list of variants to display. If populated, *only* these variants render (Strict Mode).                           |
| Split Collection/ Exploded Variants | Show in split collections | custom.show\_in\_split\_collections | **Variant Level:** Controls individual variant visibility. **True/Empty**: Displays. **False**: Hides the variant (unless overridden by the strict list). |
| Enquiry Mode                        | Made to Order             | custom.made\_to\_order              | **Product Level (Boolean):** If enabled (True), the standard "Add to Cart" is replaced by an **Enquiry Modal** for this specific product on all variants. |
| Enquiry Mode                        | Made to Order             | custom.made\_to\_order              | **Variant Level (Boolean):** If enabled (True), forces the **Enquiry Modal** logic on that specific variant                                               |
| Swatches                            | Product Group             | custom.product\_group               | Product level (List of Products): If populated it will show the those products as swatches on the PDP                                                     |
| Swatches                            | Product Current Color     | custom.product\_current\_color      | Product Level (color metaobject): If populated it will show the img/color in the current swatch                                                           |


---

# 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.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.
