diff --git a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/107-set-immediate.md b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/107-set-immediate.md
index e951a60ab..26d5227eb 100644
--- a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/107-set-immediate.md
+++ b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/107-set-immediate.md
@@ -1 +1,7 @@
-# Set immediate
\ No newline at end of file
+# setImmediate
+
+The `setImmediate` function delays the execution of a function to be called after the current event loops finish all their execution. It's very similar to calling `setTimeout` with 0 ms delay.
+
+Free Content
+Understanding setImmediate
+Understanding setImmediate