# Importing via ZIP

{% hint style="info" %}
It is recommended to place files directly to the files/attachments folder on your server, if possible, and import only CSV file.
{% endhint %}

Zip file should contain any amount of PDF files and one CSV file. CSV file should have exactly the same structure as described on [previous page](/importing-via-csv.md).


---

# 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://productattachments.docs.foxnetsoft.com/importing-via-zip.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.
