# Overview

Movebot is designed to be simple to use, but as expected, migrations carry a lot of complexities and nuances. When using Movebot to migrate small or large volumes of data, there are generally a few main stages outside of the initial configuration.

### Stages of a Migration

<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>Scan and Discovery</strong></td><td>Scanning the source and destination provides a complete picture of your data. Making it easy to craft and navigate your migration project. </td><td></td><td><a href="/pages/zSMIXcnkhmz6nNCs35b5">/pages/zSMIXcnkhmz6nNCs35b5</a></td></tr><tr><td><strong>Transfer Mapping</strong></td><td>Learn about adding transfer mappings to your project. Choosing which data is going to be moved to where. </td><td></td><td><a href="/pages/0niY2XO2d5ccr8WPFKty">/pages/0niY2XO2d5ccr8WPFKty</a></td></tr><tr><td><strong>Permissions and Metadata</strong></td><td>Learn about configuring permissions and metadata in Movebot. Movebot has comprehensive support for permissions and metadata.</td><td></td><td><a href="/pages/e5wG3P8PQzET7NsiSyHS">/pages/e5wG3P8PQzET7NsiSyHS</a></td></tr><tr><td><strong>Transfer and Cutover</strong></td><td>Learn about executing your migration project and cutting over users to the new platform. </td><td></td><td><a href="/pages/uIdBaGppwGe6Nx4xk0kB">/pages/uIdBaGppwGe6Nx4xk0kB</a></td></tr></tbody></table>


---

# 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/overview.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.
