diff --git a/docs/dnspolicy/dns-health-checks.md b/docs/dnspolicy/dns-health-checks.md
index 9d4c1e35..da4b2eda 100644
--- a/docs/dnspolicy/dns-health-checks.md
+++ b/docs/dnspolicy/dns-health-checks.md
@@ -1,6 +1,9 @@
# DNS Health Checks
DNS Health Checks are a crucial tool for ensuring the availability and reliability of your multi-cluster applications. Kuadrant offers a powerful feature known as DNSPolicy, which allows you to configure and verify health checks for DNS endpoints. This guide provides a comprehensive overview of how to set up, utilize, and understand DNS health checks.
+## Video Overview
+
+
## What are DNS Health Checks?
DNS Health Checks are a way to assess the availability and health of DNS endpoints associated with your applications. These checks involve sending periodic requests to the specified endpoints to determine their responsiveness and health status. by configuring these checks via the [DNSPolicy](./dnspolicy.md), you can ensure that your applications are correctly registered, operational, and serving traffic as expected.
diff --git a/docs/dnspolicy/dnspolicy.md b/docs/dnspolicy/dnspolicy.md
index fbb2e29c..b2b86ccc 100644
--- a/docs/dnspolicy/dnspolicy.md
+++ b/docs/dnspolicy/dnspolicy.md
@@ -3,6 +3,9 @@
The DNSPolicy is a [GatewayAPI](https://gateway-api.sigs.k8s.io/) policy that uses `Direct Policy Attachment` as defined in the [policy attachment mechanism](https://gateway-api.sigs.k8s.io/v1alpha2/references/policy-attachment/) standard.
This policy is used to provide dns management for gateway listeners by managing the lifecycle of dns records in external dns providers such as AWS Route53 and Google DNS.
+## Overview Video
+
+
## How it works
A DNSPolicy and its targeted Gateway API networking resource contain all the statements to configure both the ingress gateway and the external DNS service.
diff --git a/docs/experimental/skupper-poc-2-gateways-resiliency-walkthrough.md b/docs/experimental/skupper-poc-2-gateways-resiliency-walkthrough.md
index 050531fe..0f887853 100644
--- a/docs/experimental/skupper-poc-2-gateways-resiliency-walkthrough.md
+++ b/docs/experimental/skupper-poc-2-gateways-resiliency-walkthrough.md
@@ -13,6 +13,9 @@ to take effect.
![arch](../images/skupper/skupper-poc-2-gateways-resiliency-walkthrough.png)
+## Video Demo
+
+
## Requirements
diff --git a/docs/how-to/metrics-walkthrough.md b/docs/how-to/metrics-walkthrough.md
index 39f2353e..afbf2e15 100644
--- a/docs/how-to/metrics-walkthrough.md
+++ b/docs/how-to/metrics-walkthrough.md
@@ -4,6 +4,9 @@ This walkthrough shows how to install a metrics federation stack locally and que
![arch](../images/metrics/metrics-federation.png)
+## Video Walkthrough
+
+
## Installation and Configuration of Metrics
This document will guide you in installing metrics for your application and provide directions on where to access them. Additionally, it will include dashboards set up to display these metrics.