diff --git a/Tutorial/docs/tutorials/pre-requisites/index.md b/Tutorial/docs/tutorials/pre-requisites/index.md
index a3aa939..ce98c70 100644
--- a/Tutorial/docs/tutorials/pre-requisites/index.md
+++ b/Tutorial/docs/tutorials/pre-requisites/index.md
@@ -107,9 +107,9 @@ You will need it to update high level configuration of you application.
:material-keyboard-return: __kubectl__
---
-kubectl is the command-line tool for interacting with Kubernetes clusters.
+kubectl is the command-line tool for interacting with Kubernetes clusters. It lets you deploy applications, inspect resources, and manage cluster operations.
-You will need it to manage and inspect deployed workloads and resources in your Kubernetes environment.
+You will need it to manage and monitor the Kubernetes resources of your deployed solution.
@@ -121,9 +121,9 @@ You will need it to manage and inspect deployed workloads and resources in your
:material-keyboard-return: __Terraform__
---
-Terraform is an infrastructure-as-code tool for provisioning and managing cloud resources.
+Terraform is an Infrastructure as Code (IaC) tool that lets you define and provision infrastructure using declarative configuration files.
-You will use it to deploy and configure the infrastructure required by your solution.
+You will use it to provision and manage the cloud infrastructure required by your solution.