# FAQ

**Can I disable Cloudimage with a single click?**

Yes you can enable and disable Cloudimage on your Shopify store with a single click. Navigate to **Online store > Themes > Customize theme**. In the sidebar, under general settings open Cloudimage.io and enable/disable it.

<div><figure><img src="/files/YO1JVONZ3eAyIF54XKS2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/60MogDPLEE9N6FjcK24H" alt=""><figcaption></figcaption></figure></div>

**Can Cloudimage automatically detect the right image dimension and load it?**

No Cloudimage only changes the base URL of your images because there is no way the server would have knowledge of your website layout. However, just by loading images through Cloudimage URL-endpoint, your images are automatically optimised for format and quality.

**How do I make sure my integration is working?**

Once you are done editing these files, save these files. Now refresh the webpage for your Shopify store and check the image URLs. They should now load from URLs beginning with `https://{token}.cloudimg.io/v7`. You can use the Chrome Developer Tools to check that all the images are being loaded via Cloudimage.io and that all images are loading correctly. If you find that images on a particular page or section are still being served from Shopify, then find out the responsible theme file and edit it as well.


---

# 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.cloudimage.io/implementation/cms-plugins/shopify-tutorial/faq.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.
