> 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.md).

# Using Movebot

- [Overview](https://docs.movebot.io/using-movebot/overview.md): Learn about how to use Movebot to customise and manage your migration
- [Scan and Discovery](https://docs.movebot.io/using-movebot/scan-and-discovery.md): Learn about the scan tool in Movebot
- [Project Discovery Scan](https://docs.movebot.io/using-movebot/scan-and-discovery/project-discovery-scan.md): Learn how to run a project discovery scan.
- [Searching Scan Results](https://docs.movebot.io/using-movebot/scan-and-discovery/searching-scan-results.md): Learn how to Movebot's scan results.
- [Adding Transfers from Scan](https://docs.movebot.io/using-movebot/scan-and-discovery/adding-transfers-from-scan.md): Learn how to add transfers directly from scan results.
- [Warnings and Issues](https://docs.movebot.io/using-movebot/scan-and-discovery/warnings-and-issues.md): Learn about how Movebot gives Warnings and Issues.
- [Transfer Mapping](https://docs.movebot.io/using-movebot/transfer-mapping.md): Learn about transfer mappings in Movebot
- [Add User Mappings](https://docs.movebot.io/using-movebot/transfer-mapping/add-user-mappings.md): Learn how to add User Mappings.
- [Add Team/Shared Drives](https://docs.movebot.io/using-movebot/transfer-mapping/add-team-shared-drives.md): Learn how to add team/shared drives to transfers.
- [Add Network Mappings](https://docs.movebot.io/using-movebot/transfer-mapping/add-network-mappings.md): Learn how to add network mappings for file servers
- [Import CSV Mappings](https://docs.movebot.io/using-movebot/transfer-mapping/import-csv-mappings.md)
- [Excluding Content](https://docs.movebot.io/using-movebot/transfer-mapping/excluding-content.md): Learn about how to exclude content from transfers.
- [Permissions and Metadata](https://docs.movebot.io/using-movebot/permissions-and-metadata.md)
- [Mapping Permissions](https://docs.movebot.io/using-movebot/permissions-and-metadata/mapping-permissions.md): Learn about how to map permissions in Movebot
- [Scanning permissions](https://docs.movebot.io/using-movebot/permissions-and-metadata/scanning-permissions.md): Learn about how Movebot scans permissions.
- [Manual Permissions](https://docs.movebot.io/using-movebot/permissions-and-metadata/manual-permissions.md): Learn how to manually map permissions.
- [Transfer Execution and Cutover](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover.md)
- [Deltas and Changes](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/deltas-and-changes.md): Learn about how Movebot handles Deltas and changed files.
- [Failures and Errors](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/failures-and-errors.md): Learn about how Movebot handles Failures and Errors.
- [Pausing/Resuming](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/pausing-resuming.md): Learn about pausing and resuming transfer jobs.
- [Scheduling](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/scheduling.md): Learn how to schedule transfer jobs.
- [Data Localization](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/data-localization.md): Learn about Data Localization options
- [Remapping Domains](https://docs.movebot.io/using-movebot/transfer-execution-and-cutover/remapping-domains.md): Learn about how Movebot handles updating domains during your migration.


---

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