# Transfer Execution and Cutover

- [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


---

# 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-execution-and-cutover.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.
