diff --git a/editor.mdx b/editor.mdx
index bae5ff72d..bda2d3be4 100644
--- a/editor.mdx
+++ b/editor.mdx
@@ -112,6 +112,56 @@ Use the sidebar file explorer to browse your documentation files. Click on any f
Press Command + P on macOS or Ctrl + P on Windows to search for files by name.
+### Manage images and media
+
+The visual editor includes an Images and Media view that lets you browse, preview, and manage all image and video assets in your documentation.
+
+#### Access the Images and Media view
+
+Select **Images and Media** from the sidebar navigation to open the asset manager.
+
+
+
+
+
+
+
+#### View modes
+
+The asset manager provides two ways to view your media files:
+
+**Tree view**: Browse assets organized by folder structure. This view is ideal for navigating large collections of assets and understanding how your media files are organized.
+
+**Gallery view**: See thumbnail previews of all images in a scrollable gallery grouped by folder. This view is ideal for quickly finding specific images visually.
+
+Use the view toggle button in the toolbar to switch between tree and gallery views.
+
+#### Preview assets
+
+Select any image or video file to see a preview in the right panel. The preview shows:
+
+- Full-size image or video player
+- File metadata including size and dimensions
+- File path for easy reference
+
+#### Configure assets
+
+Select the settings icon on any file or folder to open the configuration panel where you can:
+
+- View and copy file paths
+- See file metadata (size, dimensions, file type)
+- View folder contents and structure
+
+Use the **Copy path** option to quickly copy a file path to your clipboard for use in your documentation.
+
### Create new pages
Select the **Create a new file** icon in the file explorer sidebar.
diff --git a/guides/media.mdx b/guides/media.mdx
index 9641c5317..cf0d924a7 100644
--- a/guides/media.mdx
+++ b/guides/media.mdx
@@ -10,6 +10,10 @@ keywords: ["screenshots", "GIFs", "videos", "media best practices"]
Screenshots, GIFs, and videos can enhance documentation but require ongoing maintenance as UI elements change. Use them selectively to avoid unnecessary upkeep.
+
+ The [visual editor](/editor) includes an Images and Media view where you can browse, preview, and manage all your image and video assets in one place. Use this to quickly find file paths and view asset metadata.
+
+
Key guidelines:
- **Media should be supplementary.** If a workflow is clear in text alone, avoid adding visuals.