diff --git a/src/content/docs/agent-platform/capabilities/agent-notifications.mdx b/src/content/docs/agent-platform/capabilities/agent-notifications.mdx
index 503f08a2..15f931e8 100644
--- a/src/content/docs/agent-platform/capabilities/agent-notifications.mdx
+++ b/src/content/docs/agent-platform/capabilities/agent-notifications.mdx
@@ -4,9 +4,12 @@ description: >-
Warp surfaces notifications from coding agents, both in-app and via desktop
alerts, so you know exactly when an agent needs your attention.
---
+import VideoEmbed from '@components/VideoEmbed.astro';
Warp delivers notifications from any supported coding agent so you always know when an agent finishes a task, encounters an error, or needs your input. Notifications work whether you're in a different tab or a different app.
+
+
## Notification types
Warp categorizes agent notifications by what happened:
diff --git a/src/content/docs/agent-platform/cli-agents/remote-control.mdx b/src/content/docs/agent-platform/cli-agents/remote-control.mdx
index eda91e76..1f092af8 100644
--- a/src/content/docs/agent-platform/cli-agents/remote-control.mdx
+++ b/src/content/docs/agent-platform/cli-agents/remote-control.mdx
@@ -4,11 +4,14 @@ description: >-
Publish any third-party agent session to the cloud so you can monitor
progress, steer the agent, and check in from your phone or another computer.
---
+import VideoEmbed from '@components/VideoEmbed.astro';
Remote Control lets you publish a running third-party agent session — such as Claude Code, Codex, or OpenCode — to the cloud with a single click. Once published, you can monitor progress, review output, and steer the agent from your phone, a web browser, or another computer without staying at the original machine. See [Third-Party CLI Agents](/agent-platform/cli-agents/overview/) for the full list of supported agents.
This is especially useful for long-running agent tasks. Start a coding agent, publish the session, and check back whenever you want.
+
+
:::note
Remote Control is built on top of [Agent Session Sharing](/agent-platform/local-agents/session-sharing/). It uses the same underlying infrastructure to publish sessions and generate shareable links.
:::
diff --git a/src/content/docs/agent-platform/cli-agents/rich-input.mdx b/src/content/docs/agent-platform/cli-agents/rich-input.mdx
index 6d375820..c12e1c92 100644
--- a/src/content/docs/agent-platform/cli-agents/rich-input.mdx
+++ b/src/content/docs/agent-platform/cli-agents/rich-input.mdx
@@ -4,9 +4,12 @@ description: >-
Warp's rich input editor gives you IDE-style editing, voice input, context
attachment, and slash commands for any supported CLI coding agent.
---
+import VideoEmbed from '@components/VideoEmbed.astro';
Warp's rich input editor lets you write prompts for any CLI coding agent with the same editing experience you'd expect from an IDE — mouse support, context attachment, voice, and more. Press `Ctrl-G` (configurable) or click the **Rich Input** button in the agent utility bar to open it.
+
+
## Key capabilities
* **IDE-style editing** - Click, select, and navigate your prompt with your mouse. Copy, cut, paste, undo, and word-level navigation all work. Write multi-line prompts with line breaks and soft wrapping. Vim keybindings are also supported. See [Modern text editing](/terminal/editor/) for the full list of shortcuts.
diff --git a/src/content/docs/terminal/windows/tab-configs.mdx b/src/content/docs/terminal/windows/tab-configs.mdx
index 35fc1a37..13106e5d 100644
--- a/src/content/docs/terminal/windows/tab-configs.mdx
+++ b/src/content/docs/terminal/windows/tab-configs.mdx
@@ -4,9 +4,12 @@ description: >-
Tab Configs let you define reusable tab setups — including directory,
startup commands, pane layout, shell, and theme — in a simple TOML file.
---
+import VideoEmbed from '@components/VideoEmbed.astro';
Tab Configs let you define reusable tab setups — including directory, startup commands, pane layout, shell, and theme — in a simple TOML file. Select a Tab Config from the `+` menu to open a fully configured tab with a single click.
+
+
## How Tab Configs work
Each Tab Config is a `.toml` file stored in `~/.warp/tab_configs/`. Every file defines a single tab layout with optional pane splits, startup commands, and parameterized inputs. Tab Configs appear in the `+` menu alongside your existing tabs, so you can launch a preconfigured workspace instantly.
diff --git a/src/content/docs/terminal/windows/vertical-tabs.mdx b/src/content/docs/terminal/windows/vertical-tabs.mdx
index c1f6885d..2137af19 100644
--- a/src/content/docs/terminal/windows/vertical-tabs.mdx
+++ b/src/content/docs/terminal/windows/vertical-tabs.mdx
@@ -7,11 +7,14 @@ description: >-
sidebar:
label: "Vertical Tabs"
---
+import VideoEmbed from '@components/VideoEmbed.astro';
The vertical tabs panel is a sidebar that replaces the traditional horizontal tab bar with a richer, more powerful tab management surface. Instead of a single row of tab titles, the panel displays every tab and pane with contextual metadata — Git branch, working directory, agent conversation status, diff stats, and more. Scan and switch between workstreams without losing context.
Vertical tabs are especially useful when running multiple coding agents side by side, giving you a clear overview of each session's state without switching tabs.
+
+
## Key features
### Rich metadata and status