diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/modes-2.png b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/modes-2.png
new file mode 100644
index 0000000000..c573deb883
Binary files /dev/null and b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/modes-2.png differ
diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/network-mode.gif b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/network-mode.gif
new file mode 100644
index 0000000000..63de16605a
Binary files /dev/null and b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/assets/network-mode.gif differ
diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
index 3aa9d0753e..742144bf1d 100644
--- a/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
+++ b/content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
@@ -103,15 +103,31 @@ The Arduino UNO Q can be powered by:
### Install Arduino App Lab
-Arduino has introduced **Arduino App Lab**, a unified development environment that extends the classic Arduino experience into the world of high-performance computing. Arduino App Lab lets you seamlessly combine Arduino sketches, Python scripts, and containerized Linux applications into a single workflow. With intuitive building blocks called Bricks, preconfigured AI models, and integrated orchestration, it reduces complexity while enabling you to create everything from simple prototypes to advanced, computation-intensive applications.
+The [Arduino App Lab](https://docs.arduino.cc/software/app-lab/) is a unified development environment that extends the classic Arduino experience into the world of high-performance computing. Arduino App Lab lets you seamlessly combine Arduino sketches, Python scripts, and containerized Linux applications into a single workflow.
+
+With code building blocks called Bricks, preconfigured AI models, and integrated orchestration, it reduces complexity while enabling you to create everything from simple prototypes to advanced, computation-intensive applications.

-To install it, go to the [software section](https://www.arduino.cc/en/software/#app-lab-section) on our official website, scroll to Arduino App Lab and select your OS’s respective variant.
+Arduino App Lab comes **pre-installed** on the UNO Q and can be used in Single-Board Computer (SBC) mode. We highly recommend the 4 GB of RAM UNO Q variant for a better **standalone** experience.
+
+
+
+To install it in your personal computer for a **PC Hosted** setup, go to the [software section](https://www.arduino.cc/en/software/#app-lab-section) on our official website, scroll to Arduino App Lab and select your OS’s respective variant.

-***Arduino App Lab comes pre-installed on the UNO Q and can be used in single-board computer mode. We highly recommend the 4 GB of RAM UNO Q variant for a better experience.***
+#### Network Mode
+
+Even when you have set up your Arduino UNO Q as a **single-board computer**, you can access it remotely from your personal machine by using the Arduino App Lab desktop and the **Network Mode**. Both modes can be used simultaneously.
+
+- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
+- Click on it and enter the Linux password to log in.
+- You will now have access to the board remotely.
+
+
+
+With this method, you can access your UNO Q from any machine in your local network. This allows you to use Arduino App Lab as if you were connected directly to the board, where you can develop & run Apps in the same way as if it was connected via USB-C®.
### Hello World Example
diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md b/content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md
index f4c3c1f6f9..a2ff626af0 100644
--- a/content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md
+++ b/content/hardware/02.uno/boards/uno-q/tutorials/02.single-board-computer/content.md
@@ -175,7 +175,9 @@ You can add more functionalities to your UNO Q single-board computer by adding e
## Network Mode
-Even when you have set up your Arduino UNO Q as a single-board computer, you can access it remotely from your personal machine by using the Arduino App Lab desktop and the **Network Mode**.
+Even when you have set up your Arduino UNO Q as a **single-board computer**, you can access it remotely from your personal machine by using the Arduino App Lab desktop and the **Network Mode**.
+
+This provides a flexible way of developing Apps on your computer, and testing them locally on the board, as both modes can be used simultaneously.
- When you open Arduino App Lab, you will see your board listed with the "Network" tag.
- Click on it and enter the Linux password to log in.