diff --git a/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md b/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md
index edee7d737..aa7e3657a 100644
--- a/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md
+++ b/content/roadmaps/114-software-architect/content/115-operations-knowledge/105-ci-cd.md
@@ -1 +1,7 @@
-# Ci cd
\ No newline at end of file
+# CI / CD
+
+CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment. CI/CD is a solution to the problems integrating new code can cause for development and operations teams (AKA "integration hell").
+
+Free Content
+What is CI/CD?
+What is CI/CD? Continuous integration and continuous delivery explained