diff --git a/website/docs/tutorials/academy-advanced-for-devs.md b/website/docs/tutorials/academy-advanced-for-devs.md
new file mode 100644
index 000000000000..b8c27af81a9f
--- /dev/null
+++ b/website/docs/tutorials/academy-advanced-for-devs.md
@@ -0,0 +1,26 @@
+---
+id: academy-advanced-for-devs
+title: Advanced for Developers
+---
+:::info
+**This Unleash Academy course is for all developer roles working with Unleash, after Foundational content has been reviewed.**
+:::
+
+:::note
+**Estimated time burden:** 45 minutes
+:::
+
+---
+
+## Learning Objectives
+
+Unlock the full potential of Unleash, streamline your development process and make data-driven decisions with confidence. Learn how Unleash can support your business needs and understand advanced usage like collaboration, data insights and A/B testing, auto-remediation, and integration into third party tools.
+
+You’ll master advanced use cases and implement best practices - this course will empower you to maximize Unleash's capabilities for your projects.
+
+
+---
+
+## Course Detail
+
+
diff --git a/website/docs/tutorials/academy-foundational.md b/website/docs/tutorials/academy-foundational.md
new file mode 100644
index 000000000000..24b95a5d65ac
--- /dev/null
+++ b/website/docs/tutorials/academy-foundational.md
@@ -0,0 +1,45 @@
+---
+id: academy-foundational
+title: Foundational
+---
+:::info
+**This Unleash Academy course is for all roles working with Unleash - Developers, Product owners, Leaders.**
+:::
+
+:::note
+**Estimated time burden:** 75 min
+:::
+
+---
+
+## Learning Objectives
+
+Gain a baseline understanding of why to use Unleash in your development and a general introduction to CI/CD.
+An understanding of Unleash anatomy and architecture and how the different systems connect together.
+
+---
+
+
+**Intro to Feature Flags/Toggles & Unleash**
+ - Feature flags - What they are & why to use them
+ - What is Unleash?
+
+**Anatomy of Unleash**
+ - Covering the various components that exist within the Unleash system and how they interact with each other and with external applications. Components that include but not limited to: projects, environments, variants, feature toggles --> strategies, tokens, tags, context
+
+**Architecture overview**
+ - Unleash API, UI, SDKs, Proxy --> Edge (Proxy 2.0)
+
+**How to use Unleash**
+- Projects and Environments
+- Toggle creation and targeting
+- Strategies, constraints, segments
+- Variants (and environments), Strategy Variants
+- Introduction to A/B Testing
+- API tokens (Personal Access Tokens, client, frontend)
+
+---
+
+## Course Detail
+
+
\ No newline at end of file
diff --git a/website/docs/tutorials/academy-managing-unleash-for-devops.md b/website/docs/tutorials/academy-managing-unleash-for-devops.md
new file mode 100644
index 000000000000..cae9d90a00bb
--- /dev/null
+++ b/website/docs/tutorials/academy-managing-unleash-for-devops.md
@@ -0,0 +1,26 @@
+---
+id: academy-managing-unleash-for-devops
+title: Managing Unleash for DevOps/Admins
+---
+:::info
+**This Unleash Academy course is for all DevOps and Admin roles working with Unleash, after Foundational content has been reviewed.**
+:::
+
+:::note
+**Estimated time burden:** 45 minutes
+:::
+
+
+---
+
+## Learning Objectives
+
+Understand how to deploy Unleash in a secure and performant manner through Edge, maintain and manage users, groups, permissions, and RBAC.
+
+
+---
+
+
+## Course Detail
+
+
diff --git a/website/docs/tutorials/academy.md b/website/docs/tutorials/academy.md
new file mode 100644
index 000000000000..07ab154dd369
--- /dev/null
+++ b/website/docs/tutorials/academy.md
@@ -0,0 +1,83 @@
+---
+id: academy
+title: Unleash Academy
+---
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+
+# Unleash Academy
+
+## Introduction
+
+**Unleash Academy is your go-to portal for complimentary self-paced training materials around the Unleash platform.**
+
+Whether you are new to feature flags or a seasoned feature management user and whatever your organizational role, our materials will help onboard you to the full suite of capabilities the Unleash platform has to offer, refresh your existing knowledge, broaden your knowledge to new use cases, and much more!
+
+Any Unleash user is welcomed - from Open Source, Pro to Enterprise.
+
+Content is carefully curated to ensure the best, most relevant targeted learning experience. Review the next section on how to use the content to get started today!
+
+
+## Learning Paths and How to use this content
+
+Content is built around Learning Paths that are based on common user roles and _personas_ using Unleash today. This helps ensure that you maximize value from the time you spend with Unleash Academy by reviewing content that will help you achieve your goals with Unleash.
+
+**1. Start by identifying the _persona_ most closely associated with your day to day responsibilities.**
+Example titles are provided for additional guidance:
+
+- **Developer**
+ * E.g Software Engineer, Software Developer
+- **DevOps / Admin**
+ * Platform Engineer, Site Reliability Engineer, DevOps Engineer, Systems Administrator, Cloud Infrastructure Consultant
+- **Product Owner**
+ * Product Manager, Product Analyst
+- **People Leader**
+ * Manager, Executive
+
+:::note
+All roles working with Unleash start with the [**Foundational**](academy-foundational.md) training. Then, role dependent courses are offered thereafter.
+:::
+
+**2. Now check the course directory below to find out which courses apply to your persona!**
+
+
+## Course Directory
+
+### Directory by Persona
+
+
+
+
+
+
+
+
+
+
+---
+
+Select the tab that corresponds to your persona. A course list is shown - plan to complete the courses in the displayed order, noting the estimated completion times.
+
+### Directory by Course
+
+- [**Foundational**](academy-foundational.md) - For all roles working with Unleash - Developers, Product owners, Leaders.
+- [**Advanced for Developers**](academy-advanced-for-devs.md) - For Developers only, after Foundational content has been reviewed
+- [**Managing Unleash for DevOps/Admins**](academy-managing-unleash-for-devops.md) - For DevOps, Platform leads and Admins only after Foundational content has been reviewed
\ No newline at end of file