diff --git a/src/content/docs/cloudflare-one/video-tutorials.mdx b/src/content/docs/cloudflare-one/video-tutorials.mdx
index 3483b82ca82c99e..112706edbaf6d0c 100644
--- a/src/content/docs/cloudflare-one/video-tutorials.mdx
+++ b/src/content/docs/cloudflare-one/video-tutorials.mdx
@@ -13,4 +13,9 @@ import { CardGrid, LinkCard } from "~/components";
description="Dive into Cloudflare's Secure Access Service Edge (SASE) platform and learn how it's been designed to revolutionize the idea of the corporate network."
href="/learning-paths/sase-overview-course/series/evolution-corporate-networks-1/"
/>
+
diff --git a/src/content/docs/learning-paths/warp-overview-course/series/index.mdx b/src/content/docs/learning-paths/warp-overview-course/series/index.mdx
new file mode 100644
index 000000000000000..0df7484bd14d087
--- /dev/null
+++ b/src/content/docs/learning-paths/warp-overview-course/series/index.mdx
@@ -0,0 +1,9 @@
+---
+pcx_content_type: navigation
+title: Overview
+sidebar:
+ order: 4
+ group:
+ hideIndex: true
+tableOfContents: false
+---
diff --git a/src/content/docs/learning-paths/warp-overview-course/series/warp-basics-1.mdx b/src/content/docs/learning-paths/warp-overview-course/series/warp-basics-1.mdx
new file mode 100644
index 000000000000000..0d49c85e0bbfbaf
--- /dev/null
+++ b/src/content/docs/learning-paths/warp-overview-course/series/warp-basics-1.mdx
@@ -0,0 +1,48 @@
+---
+pcx_content_type: navigation
+title: Understand the Cloudflare WARP basics
+sidebar:
+ order: 2
+tableOfContents: false
+---
+
+import { Render, Tabs, TabItem, Stream, Card } from "~/components";
+
+
+
+
+ In this episode, we explain the core features of the Cloudflare WARP client and how to troubleshoot common issues. After watching, you will have an understanding of the GUI, the differences between the consumer and corporate WARP, device profiles, the various operating modes of WARP, split tunneling and more.
+
+
+
+
+ **Related content**
+
+ Explore the following resources on WARP, device profiles, operating modes, and split tunneling:
+
+ - [Introduction to Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/)
+ - [Using Cloudflare WARP for Teams](/cloudflare-one/connections/connect-devices/warp/set-up-warp/)
+ - [Configuring Device Profiles for Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/)
+ - [Cloudflare WARP Operating Modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/)
+ - [Split Tunneling with Cloudflare WARP](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/)
+
+
+
+
+
+
+
+
diff --git a/src/content/learning-paths/warp-overview-course.json b/src/content/learning-paths/warp-overview-course.json
new file mode 100644
index 000000000000000..1c35c0586844bff
--- /dev/null
+++ b/src/content/learning-paths/warp-overview-course.json
@@ -0,0 +1,10 @@
+{
+ "title": "Understand and troubleshoot Cloudflare WARP",
+ "path": "/learning-paths/warp-overview-course/series/warp-basics-1/",
+ "priority": 1,
+ "description": "In this series, we cover the basics of Cloudflare WARP, share useful troubleshooting tips, and explain the warp-diag logs in detail.",
+ "products": ["Cloudflare One"],
+ "product_group": "Cloudflare One",
+ "additional_groups": ["Cloudflare One", "Core platform"],
+ "video": true
+}
diff --git a/src/content/partials/learning-paths/warp-series-navigation.mdx b/src/content/partials/learning-paths/warp-series-navigation.mdx
new file mode 100644
index 000000000000000..ffcf1bb3ef9c99d
--- /dev/null
+++ b/src/content/partials/learning-paths/warp-series-navigation.mdx
@@ -0,0 +1,14 @@
+---
+{}
+
+---
+
+import { CardGrid, LinkCard, Card } from "~/components";
+
+
+
+