> For the complete documentation index, see [llms.txt](https://help.appplaza.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.appplaza.app/faqs.md).

# FAQs

<details>

<summary>Which image formats can be optimized?</summary>

The supported image types are PNG, JPG, GIF, and WebP.

</details>

<details>

<summary>How long will it take to optimize my images?</summary>

Most individual images are optimized within seconds. For bulk optimization, processing time depends on the number and size of images - typically a few minutes for 100 images. Progress tracking is available while optimization runs.

</details>

<details>

<summary>Will the optimization process alter the dimensions of my images?</summary>

No, the optimization preserves your original image dimensions. We only compress the file size while maintaining the same width, height, and aspect ratio of your images.

</details>

<details>

<summary>Are new images optimized automatically?</summary>

Yes, with auto-optimization enabled, any new images uploaded to your store are automatically optimized. You can adjust or disable this feature in settings.

</details>

<details>

<summary>How can I optimize images that are not directly tied to products, collections, or blog posts?</summary>

To optimize images outside product pages, go to 'Other images' tab and select images manually for optimization.

</details>

<details>

<summary>Will optimization affect my image quality?</summary>

No, our smart compression technology maintains visual quality while reducing file size. Most users can't tell the difference between original and optimized images.

</details>

<details>

<summary>Is there a limit to how many images I can optimize?</summary>

The number of images you can optimize is unlimited for now. If there's any changes in the future due to high traffic, we'll update later.

</details>

<details>

<summary>Can I restore my original images?</summary>

Yes. You can go to "Image manager", select images you want to restore and click **Revert.**

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.appplaza.app/faqs.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.
