# What is the File Manager

The File Manager provides controlled web access to the Virtual File Systems (VFS) defined in Data Mover Smart.

It enables authorized internal and external users to manage files and folders through an intuitive web interface.

Depending on their permissions and access rights, users can browse folders, upload, download and delete files, and manage metadata directly from a browser.

Authentication and access are controlled by the **HTTP/S server configuration** and by **ACLs (Access Control Lists)**.

File operations performed via File Manager may trigger actions and downstream processes configured on the platform.

## Pre-requisites

Before using File Manager, ensure the following prerequisites are met in **Data Mover Smart**:

* An **HTTP** or **HTTPS server** is configured and active.
* In the active HTTP/S server **Applications** section, the **file manager** toggle is enabled.
* A **VFS** is available.
* A **user account** is defined and can authenticate to File Manager.
* **ACLs** are set on the VFS folders where the user can authenticate.

For details, refer to the [Initial setup](/data-mover-smart/file-manager/initial-setup.md) page. &#x20;

## Web access endpoint

When the HTTP/S server is active, the File Manager web interface is automatically available on the same **host** where **Data Mover Smart** runs, using the HTTP/S server port.&#x20;

You can access it from any web browser using the following URL format:

```
https://<host>:<port>/static
```

As an alternative, you can access it from Data Mover Smart going to **Services** → **Servers** → select the **HTTP or HTTPS server card** → scroll to **Applications** → click **File Manager**.


---

# 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://docs.primeur.com/data-mover-smart/file-manager/what-is-the-file-manager.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.
