diff --git a/docs/chapter1/1introduction.md b/docs/chapter1/1introduction.md
index 301dafbb..d1a3f60a 100644
--- a/docs/chapter1/1introduction.md
+++ b/docs/chapter1/1introduction.md
@@ -20,17 +20,17 @@ slug : /
{" "}
-Inspired by Logisim, CircuitVerse is an open-source educational tool for designing and visualizing digital logic circuit simulations in the cloud. Users including educators, students, electronic engineers, and hobbyists can play with digital circuit simulations from their browsers for exploring different “what-if” scenarios. As required, a user can share their creations using unique circuit URLs, or fork different contributions of the CircuitVerse community to yield their curiosity. Figure 1 shares a screenshot of a ripple carry adder simulation built using CircuitVerse.
+Inspired by Logisim, CircuitVerse is an open-source educational platform for designing and visualizing digital logic circuit simulations in the cloud. Users—including educators, students, electronic engineers, and hobbyists—can experiment with digital circuit simulations directly from their browsers to explore various “what-if” scenarios. Users can also share their creations via unique circuit URLs or fork contributions from the CircuitVerse community to satisfy their curiosity. Figure 1 shows a screenshot of a ripple carry adder simulation created using CircuitVerse.
-
+
Figure 1.1: Ripple Carry Adder simulation built using CircuitVerse
-Developed for educators by educators, the CircuitVerse platform delivers high class learning experience in a scalable way. Educators can manage, track, and achieve their classroom learning goals in a single, powerful solution. They can create and manage different student groups, post different assignments, define submission deadlines and add or export grades (refer Figure 2). Using the CircuitVerse Chrome extension, educators can embed live circuits in their Google Slides and demonstrate concepts without navigating across different tabs. Alternatively, they can also export images or embed iFrames within their webpages.
+Developed for educators by educators, the CircuitVerse platform provides a high-quality learning experience in a scalable manner. Educators can efficiently manage, track, and achieve their classroom learning objectives within a single, powerful solution. They can create and manage multiple student groups, assign different tasks, set submission deadlines, and add or export grades (Figure 2). With the CircuitVerse Chrome extension, educators can embed live circuits directly into Google Slides, demonstrating concepts without switching between tabs. Alternatively, they can export images or embed circuits using iFrames on their webpages.
-
+
@@ -39,9 +39,9 @@ Developed for educators by educators, the CircuitVerse platform delivers high cl
-As the CircuitVerse community grows, educators and students can join the online forums to share ideas, questions, and resources related to teaching and learning digital logic design using CircuitVerse.
+As the CircuitVerse community continues to grow, educators and students can participate in online forums to share ideas, ask questions, and exchange resources related to teaching and learning digital logic design using CircuitVerse.
-
+
diff --git a/docs/chapter1/2keyfeatures.md b/docs/chapter1/2keyfeatures.md
index d89e7018..15b958d3 100644
--- a/docs/chapter1/2keyfeatures.md
+++ b/docs/chapter1/2keyfeatures.md
@@ -14,20 +14,20 @@ This section shares key features of the CircuitVerse simulator.
Figure 1.4: Some of the key features of the CircuitVerse simulator
-1. **Build and simulate your circuits in the cloud**: Create and run your simulations in your browser without the hassle of software installation or operating system dependent instructions. Since the process of circuit creation and simulation is seamless, users can edit and troubleshoot their circuit design or apply changes while the simulation is running. Users can save and open their circuits online (against the user’s dashboard) or offline (locally on their machine).
+1. **Build and simulate your circuits in the cloud**: Create and run your simulations directly in your browser without the need for software installation or operating system-specific instructions. The seamless process of circuit creation and simulation allows users to edit, troubleshoot, and modify their circuit designs even while the simulation is running. Users can save and open their circuits online via their dashboard or offline locally on their machine.
2. **Transform your ideas using a powerful, intuitive and interactive schematic editor**:
- - **Design using an easy-to-use interactive schematic editor**: As users drag and drop circuit elements on the canvas, horizontal and vertical wires can be drawn to complete the circuit connections. The wires are color coded to test and analyze the circuit simulations with ease.
- - **Customize input attributes of circuit components**: CircuitVerse includes a vast library of circuit elements that range from basic gates to register transfer level design, and from basic input/output to system level components. Most of the CircuitVerse components include customizable attributes for building complex designs within the simulator.
- - **Design supports multibit wires (buses)**: Every input and output circuit element has a bit width associated with it. Most of the CircuitVerse components include attributes allowing you to customize the bit widths of their inputs and outputs. CircuitVerse supports multibit wires across two components demanding multi bit widths. As needed, splitters can also be used to direct bits in different directions.
+ - **Design using an easy-to-use interactive schematic editor**: As users drag and drop circuit elements onto the canvas, horizontal and vertical wires can be drawn to complete the circuit connections. The wires are color-coded, making it easier to test and analyze circuit simulations.
+ - **Customize input attributes of circuit components**: CircuitVerse offers a comprehensive library of circuit elements, ranging from basic logic gates to register-transfer-level (RTL) designs, and from simple input/output components to system-level modules. Most CircuitVerse components include customizable attributes, enabling users to build complex designs within the simulator.
+ - **Design supports multibit wires (buses)**: Every input and output circuit element in CircuitVerse has an associated bit width. Most CircuitVerse components include attributes that allow users to customize the bit widths of their inputs and outputs. The platform supports multibit wires between components that require varying bit widths. When necessary, splitters can be used to route individual bits in different directions.
3. **Insert subcircuit**: Hierarchical circuits can be created by nesting and reusing smaller circuits in larger circuits (something like this). No need to mention verilog here.
4. **Export images in multiple formats**: High-resolution CircuitVerse images can be exported in multiple formats for different views and background options.
-5. **Visualize circuit simulations using timing diagram**: Timing diagrams can be used to analyze and debug the behavior of circuits for different input sequences. debug logical mistakes and race conditions. Timing diagrams can be paired with the Flag circuit element to explain different concepts such as propagation delay, stable state and race conditions.
+5. **Visualize circuit simulations using timing diagram**: Timing diagrams can be used to analyze and debug the behavior of circuits for different input sequences, helping identify logical errors and race conditions. They can also be paired with the Flag circuit element to illustrate concepts such as propagation delay, stable states, and race conditions.
-6. **Embed simulations across webpages and presentations**: Since the CircuitVerse webpages are structured using HTML5, an iframe can be generated for embedding each CircuitVerse simulation within web pages. Alternatively, users can download the CircuitVerse Chrome extension for embedding live CircuitVerse circuits within a Google Slides presentation.
+6. **Embed simulations across webpages and presentations**: Since CircuitVerse webpages are built using HTML5, an iframe can be generated to embed each simulation within a webpage. Alternatively, users can download the CircuitVerse Chrome extension to embed live circuits directly into Google Slides presentations.
-7. **Connect and collaborate over CircuitVerse**: Users can also share their unique circuit URLs and seek help from the CircuitVerse online forums. If needed, they can also collaborate over their creations or fork an existing user contribution for meaningful learning.
+7. **Connect and collaborate over CircuitVerse**: Users can share their unique circuit URLs and seek assistance through the CircuitVerse online forums. They can also collaborate on their creations or fork existing contributions from other users to facilitate meaningful learning.
\ No newline at end of file
diff --git a/docs/chapter1/3systemrequirements.md b/docs/chapter1/3systemrequirements.md
index 0564da2a..96f0f7e0 100644
--- a/docs/chapter1/3systemrequirements.md
+++ b/docs/chapter1/3systemrequirements.md
@@ -6,8 +6,8 @@ description: "Systemrequirements page in Chapter1 of CircuitVerse documentation.
# System Requirements
-In order to access CircuitVerse simulations on a Mac or a PC, you will need a broadband internet connection and a compatible web browser. CircuitVerse officially supports Google Chrome and Mozilla Firefox. While users have been able to successfully run the simulator on Apple Safari, we are unable to officially support this browser at this time.
+To access CircuitVerse simulations on a Mac or PC, users need a broadband internet connection and a compatible web browser. CircuitVerse officially supports Google Chrome and Mozilla Firefox. Although the simulator has been successfully run on Apple Safari, it is not officially supported at this time.
-> NOTE: Since CircuitVerse is built in HTML5, browsers do not require Flash Player or JavaScript to load the CircuitVerse simulator.
+> Note: Since CircuitVerse is built using HTML5, browsers do not require Flash Player or JavaScript to load the simulator.
-Additionally, CircuitVerse does not support touch screen devices or mobile browsers for any device.
+Additionally, CircuitVerse does not support touch screen devices or mobile browsers on any platform.