# What happens if I attempt to optimize an image twice?

For example, you compress an image with the compression type Lossy 90%, but you want to reduce the image weight a bit more, 75%. You may have a concern that the app can use the previously compressed image to compress it for the second time. This worries you because re-compression process risks losing the image quality.&#x20;

Don’t worry! That’s not how the app works. Smart Image Optimizer app will **use the original image** which was stored in our server **to compress for the second time, or more** if you want. So no matter how many times you attempt to compress the same image, you don't have to worry about images turning blurry.

{% hint style="info" %}
Please note that every time you re-compress your images, the app will count that as compressing a new image. So please be aware of that.
{% 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://imageoptimizer-docs.secomapp.com/what-happens-if-i-attempt-to-optimize-an-image-twice.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.
