# Can't extract the resourcepack file

Disable the protection option.

{% code title="config.yml" %}

```yaml
  zip:
    protect-file-from-unzip:
      enabled: false
      extreme: false
```

{% endcode %}

{% hint style="danger" %}
This is the option to protect the zip file from unzip.\
Be careful when disabling it, everyone can unzip your file if you don't protect it.
{% endhint %}

## Read compressed resourcepack

If you need to get the content of the resourcepack without extracting it, for example for debug purposes, you can use the `/iazip --uncompressed --apply-to none`. This command will create a new folder `output_uncompressed` in your ItemsAdder folder. Here you can access all the files and do your checks.


---

# 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://itemsadder.devs.beer/faq/cant-extract-the-resourcepack-file.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.
