diff --git a/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md b/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md
index 72735c138..d4de9fa1f 100644
--- a/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md
+++ b/content/roadmaps/101-backend/content/109-apis/106-authentication/100-cookie-based.md
@@ -1 +1,7 @@
-# Cookie based
\ No newline at end of file
+# Cookie-Based Authentication
+
+Cookies are pieces of data used to identify the user and their preferences. The browser returns the cookie to the server every time the page is requested. Specific cookies like HTTP cookies are used to perform cookie-based authentication to maintain the session for each user.
+
+Free Content
+How does cookie based authentication work?
+