# Cutline

You can add a cutline (or tagline) to highlight a single important point of information about your product:&#x20;

### Setting up the new metafield definition

To set up a cutline, you need to create a new, custom metafield definition that Palo Alto can recognize.

{% hint style="warning" %}
The most important part is to use this namespace and key: `theme.cutline`
{% endhint %}

To start, navigate to your **Shopify admin -> Settings** and choose **Metafields and metaobjects** from the left panel. Next, click on **Products** *(click images to zoom)*:

Click the **Add definition** button to begin. Choose a name, we'll use '`cutline`'. Next, we will use a custom namespace. This is **required**.

A crucial step here is to change the **default namespace** (usually called '*my\_fields*') to **`theme` :**

Add a description *(this is optional),* then **Select type**. Next, choose **Single line text** *(it's the default option):*

{% hint style="success" %}
Don't forget to **save** your changes.
{% endhint %}

### Product setup

Now that our custom metafield has been defined, the final step is to edit any of your products in the **Shopify admin -> Products** and update the new `cutline` metafield.

All you need to do is scroll to the bottom of the product setup page and fill them in:

Don't forget to **save** your product and preview it on any product grid view, such as a collection page:


---

# 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://palo-alto.presidiocreative.com/collections/cutline.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.
