diff --git a/Move-Actions.md b/Move-Actions.md
index f80131c..4b448b3 100644
--- a/Move-Actions.md
+++ b/Move-Actions.md
@@ -1 +1,13 @@
-To be written
\ No newline at end of file
+The Move action allows you to move either the selected token, or the canvas.
+
+### Mode
+Select between either moving the canvas, or moving the selected token
+
+### Direction
+* Center - Center the canvas on the token, or on the canvas
+* All others - Set the movement direction
+
+### Background
+Sets the background color. The icon needs to have transparent parts (so no jpeg).
+You set the color using hexadecimal values, and it must start with '#'.
+You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
\ No newline at end of file