diff --git a/docs/hyperloop/operatordocumentation.md b/docs/hyperloop/operatordocumentation.md
index badc8ddc..e55511a1 100644
--- a/docs/hyperloop/operatordocumentation.md
+++ b/docs/hyperloop/operatordocumentation.md
@@ -107,6 +107,7 @@ There are a number of settings that you can decide on when composing a train:
* Killing a train by clicking on `Kill ☠️`. This will stop all running jobs.
* Closing a train by clicking `Close ❌`. This will stop further activity, but will keep the jobs running.
* Cloning a train in the tab `Clone`. When cloning a train, the wagons and dataset configuration used will be the same as of the original train. Other settings can be changed: package tag, target facility, slow train, derived data, automatic submission.
+ * Moving a train in the tab `Move`. Moving a train functions similarly to cloning, using the same wagons and dataset configuration as the original train, with the original train also being killed/decomposed (whichever appropriate).
### Train Run Result
@@ -203,6 +204,12 @@ There are a number of settings that you can decide on when composing a train:
+* You can use the _Move train_ tab to move a train to a different target facility, or re-create a copy of a train at the same target, with the original train then being decomposed/killed (whichever appropriate). Similarly to cloning, the moved train will have **the same wagon timestamp** of the original train, with the **current dataset configuration**. Target is the only option that can be modified while moving. Approval and submission state are not copied from the original train.
+
+
+