# What is SharinPix Image Sync?

Image Sync is a SharinPix functionality that allows the user to automatically extract useful data from an image when it is uploaded on the SharinPix Album of an object.

These useful data include:

* Filename of image
* Image Width
* Image Height
* Image Format
* Tags on the image
* URL of the original image
* URL of the Thumbnail-sized image
* URL of the Mini-sized image
* A preview of the Image
* Geolocation data embedded within the image
* Date the image was uploaded
* Date the image was taken
* Exifs data embedded within the image

Discover [here](/documentation/image-sync/setup-sharinpix-image-sync.md) what is required to make SharinPix Image Sync available for your implementation.


---

# 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.sharinpix.com/documentation/image-sync/what-is-sharinpix-image-sync.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.
