diff --git a/pages/features/editor/blocks.mdx b/pages/features/editor/blocks.mdx
index e69de29..1ef44d8 100644
--- a/pages/features/editor/blocks.mdx
+++ b/pages/features/editor/blocks.mdx
@@ -0,0 +1,21 @@
+# Blocks
+Blocks are content elements that can be added to a page. They can be any type of content, videos, text, images, quizzes etc.
+
+Blocks can be added to a page in any order and can be rearranged as needed.
+
+
+
+
+
+## Block types
+- **Text** : Add text to your page
+- **Image** : Add images to your page
+- **Callouts** (Info, Warning) : Callouts are used to highlight important information
+- **Video** (Youtube, Hosted) : Videos can be added to your page, either from Youtube or hosted on Learnhouse
+- **Quiz** : Inline quizzes can be added to your page
+- **Code** : Code blocks that supports syntax highlighting for multiple languages
+- **File** : Show PDF files on your page
+- **Math** : Math equations can be added to your page
+- **Tables** (Soon)
+- **Audio** (Soon)
+- **Embed** (Soon)
diff --git a/pages/features/editor/collaboration.mdx b/pages/features/editor/collaboration.mdx
index e69de29..de9ed3f 100644
--- a/pages/features/editor/collaboration.mdx
+++ b/pages/features/editor/collaboration.mdx
@@ -0,0 +1,6 @@
+# Live Collaboration
+Collaborate with your team in real-time. See who is editing a document, and what they are changing.
+
+
+
+
diff --git a/public/img/pages/editor/multi.png b/public/img/pages/editor/multi.png
new file mode 100644
index 0000000..3421577
Binary files /dev/null and b/public/img/pages/editor/multi.png differ