# Add User Mappings

User-to-user transfers are the simplest form of migration with Movebot. Movebot allows you to migrate all files and folders under one user's account to another. Additionally, you can configure it to only migrate cherry-picked folders from the source to the destination.

&#x20;

### **Adding a simple user to user mapping**

Under the Project manager, click **Add Transfer.** select the source user and destination user then hit **Save and Finalize.**

You can also add customization options like filtering to only include/exclude specific files and folders.&#x20;

<figure><img src="/files/86FutpohIhCJww0sae4H" alt=""><figcaption></figcaption></figure>

By default, Movebot will always migrate data into a separate folder in the destination with a "migrated from" prefix. This is to prevent accidental data clashes and make reorganizing data after the migration easy for users. You can disable this by clicking "Migrate folder contents".

&#x20;

### **Configuring user to user via CSV**

For scale, CSV files can be used to import large numbers of users. The CSV file should be in the format shown below.&#x20;

```
source,destination
user:user1@couchdrop.io,user:newuser1@couchdrop.io
user:user2@couchdrop.io,user:newuser2@couchdrop.io
```

For help with CSV mappings, get in touch with support via <support@couchdrop.io>

<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-user-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.
