> 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/browser-download-right-click-menu.md).

# Browser Download – right click menu

{% hint style="success" %}
**Tips:**&#x20;

While the current article shows how to download an image from a **SharinPix Album** , the most preferred way to carry out this task is from the image's **Full View** mode. Refer to the following article to know more: [Single Image download](/documentation/features/download-images/single-image-download.md).
{% endhint %}

* Access the **Full View** mode of an image by clicking on its thumbnail.

![](/files/QRkUgaPKHAlBDU1NKiPY)

* Right-click on the current image and select **Save image as...** as shown below.

![](/files/DuqzQmubZ8KdnJMFIlPx)

{% hint style="info" %}
**Info:** The option **Save image as...** may take a different name or can be absent altogether depending on the web browser you are currently using.
{% endhint %}

{% hint style="warning" %}
**Note SAVE IMAGE AS ONLY AVAILABLE WITHOUT ANNOTATIONS:**&#x20;

The Save as image menu option is only available when the image have no annotations on it. To get it back, use the show/hide annotation tool on the toolbar, then right click on the image without annotation.

**Note SAVE AS IMAGE save WEBP at LOW RESOLUTION:**&#x20;

The downloaded image obtained when using this method is of format **webp** and has a downgraded resolution as compared to the originally-uploaded image. To download the current image with its original format and resolution, please refer to the following article: [Single Image download](/documentation/features/download-images/single-image-download.md)
{% 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/browser-download-right-click-menu.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.
