# Metafields

Metafields can be accessed in 2 ways:

1. In the CRM, navigate to CRM > Products > Metafields
2. In the funnel builder app, edit any funnel, navigate to Settings > Offers (or Upsells) > edit any product

#### Metafield Creation

Metafields can be defined for a specific product, a specific product category, or one or more product tags.  Metafields can be simple text or fully-styled html content.

<figure><img src="/files/JZMRdc6GwQAqgiFcluwM" alt="" width="563"><figcaption></figcaption></figure>

Enter the following information to create a metafield

* **Name** - a unique identity to the metafield
* **Apply To** - define the metafield for a product, a product category, or product tags
* **Display Order** - this is relevant only for a storefront.  Enter the display order for this metafield relative to other metafields.  Priority is low to high.
* **Type** - choose single line, multi line, or rich text
* **Value** - enter the value for the chosen Type
* Press <mark style="color:green;">**Create Metafield**</mark> when complete

#### Metafield Usage

Coming soon!


---

# 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://help.checkoutchamp.com/crm/crm-setup/product-setup/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.
