diff --git a/docs/docs/features/editing.mdx b/docs/docs/features/editing.mdx
new file mode 100644
index 0000000000..5d51798e15
--- /dev/null
+++ b/docs/docs/features/editing.mdx
@@ -0,0 +1,19 @@
+# Editing
+
+Immich supports non-destructive editing of photos. This means that any edits you make to an asset do not modify the original file, but instead create a new version of the asset with the edits applied. You can always revert back to the original asset if needed.
+
+## Supported Edits
+
+Currently, Immich supports the following types of edits:
+
+- Cropping
+- Rotation
+- Mirroring
+
+
+
+## Download
+
+When you download an edited asset, Immich provides the edited version of the asset by default. However, you can choose to download the original version if needed.
+
+
diff --git a/docs/docs/features/img/web-edit-download.webp b/docs/docs/features/img/web-edit-download.webp
new file mode 100644
index 0000000000..07b0ebfcb5
Binary files /dev/null and b/docs/docs/features/img/web-edit-download.webp differ
diff --git a/docs/docs/features/img/web-edit-interface.webp b/docs/docs/features/img/web-edit-interface.webp
new file mode 100644
index 0000000000..d3b73a4607
Binary files /dev/null and b/docs/docs/features/img/web-edit-interface.webp differ
diff --git a/docs/docs/overview/quick-start.mdx b/docs/docs/overview/quick-start.mdx
index 0d798faf8c..521d0a232c 100644
--- a/docs/docs/overview/quick-start.mdx
+++ b/docs/docs/overview/quick-start.mdx
@@ -90,4 +90,4 @@ You may want to [upload photos from your own archive](/features/command-line-int
You may want to incorporate a pre-existing archive of photos from an [External Library](/features/libraries); there's a [guide](/guides/external-library) for that.
-You may want your mobile device to [back photos up to your server automatically](/features/automatic-backup).
+You may want your mobile device to [back photos up to your server automatically](/features/mobile-backup).