> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/download-images/personalized-image-download-with-annotations-admin-oriented.md).

# Personalized image download with annotations (Admin-Oriented)

This article demonstrates how to download images with their corresponding annotations.

This feature can be applied:

1. [To all SharinPix albums by default using the SharinPix Global Settings.](#enabling-download-with-annotation-using-the-sharinpix-global-settings)
2. [On specific SharinPix albums using a SharinPix Permission record.](#enabling-download-with-annotation-using-a-sharinpix-permission-record)

{% hint style="info" %}
The **Download types** parameter is used to enable download with annotations.

It is also used to download all transformations applied to an image, including watermarks and crops.

The following sections demonstrate how to set the *Download types* parameter for downloads with image transformations.
{% endhint %}

## Enabling download with annotation using the SharinPix Global Settings

To enable image download with annotations **on all SharinPix albums by default**, follow the steps below:

1\. Access the [SharinPix Global Settings](/documentation/getting-started-with-sharinpix/overview-of-the-sharinpix-administration-dashboard.md) by searching for **SharinPix Settings** using the **App Launcher**

2\. Next, click on the **Go to administration dashboard** button. This action will open the global settings.

![](/files/6lRxDgSsJQpqeFrE9uSs)

3\. On the global settings, click on **Settings** on the top menu bar.

4\. Next, click on the button **Edit Organization**.

5\. Verify if the **Download (image\_download)** parameter in the **Toolbar** section has been set to true. This parameter enables image downloads.

![](/files/XhXps1vg0BATCQePWZl8)

6\. Scroll down to the **Download** section and tick the checkbox labeled *Full*. This parameter enables image download with annotations.

![](/files/fj3QAfpzToP8Nzrmlg5I)

7\. Click on the button **Update Organization** at the bottom of the page to save the changes.

## Enabling download with annotation using a SharinPix Permission record

To enable image download with annotations **on specific SharinPix albums**, follow the steps below:

1\. Create a new [SharinPix Permission](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) or edit an existing one (if applicable).

2\. On the SharinPix Permission record, if the **Download (image\_download)** parameter in the **Tools** section has been set to true. This parameter enables image downloads.

![](/files/M2reCUUXHQIkMXnYK3y5)

3\. Next, scroll down to the **Menu** section and set the value of the parameter **Download types** to *full*. This parameter enables image download with annotations.

![](/files/efBz5V6uHHtsm1glGJNj)

4\. Enable/disable the other parameters as desired.

5\. Click on the **Save** button when done.

## DEMO: How to download an image with annotations

{% hint style="warning" %}
**Note:**&#x20;

If you use a [custom permission object with the **download\_types** parameter](#enabling-download-with-annotation-using-a-sharinpix-permission-record), that permission must be assigned to an album to follow this demo.

You can follow [SharinPix Permission Object's article](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) on assigning a custom permission object to an album.
{% endhint %}

Once the **Download types** has been set to **full** using either of the above methods, open an image containing annotations or transformations in full view.

The example below depicts an image opened in full view along with its annotations.

![](/files/AJGh261b8MAkz8qRDS78)

To download the image, click on the download icon in the top menu bar.

![](/files/lMsjI3DLVCHkWwdZYT9l)

The example below depicts the downloaded image with the annotations.

![](/files/zIXXqCMp27SFoX66X1Ka)

{% hint style="warning" %}
**Note:**

In case the downloaded image does not contain all your modifications (crop, rotation, annotations, etc.), clearing your browser cache will help.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/documentation/features/download-images/personalized-image-download-with-annotations-admin-oriented.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
