diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
index b6efed6c3..4b3aa38dc 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/103-htop.md
@@ -1 +1,6 @@
-# Htop
\ No newline at end of file
+# htop
+
+htop is a cross-platform ncurses-based process. It is similar to top, but allows you to scroll vertically and horizontally, and interact using a pointing device (mouse). You can observe all processes running on the system, along with their command line arguments, as well as view them in a tree format, select multiple processes and act on them all at once.
+
+htop Cheat Sheet
+htop Documentation