> 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/multiple-image-download-zip-make-it-available-for-your-search-results.md).

# Multiple Image download (ZIP) - make it available for your Search Results

This article demonstrates how to:

* [Zip and download multiple images selected from the SharinPix Search component](#steps-to-zip-and-download-images)
* [Enable the download zip option on the SharinPix Search component](#enable-the-download-zip-option-on-the-sharinpix-search-component)

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

To enable the download option on a SharinPix album, the **download** parameter should be set to **true**.

Click [here](#enable-the-download-zip-option-on-the-sharinpix-search-component) for more information on how to enable the **download** parameter for your album.
{% endhint %}

## Steps to zip and download images

To zip and download images, follow the steps below:

1\. Access a SharinPix album

![](/files/7IeyfX9ecdJTm33rNgbY)

2\. Select some images from the search component by clicking on the select icon as indicated below:

![](/files/7oueUwxc6kjTDeI18OOX)

3\. Once the desired images are selected, open the thumbnail menu as demonstrated below:

![](/files/feoUWF9IVgOH0nV52EFJ)

4\. Next, click on the option **Download**. This action will display a **Download Zip** button

5\. Click on the **Download Zip** button to download a zipped file containing the selected images:

![](/files/hT07sqNFp5ESrppqY7tw)

## Enable the download zip option on the SharinPix Search component

To enable the download option on a SharinPix Search component, the **download parameter should be set to true**.

The download attribute can be enabled through:

* *The SharinPix Global Settings* :

![](/files/MK9gNeqjfVGEisyaZOJL)

Click [here](/documentation/access-and-security/customizing-your-sharinpix-global-settings.md) for more information on how to use the SharinPix Global Settings.

* *A SharinPix Permission record* :

![](/files/15Fnls1b02Mr6YPPMhkw)

Once the SharinPix Permission record is created, it can be assigned to the SharinPix Search component. Click [here](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) for more information on how to create and use the SharinPix Permission record.

{% hint style="success" %}
**Tips:**

SharinPix also allows you to personalize the download filenames. For more information on how to configure the filenames, refer to the article below:

[Multiple Image download (ZIP) - How to personalize the download filenames](/documentation/features/download-images/multiple-image-download-zip-how-to-personalize-the-download-filenames.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/multiple-image-download-zip-make-it-available-for-your-search-results.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.
