# Smart Image Resize

## Smart Image Resize

- [Getting Started](https://docs.sirplugin.com/getting-started.md)
- [1. Installing Smart Image Resize Pro](https://docs.sirplugin.com/getting-started/master.md)
- [2. Activating your License Key](https://docs.sirplugin.com/getting-started/2.-activating-your-license-key.md)
- [3. Resizing Existing Images](https://docs.sirplugin.com/getting-started/usage.md): If you have already images uploaded to your WordPress media library follow the steps below to bulk-resize them.
- [Features](https://docs.sirplugin.com/features.md)
- [Cropping Mode](https://docs.sirplugin.com/features/cropping-mode.md)
- [Trim Whitespace](https://docs.sirplugin.com/features/trim-whitespace.md): This feature removes any blank or empty space surrounding an image.
- [FAQs](https://docs.sirplugin.com/faqs.md)
- [Pre-sale Questions](https://docs.sirplugin.com/faqs/pre-sale-questions.md)
- [Billing Questions](https://docs.sirplugin.com/faqs/billing.md)
- [General Questions](https://docs.sirplugin.com/faqs/general-questions.md)
- [Changelog](https://docs.sirplugin.com/changelog.md)
- [Other Plugins](https://docs.sirplugin.com/other-plugins.md)
- [Images Don't Resize](https://docs.sirplugin.com/troubleshooting/images-dont-resize.md): This article will help you perform some checks to determine why images don't resize.
- [Enable ImageMagick extension in cPanel](https://docs.sirplugin.com/tutorials/enable-imagemagick-extension-in-cpanel.md)
- [How to run WP-CLI in the background](https://docs.sirplugin.com/tutorials/how-to-run-wp-cli-in-the-background.md)
- [How to increase the PHP Memory Limit in cPanel](https://docs.sirplugin.com/tutorials/how-to-increase-the-php-memory-limit-in-cpanel.md)
- [How to enable Fileinfo Extension in cPanel](https://docs.sirplugin.com/how-to-enable-fileinfo-extension-in-cpanel.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.sirplugin.com/getting-started.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.
