# How do I use a Featured Image for collection pages but hide it from the product page gallery?

If you want the Featured Image to appear on collection pages but not inside the product gallery:

{% stepper %}
{% step %}

### **Make sure your Featured Image is set as the first Common Image.**

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

{% step %}

### **Enable “Skip Featured Image” in the app’s Image Settings.**

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

✨Result:

* The Featured Image will still display on **collection pages**.

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

* The image will **not appear inside the product page gallery**, keeping it clean and focused.

<figure><img src="/files/Or7ce2R7dgj4etaTfZEx" 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://docs.optis.me/swatch/variant-images/common-questions/how-do-i-use-a-featured-image-for-collection-pages-but-hide-it-from-the-product-page-gallery.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.
