# File formats

When saving your images, you'll want to consider what format (or file type) to use. Shopify supports the most common file formats, which are equally great choices for your online store: JPG, PNG, WebP, and GIF.

These formats are popular because they balance size with quality and are widely supported across all browsers.

That said, each format has different benefits and common uses that are worth considering when creating your images.

| Format | Common use                                                                                                                                           |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| JPG    | The most widely-used format for still images with excellent balance between size and quality.                                                        |
| PNG    | Higher precision yet large file size than JPG. Best for small images (e.g. icons and logos) with transparent backgrounds.                            |
| WEBP   | A relatively newer format with increasing browser-support and superior compression to JPG and PNG. Great for precise images and animation sequences. |
| GIF    | Ideal for small, simple images and animations.                                                                                                       |
| TIFF   | Uncompressed image file often used for scanned photographs with metadata. Typically avoided for web content.                                         |

<br>

***

> **Related links**
>
> [Web-ready photography](/spark/general/image-guide/web-ready-photography.md)\
> [Image sizes](/spark/general/image-guide/image-sizes.md)\
> [Theme image settings](/spark/general/image-guide/theme-image-settings.md)


---

# 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://help.fluorescent.co/spark/general/image-guide/file-formats.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.
