> For the complete documentation index, see [llms.txt](https://docs.movebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movebot.io/using-movebot/transfer-mapping.md).

# Transfer Mapping

Transfer mapping are the building blocks for migrations in Movebot. After configuring a project, you will most likely want to add transfer mappings to it.&#x20;

Transfer mappings tell Movebot which files and folders to move. Each transfer mapping is an isolated migration task that can be launched in isolation.

**Example of Transfer Mappings:**

<table><thead><tr><th width="401">Source</th><th>Destination</th></tr></thead><tbody><tr><td>user:michael@couchdrop.io</td><td>user:michael@couch.io</td></tr><tr><td>teamdrive:/Shared</td><td>teamdrive:/Archive/Shared</td></tr><tr><td>mailbox:michael@couchdrop.io</td><td>teamdrive:/Archive/Mail</td></tr></tbody></table>

Each user, team drive or folder that you want to transfer in Movebot needs to be covered by a transfer mapping. &#x20;

{% hint style="info" %}
Movebot treats everything like folders. Users, team drives, network drives, mailboxes; they all appear in Movebot as if they were folders. This simplifies adding mappings and means you can reorganize data between storage types.
{% endhint %}

Mappings can be added in a variety of ways. Learn more about how to add transfer mappings below:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Add User Mappings</strong></td><td>Learn how to map user to user transfers in Movebot</td><td></td><td><a href="/pages/qIcPWNvuwagokcsNnZyT">/pages/qIcPWNvuwagokcsNnZyT</a></td></tr><tr><td><strong>Add Team Drive Mappings</strong></td><td>Learn how to map team drives in Movebot</td><td></td><td><a href="/pages/sDH0dj2bJnTTFREvYh7x">/pages/sDH0dj2bJnTTFREvYh7x</a></td></tr><tr><td><strong>Import CSV Mappings</strong></td><td>Learn how to use the CSV import process to bulk import users and folders to Movebot</td><td></td><td><a href="/pages/EVR2Hl8WDFwGOvBa9lRr">/pages/EVR2Hl8WDFwGOvBa9lRr</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.movebot.io/using-movebot/transfer-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
