diff --git a/docs/technical-documentation/architecture/overview.md b/docs/technical-documentation/architecture/overview.md
index 83cf4cfbcb1a5aee45fca1f5ef5039979bbc9e29..40a362a37de61bf6ed20e025c3142509453e5bb6 100644
--- a/docs/technical-documentation/architecture/overview.md
+++ b/docs/technical-documentation/architecture/overview.md
@@ -1,14 +1,16 @@
 ## Key Components
 ### Backend Architecture
+The backend component of the INJECT platform handles data management, authentication, and communication with the frontend. It is built using Python and Django, a high-level web development framework. Key components of the backend architecture include:
 
-* Python Backend: The backend of the INJECT platform is implemented using Python, a popular and versatile programming language.
+* Python Backend: The backend of the INJECT platform is implemented using Python.
 * Django Framework: Django, the most popular web development framework for Python, is used to build the backend application. Django provides robust features for database management, user authentication, and more.
 * GraphQL API: The backend exposes a GraphQL API for communication with the frontend. GraphQL allows efficient data fetching and enables the client to request only the data it needs.
 * Django REST Framework: For file transfers and other functionalities not supported by GraphQL, a REST API is implemented using Django REST Framework.
 
 ### Frontend Architecture
+The frontend component of the INJECT platform is responsible for providing a user-friendly interface for designing, performing, and evaluating tabletop exercises. It utilizes modern web technologies including:
 
-* React Frontend: The frontend application of the INJECT platform is developed using React, a powerful library for building user interfaces.
+* React Frontend: The frontend application of the INJECT platform is developed using React, library for building user interfaces.
 * TypeScript: TypeScript is used instead of JavaScript to ensure type safety and improve code quality.
 * React Hooks: React hooks play a crucial role in modern React programming, providing essential features such as state management and performing side effects.
 * Libraries and Tools: Various libraries and tools, including Yarn, Vite, Apollo Client, and Generouted, are utilized for package management, building, data management, and routing within the frontend application.
\ No newline at end of file