# Add Network Mappings

We recommend using mapped network drives when migrating from a Windows file server as they are more robust than direct UNC mappings, but Movebot supports both methods.&#x20;

UNC shares can only be configured manually and require a bit of syntactical magic. When adding a mapping from the project, click **Configure folder paths manually** then specify the UNC path to the remote server using the format shown in the example below.

&#x20;

For clarity, see the breakdown below:

/SERVER2/SharedFolder

<table data-header-hidden><thead><tr><th width="261"></th><th></th></tr></thead><tbody><tr><td>/SERVER2</td><td><p>This is the hostname of the target file-sharing server you are connecting to.</p><p> </p><p>If the original UNC path was \\SERVER2\SharedFolder, this is where SERVER2 came from.</p></td></tr><tr><td>/SharedFolder</td><td>The file share on the server</td></tr></tbody></table>

<br>


---

# 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.movebot.io/using-movebot/transfer-mapping/add-network-mappings.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.
