# How can I apply a field to a specific variant?

You can apply a custom field to specific product variants using the **Visibility** section in the app.

1. Go to the **Visibility** section of the field.
2. Select **Specific Variants**.
3. Click the **Browse** button.\
   This will open the product selection modal.
4. Then select the variant(s) you want to apply the field to.
5. Save your selection by clicking on **Add** button.

Once saved, the field will only be displayed for the selected variants on the product page

<figure><img src="/files/wnDG4XTU6cILOkyJhrXZ" alt="Select Specific Variants."><figcaption></figcaption></figure>

<figure><img src="/files/I8aRvHiL2OlGrqFvcbDx" alt="Add Selected Variants"><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-can-i-apply-a-field-to-a-specific-variant.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.
