# Configure the File Manager

The folders displayed in **File Manager** reflect the **Virtual File System (VFS)** associated with the **Actor** in **Data Mover**.

To enable this, a minimal configuration is required:

1. **Associate the File Manager user with the Actor**

   The user logging into **File Manager** must belong to an **Actor** in **Data Mover**:

   1. Navigate to **Actors**.
   2. Click the **Actor** name.
   3. In the **User** tab create a new user or bind an existing user to the Actor using the relevant buttons.
2. **Give the Actor access to the VFS**

   A **VFS** must exist, and the Actor must have access to it:

   1. On the **Actor detail** page, click the **VFS** tab.
   2. Create a **new VFS** or **VFS view** for the Actor, or **bind an existing VFS** using the relevant buttons.
3. **Create a Connection Contract**

   A **Connection Contract** to the HTTP/S server must exist:

   1. On the **Actor detail** page, click the **Connection contracts** tab.
   2. Click **New** and configure it as detailed on the [Create a Connection Contract](/data-mover-1.21/contracts/create-your-first-contract/create-a-connection-contract.md) page.

#### Synchronization between File Manager and Data Mover

Once the configuration is complete, the same folder structure appears in **Data Mover** and **File Manager**.

Folders added in **Data Mover** will appear in **File Manager** if they belong to the same root and the user has permission to view them.

#### Viewing files

Files are visible in both **File Manager** and **Data Mover**.

In **Data Mover**, go to **Monitoring** → **Search File by Actor** and select the Actor and the VFS.&#x20;


---

# 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-1.21/file-manager/configure-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.
