# Server folder or file

<figure><img src="/files/SqAm2qj37o4xudLRWjPt" alt=""><figcaption><p>File sources section</p></figcaption></figure>

You can import file(s) or entire folder from your server. Select **Folder** as File Source and input full path to your file/folder. Here are several examples:

* To import a single file `C:\SomeFolder\AnotherFolder\file.csv`
* To import all csv files in a folder `C:\SomeFolder\AnotherFolder\*.csv`
* To import all csv files that start with product `C:\SomeFolder\AnotherFolder\product*.csv`
* To import all files from a folder `C:\SomeFolder\AnotherFolder`

{% hint style="info" %}
You can have pictures along with feed file in a folder that you are importing
{% endhint %}

{% hint style="warning" %}
If you use IIS, make sure that IIS has permission to access this folder on your server
{% endhint %}


---

# 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://importmanager.docs.foxnetsoft.com/file-sources/server-folder-or-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.
