# ZIP Extract Files

Extract file from a specified ZIP file.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Source ZIP File** *\<string> -* The full path and name to the ZIP file where the user wants to extract the files.

*Extract Mode*

* **By Index** *\<numeric> -* Specifies the index of the extracted file (Example: a ZIP File with 5 files, the first one have index 1 and so on).
* **By File Name** *\<string> -* Defines the name of the file that the user wants to extract. If file name is empty, all files will be extracted.
* **Target File** *\<string> -* The full path and name to the file that saves the content of the extracted file. If file name is empty all files will be extracted and in this case this is the target directory to store the files in. (Subdirectory paths are not preserved).


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-files/zip-extract-files.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.
