# How to add a customer tag in Shopify based on custom field answers?

{% hint style="info" %}
Please install Shopify Flow App to follow the guide.
{% endhint %}

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

After installing the Flow App, please download this Flow template below to your computer.&#x20;

{% embed url="<https://drive.google.com/file/d/14Mia7GMwZlNVzhmsFSPC_bUPwahdN8IS/view?usp=sharing>" %}

Once it is downloaded, please click "IMPORT" button in Flow App at the top right and import the flow template you just downloaded.

<figure><img src="/files/0I30rFkl701hWsaWt08P" alt=""><figcaption></figcaption></figure>

After importing the flow, you should be able to see the flow imported and listed in your dashboard.&#x20;

<figure><img src="/files/7tSv8x8V9dGhdxKBCA6c" alt=""><figcaption></figcaption></figure>

Please click on that flow to edit it with your own scenario. The flow is created to put "personalized" tag on a customer when a field header "personalized" is selected with the option "yes".

Click edit icon on this selected flow to edit them if needed.

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

{% hint style="warning" %}
Click on the condition box to edit based on which answer you want to add the customer tag. Now it is designed to add a tag when "personalized" field header with an option of "yes" is selected.
{% endhint %}

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

This is where "personalized" and "yes" comes from Mini:Custom Fields App:

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

{% hint style="info" %}
Click on "Add customer tags" box and edit the customer tag you'd like to add easily on the left side.
{% endhint %}

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

{% hint style="danger" %}
After all your configurations, please ensure that this flow is turned on, live, and running in your store.&#x20;
{% endhint %}

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


---

# 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://minimateapps.gitbook.io/customfield/how-to.../how-to-add-a-customer-tag-in-shopify-based-on-custom-field-answers.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.
