# How to zip files so people can download everything at once?

You will need to use a third-party compression software to create a ZIP file containing all the files you want your customers to download at once.

Some popular options include:

* **WinRAR** or **7-Zip** for Windows
* **The Unarchiver** or built-in **Compress** feature on macOS

Simply gather all your files into a single folder, then use the software to compress that folder into a ZIP file. Upload this ZIP file to your digital product in the app, and your customers will be able to download all the contents with a single click.


---

# 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://helpdesk.ldtsoft.work/ldt-digital-downloads/frequently-asked/how-to-zip-files-so-people-can-download-everything-at-once.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.
