# Configuration

Once the extension is installed successfully, make sure WebP Support and AVIF Support is enabled from PHP configuration.

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

Now from your Magento admin, go to **Stores > Configuration** to configure the extension for use.

**Configuration**

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

* **WebP Image Convert -** Enable the extension from here.

**General Settings**

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

* **Product Page Image Type -** Select WebP or AVIF image type to show the main product image and product gallery in that format. If AVIF configuration is disabled, it will consider WebP by default.
* **Limit Number of Images -** Set the number of images to be optimized at a time using cron or manually.

**Scan Media**

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

* **Enable Cron Image Scan -** Enable image scanning using the cron job from here.
* **Scan Schedule -** Set the frequency to scan new images from the media directory.
* **Included Directories -** Add directories to be considered for image optimization. The default directory is pub/media.
* **Excluded Directories -** Add directories to be ignored for image optimization. It is recommended to exclude directories with optimized images to avoid duplicate optimization.
* **Reset Errors on Scan -** The images that were not scanned before due to errors will be rescanned if this field is set to Yes.

**Optimization by Cron**

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

* **Enable Cron Image Optimization -** Enable image optimization using the cron job from here.
* **Optimization Schedule -** Set the frequency to optimize new images from the media directory.
* **Server Load Limit -** Set value to pause optimization when server load is above this value. This is recommended for production sites to avoid site slowdown.

**Performance**

1. **WebP Conversion Configuration**

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

* **Enable WebP Conversion -** Enable WebP Image conversion form here.
* **WebP Quality -** Set the quality of WebP images from 0 to 100.

2. **AVIF Conversion Configuration**

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

* **Enable AVIF Conversion -** Enable AVIF Image conversion form here.
* **AVIF Quality -** Set the quality of AVIF images from 0 to 100.

3. **Responsive Images**

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

* **Enable Responsive Images -** Enable responsive images from here.
* **Image Breakpoints -** Set breakpoints to create responsive images.
* **Responsive Images Blacklist -** Add image names using comma to exclude from responsive optimization.

**NOTE -** Responsive images are only applied for CMS pages.


---

# 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.magecomp.com/magento-2-webp-image-converter-extension/configuration.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.
