# Can I apply Variant Images to specific products instead of all products?

Yes.\
You can control where Variant Images apply by using **App Scope + product tags**.

**How to set it up:**

{% stepper %}
{% step %}
**Go to App → Variant Images**
{% endstep %}

{% step %}
**In Select app scope, choose:**

* **Specific products** → to apply Variant Images only to tagged products
* **Exclude products** → to apply Variant Images to all products *except* tagged ones
  {% endstep %}

{% step %}
**Add the corresponding tag to your products in Shopify:**

* Apply Variant Images only to **products tagged with `op_vi_enabled`**.

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

* Apply Variant Images to all products **except those tagged with `op_vi_disabled`**.

<figure><img src="/files/GB86P9dnkfMYsNiUU1T4" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
With this setup, you can control Variant Images **per product directly in Shopify**, without needing to change settings in the app each time.
{% endhint %}


---

# 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.optis.me/swatch/variant-images/common-questions/can-i-apply-variant-images-to-specific-products-instead-of-all-products.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.
