diff --git a/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md b/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md
index 106b2e9c..cd4268b2 100644
--- a/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md
+++ b/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md
@@ -11,7 +11,7 @@ Connecting a new device to Arduino Cloud consists of three steps:
2. [Configure the device as a Thing](#create-thing). This will generate a sketch that can be uploaded to the device, allowing it to connect to Arduino Cloud.
3. [Upload the sketch to the device](#upload-sketch). Upload the Thing sketch to the device.
-You'll need an Arduino account and the [Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820) installed and running on your computer.
+You'll need an Arduino account and the [Arduino Cloud Agent](https://support.arduino.cc/hc/en-us/articles/360014869820) installed and running on your computer.
---
diff --git a/content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-to-Arduino-Cloud.md b/content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-to-Arduino-Cloud.md
index 1bc18214..ad8f5911 100644
--- a/content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-to-Arduino-Cloud.md
+++ b/content/Arduino Cloud/Arduino IoT Cloud/If-your-device-cant-be-added-to-Arduino-Cloud.md
@@ -29,10 +29,10 @@ Secret keys cannot be recovered if lost. Make sure to save any Device ID and Sec
1. Make sure you're using a [compatible device](https://support.arduino.cc/hc/en-us/articles/360016077320-What-devices-can-be-used-with-Arduino-IoT-Cloud-).
-2. [Check if the Arduino Create Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844-Check-if-the-Arduino-Create-Agent-is-installed-and-running), then click **Try again**.
+2. [Check if the Arduino Cloud Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844), then click **Try again**.
> [!NOTE]
- > If you're using a **Chromebook** and [Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook), there's no need to install the Arduino Create Agent.
+ > If you're using a **Chromebook** and [Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook), there's no need to install the Arduino Cloud Agent.
3. Double-press the reset button on the board to put the board in [bootloader mode](https://support.arduino.cc/hc/en-us/articles/5779192727068-Reset-your-board#bootloader-mode), then click **Try Again**.
@@ -46,7 +46,7 @@ Secret keys cannot be recovered if lost. Make sure to save any Device ID and Sec
1. Close any instances of Arduino IDE and other applications that may be using the port.
-2. [Check if the Arduino Create Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844-Check-if-the-Arduino-Create-Agent-is-installed-and-running). If you're using [Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook), you can skip this step.
+2. [Check if the Arduino Cloud Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844). If you're using [Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook), you can skip this step.
3. Reconnect the device to the computer and make sure the power LED lights up.
@@ -66,13 +66,13 @@ Solve the issue by updating to the latest firmware version using the **Firmware
Update the firmware in Arduino IDE
-### "Arduino Create Agent not found"
+### "Arduino Cloud Agent not found"
> [!NOTE]
> If you're using a **Chromebook** and [Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook), you can skip this step.
1. If you haven't done so already, [install the agent](https://create.arduino.cc/getting-started/plugin/welcome).
-2. If you have installed the agent but still encounter this warning, see [If Arduino Create Agent isn't detected](https://support.arduino.cc/hc/en-us/articles/360016466600-Warning-To-upload-a-sketch-via-USB-port-make-sure-the-Agent-is-installed-and-running-on-this-computer).
+2. If you have installed the agent but still encounter this warning, see [If Arduino Cloud Agent isn't detected](https://support.arduino.cc/hc/en-us/articles/360016466600-Warning-To-upload-a-sketch-via-USB-port-make-sure-the-Agent-is-installed-and-running-on-this-computer).
---
diff --git a/content/Arduino Cloud/Cloud Editor/Boards-compatible-with-the-Cloud-Editor.md b/content/Arduino Cloud/Cloud Editor/Boards-compatible-with-the-Cloud-Editor.md
index 2903f58b..b5cd62d4 100644
--- a/content/Arduino Cloud/Cloud Editor/Boards-compatible-with-the-Cloud-Editor.md
+++ b/content/Arduino Cloud/Cloud Editor/Boards-compatible-with-the-Cloud-Editor.md
@@ -35,7 +35,7 @@ These boards are supported:
## Cloud Editor on Windows, macOS, and Linux
-To use the Cloud Editor on Windows, macOS, and Linux, you need to install the Arduino Create Agent.
+To use the Cloud Editor on Windows, macOS, and Linux, you need to install the Arduino Cloud Agent.
These boards are supported:
diff --git a/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Cloud-Agent-isnt-detected.md b/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Cloud-Agent-isnt-detected.md
new file mode 100644
index 00000000..b5de53b1
--- /dev/null
+++ b/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Cloud-Agent-isnt-detected.md
@@ -0,0 +1,32 @@
+---
+title: "If the Arduino Cloud Agent isn't detected"
+id: 360016466600
+---
+
+Learn what to do if the Arduino Cloud Agent isn't detected by the [Arduino Cloud](https://cloud.arduino.cc/).
+
+If you haven't done so, [install the Arduino Cloud Agent](https://create.arduino.cc/getting-started/plugin/welcome). If you still encounter one of the warnings bellow, follow the [troubleshooting steps](#troubleshooting).
+
+* `Arduino Cloud Agent not found`
+* `To upload a sketch via USB port, make sure the Agent is installed and running on this computer`
+
+---
+
+
+
+## Troubleshooting
+
+1. Check if the [Arduino Cloud Agent is running](https://support.arduino.cc/hc/en-us/articles/4980687506844), since sometimes it may be **off** or **paused**.
+
+2. If you are using [Brave Browser](https://brave.com/), see [Use Arduino Cloud with Brave Browser](https://support.arduino.cc/hc/en-us/articles/10482021304988-Use-Arduino-Cloud-with-Brave-Browser).
+
+3. **If you're using Safari on macOS:** Check if the HTTPS certificate for Safari has been installed:
+ 1. Open the Arduino Cloud Agent menu (Look for the  icon in the top-right of the menu bar of macOS).
+ 2. Click on the **Manage HTTPS certificate** menu and make sure that the certificate is installed and trusted.
+ If it’s not, you can click on the button "Install the certificate for Safari".
+ 3. Enter the administrative credentials, if prompted.
+ 4. Refresh the Safari browser window.
+
+4. If you're using the [Cloud Agent on a Mac computer with an Apple Silicon processor](https://github.com/arduino/arduino-create-agent#apple-m1-support) (e.g. Apple M1 chip), make sure to [install Rosetta 2](https://support.apple.com/en-us/HT211861).
+
+If you are still having issues, [uninstall the Arduino Cloud Agent](https://support.arduino.cc/hc/en-us/articles/360014869840) and [reinstall it](https://create.arduino.cc/getting-started/plugin/welcome).
diff --git a/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Create-Agent-isnt-detected.md b/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Create-Agent-isnt-detected.md
deleted file mode 100644
index bf83960f..00000000
--- a/content/Arduino Cloud/Cloud Editor/If-the-Arduino-Create-Agent-isnt-detected.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: "If the Arduino Create Agent isn't detected"
-id: 360016466600
----
-
-Learn what to do if the Arduino Create Agent isn't detected by the [Arduino Cloud](https://cloud.arduino.cc/).
-
-If you haven't done so, [install the Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome). If you still encounter one of the warnings bellow, follow the [troubleshooting steps](#troubleshooting).
-
-* `Arduino Create Agent not found`
-* `To upload a sketch via USB port, make sure the Agent is installed and running on this computer`
-
----
-
-
-
-## Troubleshooting
-
-1. Check if the [Arduino Create Agent is running](https://support.arduino.cc/hc/en-us/articles/4980687506844-Check-if-the-Arduino-Create-Agent-is-installed-and-running), since sometimes it may be **off** or **paused**.
-
-2. If you are using [Brave Browser](https://brave.com/), see [Use Arduino Cloud with Brave Browser](https://support.arduino.cc/hc/en-us/articles/10482021304988-Use-Arduino-Cloud-with-Brave-Browser).
-
-3. **If you're using Safari on macOS:** Check if the HTTPS certificate for Safari has been installed:
- 1. Open the Arduino Create Agent menu (Look for the  icon in the top-right of the menu bar of macOS).
- 2. Click on the **Manage HTTPS certificate** menu and make sure that the certificate is installed and trusted.
- If it’s not, you can click on the button "Install the certificate for Safari".
- 3. Enter the administrative credentials, if prompted.
- 4. Refresh the Safari browser window.
-
-4. If you're using the [Create Agent on a Mac computer with an Apple Silicon processor](https://github.com/arduino/arduino-create-agent#apple-m1-support) (e.g. Apple M1 chip), make sure to [install Rosetta 2](https://support.apple.com/en-us/HT211861).
-
-If you are still having issues, [uninstall the Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869840) and [reinstall it](https://create.arduino.cc/getting-started/plugin/welcome).
diff --git a/content/Arduino Cloud/Cloud Editor/If-your-board-is-not-detected-by-Arduino-Cloud-Editor.md b/content/Arduino Cloud/Cloud Editor/If-your-board-is-not-detected-by-Arduino-Cloud-Editor.md
index 1df452d1..aa3c131b 100644
--- a/content/Arduino Cloud/Cloud Editor/If-your-board-is-not-detected-by-Arduino-Cloud-Editor.md
+++ b/content/Arduino Cloud/Cloud Editor/If-your-board-is-not-detected-by-Arduino-Cloud-Editor.md
@@ -22,10 +22,10 @@ Learn how to troubleshoot possible issues when connecting a board to the Cloud E
2. Check that your device is powered. One or more more LEDs should be lit.
3. Ensure you've connected your board with a working data USB cable.
-4. If you haven't done so already, [install Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome).
-5. [Check if the Arduino Create Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844-Check-if-the-Arduino-Create-Agent-is-installed-and-running).
+4. If you haven't done so already, [install Arduino Cloud Agent](https://create.arduino.cc/getting-started/plugin/welcome).
+5. [Check if the Arduino Cloud Agent is installed and running](https://support.arduino.cc/hc/en-us/articles/4980687506844).
6. **If you're using Safari on macOS:** Check if the HTTPS certificate for Safari has been installed:
- 1. Open the Arduino Create Agent menu (Look for the  icon in the top-right of the menu bar of macOS).
+ 1. Open the Arduino Cloud Agent menu (Look for the  icon in the top-right of the menu bar of macOS).
2. Click on the **Manage HTTPS certificate** menu and make sure that the certificate is installed and trusted.
If it’s not, you can click on the button "Install the certificate for Safari".
3. Enter the administrative credentials, if prompted.
diff --git a/content/Arduino Cloud/Cloud Editor/Open-the-Cloud-Editor.md b/content/Arduino Cloud/Cloud Editor/Open-the-Cloud-Editor.md
index ed5a4351..4e072800 100644
--- a/content/Arduino Cloud/Cloud Editor/Open-the-Cloud-Editor.md
+++ b/content/Arduino Cloud/Cloud Editor/Open-the-Cloud-Editor.md
@@ -16,5 +16,5 @@ Your sketch will automatically open in a new tab.
To upload sketches to connected Arduino boards, please install the following software:
-- **For Windows, macOS, or Linux:** [Install the Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent).
+- **For Windows, macOS, or Linux:** [Install the Arduino Cloud Agent](https://support.arduino.cc/hc/en-us/articles/360014869820).
- **For Chromebook:** [Install Arduino Cloud for Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook#install-arduino-cloud-for-chromebook).
diff --git a/content/Arduino Cloud/Cloud Editor/Use-Arduino-Cloud-with-Brave-Browser.md b/content/Arduino Cloud/Cloud Editor/Use-Arduino-Cloud-with-Brave-Browser.md
index d524f809..9d4d1dcb 100644
--- a/content/Arduino Cloud/Cloud Editor/Use-Arduino-Cloud-with-Brave-Browser.md
+++ b/content/Arduino Cloud/Cloud Editor/Use-Arduino-Cloud-with-Brave-Browser.md
@@ -3,7 +3,7 @@ title: Use Arduino Cloud with Brave Browser
id: 10482021304988
---
-To use [Brave Browser](https://brave.com/) with Arduino Cloud it is necessary to create a custom filter that allows communication between Brave Browser and the [Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome).
+To use [Brave Browser](https://brave.com/) with Arduino Cloud it is necessary to create a custom filter that allows communication between Brave Browser and the [Arduino Cloud Agent](https://create.arduino.cc/getting-started/plugin/welcome).
---
@@ -20,4 +20,4 @@ To use [Brave Browser](https://brave.com/) with Arduino Cloud it is necessary to
1. Click _Save changes_.
-The Arduino Create Agent will then be able to detect your board, and Arduino Cloud should work as expected.
+The Arduino Cloud Agent will then be able to detect your board, and Arduino Cloud should work as expected.
diff --git a/content/Arduino Cloud/Cloud Editor/What-Operating-Systems-are-supported-by-the-Cloud-Editor.md b/content/Arduino Cloud/Cloud Editor/What-Operating-Systems-are-supported-by-the-Cloud-Editor.md
index 6e80d1ed..bcddfa74 100644
--- a/content/Arduino Cloud/Cloud Editor/What-Operating-Systems-are-supported-by-the-Cloud-Editor.md
+++ b/content/Arduino Cloud/Cloud Editor/What-Operating-Systems-are-supported-by-the-Cloud-Editor.md
@@ -5,7 +5,7 @@ id: 4402082543378
Arduino Cloud Editor can be accessed through a web browser, allowing you to easily read, edit, and verify your code anywhere.
-To use the Cloud Editor on **Windows, macOS, and Linux**, you need the Arduino Create Agent to connect your physical boards/devices to the Cloud. Follow the steps in [the Arduino Create Agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome) to set it up.
+To use the Cloud Editor on **Windows, macOS, and Linux**, you need the Arduino Cloud Agent to connect your physical boards/devices to the Cloud. Follow the steps in [the Arduino Cloud Agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome) to set it up.
If you are using **Chrome OS**, see [Use Arduino with Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook).
diff --git a/content/Arduino Cloud/Cloud Editor/img/create-agent-logo-mac.png b/content/Arduino Cloud/Cloud Editor/img/cloud-agent-logo-mac.png
similarity index 100%
rename from content/Arduino Cloud/Cloud Editor/img/create-agent-logo-mac.png
rename to content/Arduino Cloud/Cloud Editor/img/cloud-agent-logo-mac.png
diff --git a/content/Arduino Cloud/General Cloud/About-Arduino-Cloud-Agent-on-macOS-Ventura.md b/content/Arduino Cloud/General Cloud/About-Arduino-Cloud-Agent-on-macOS-Ventura.md
new file mode 100644
index 00000000..4097351d
--- /dev/null
+++ b/content/Arduino Cloud/General Cloud/About-Arduino-Cloud-Agent-on-macOS-Ventura.md
@@ -0,0 +1,49 @@
+---
+title: About Arduino Cloud Agent on macOS Ventura
+id: 6489572696220
+---
+
+> [!NOTE]
+> MacOS Ventura introduced new security requirements that resulted in issues running or installing the Arduino Cloud Agent. As a temporary solution, a special release[^1] was made for macOS Ventura with the auto-update feature disabled. These issues have been resolved in newer releases (1.3.0+).
+
+Learn about using the Arduino Cloud Agent on macOS Ventura.
+
+---
+
+## Arduino Cloud Agent 1.3.0+ supports macOS Ventura
+
+[^1]:
+
+Here's how to get the latest version:
+
+* If you're installing Arduino Coud Agent for the first time, use the **[Arduino Cloud agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome)** to get the latest version.
+* If you previously installed the **1.2.7-ventura** version, see [Manually upgrade from Cloud Agent 1.2.7-ventura on macOS](#1.2.7-ventura-upgrade).
+ * Unsure which version you have? See [Check your Cloud Agent version](#check-version).
+
+---
+
+
+
+## Check your Cloud Agent version
+
+ [Find more information here](https://support.arduino.cc/hc/en-us/articles/4407002993426)
+
+
+
+## Manually upgrade from Cloud Agent 1.2.7-ventura on macOS
+
+Follow these steps to uninstall 1.2.7-ventura:
+
+1. If the Cloud Agent is running, select  **> Quit Agent** in the menu bar.
+
+2. Open Finder and go to your user folder. If you're having trouble finding it, right-click Downloads or Documents in the sidebar, and select _Show in Enclosing Folder_, or press Shift + ⌘ + H.
+
+3. Open the Applications folder (`~/Applications`) within your user folder.
+
+4. Manually remove the ArduinoCloudAgent folder, or run the `uninstall.app` inside it.
+
+Now you're ready to install the latest Cloud Agent release:
+
+1. Open the [Arduino Cloud agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome).
+
+2. Follow the instructions. If you need help, see [Install the Arduino Cloud Agent](https://support.arduino.cc/hc/en-us/articles/360014869820).
diff --git a/content/Arduino Cloud/General Cloud/About-Arduino-Create-Agent-on-macOS-Ventura.md b/content/Arduino Cloud/General Cloud/About-Arduino-Create-Agent-on-macOS-Ventura.md
deleted file mode 100644
index 9053c34c..00000000
--- a/content/Arduino Cloud/General Cloud/About-Arduino-Create-Agent-on-macOS-Ventura.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: About Arduino Create Agent on macOS Ventura
-id: 6489572696220
----
-
-> [!NOTE]
-> MacOS Ventura introduced new security requirements that resulted in issues running or installing the Arduino Create Agent. As a temporary solution, a special release[^1] was made for macOS Ventura with the auto-update feature disabled. These issues have been resolved in newer releases (1.3.0+).
-
-Learn about using the Arduino Create Agent on macOS Ventura.
-
----
-
-## Arduino Create Agent 1.3.0+ supports macOS Ventura
-
-[^1]:
-
-Here's how to get the latest version:
-
-* If you're installing Arduino Create Agent for the first time, use the **[Arduino Create agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome)** to get the latest version.
-* If you previously installed the **1.2.7-ventura** version, see [Manually upgrade from Create Agent 1.2.7-ventura on macOS](#1.2.7-ventura-upgrade).
- * Unsure which version you have? See [Check your Create Agent version](#check-version).
-
----
-
-
-
-## Check your Create Agent version
-
-Here's how to check the version when the Create Agent is running:
-
-1. In the macOS menu bar, find the  status menu icon.
-2. Click the  icon to open the status menu.
-3. Check the version number in the first row:
-
- 
-
----
-
-
-
-## Manually upgrade from Create Agent 1.2.7-ventura on macOS
-
-Follow these steps to uninstall 1.2.7-ventura:
-
-1. If the Create Agent is running, select  **> Quit Agent** in the menu bar.
-
-2. Open Finder and go to your user folder. If you're having trouble finding it, right-click Downloads or Documents in the sidebar, and select _Show in Enclosing Folder_, or press Shift + ⌘ + H.
-
-3. Open the Applications folder (`~/Applications`) within your user folder.
-
-4. Manually remove the ArduinoCreateAgent folder, or run the `uninstall.app` inside it.
-
-Now you're ready to install the latest Create Agent release:
-
-1. Open the **[Arduino Create agent installation guide](https://create.arduino.cc/getting-started/plugin/welcome)**.
-
-2. Follow the instructions. If you need help, see [Install the Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent).
diff --git a/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Cloud-Agent-is-installed-and-running.md b/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Cloud-Agent-is-installed-and-running.md
new file mode 100644
index 00000000..54c2d12c
--- /dev/null
+++ b/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Cloud-Agent-is-installed-and-running.md
@@ -0,0 +1,29 @@
+---
+title: "Check if the Arduino Cloud Agent is installed and running"
+id: 4980687506844
+---
+
+Learn how to check if the **Arduino Cloud Agent** is installed and running on your computer.
+
+---
+
+1. _Make sure the agent is not paused._ Look for the  icon in the top-right of the menu bar (macOS and Linux) or bottom-right of the taskbar (Windows), usually within the system tray:
+
+ 
+
+ If you find it, click it. If a _Resume Agent_ option is available, the agent is currently paused. Click _Resume Agent_ to resume.
+
+2. _Find and start the application_. Try searching for "Arduino Cloud Agent" or looking for it in your application menu. Alternatively, use the system's file browser and look in the default installation paths:
+
+ * **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCloudAgent\Arduino_Cloud_Agent.exe`
+
+ * **macOS:** `/Applications/ArduinoCloudAgent.app` [^1]
+
+ * **Linux** `home/{username}/ArduinoCloudAgent/ArduinoCloudAgent`
+
+3. _Install or reinstall the agent._ If you can't find the application, follow the [online installation guide](https://create.arduino.cc/getting-started/plugin/welcome) to install the agent.
+
+[^1]: Older versions of the agent can be found at:
+
+ * `/Applications/ArduinoCreateAgent.app`
+ * `Users/{username}/Applications/ArduinoCreateAgent`
diff --git a/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Create-Agent-is-installed-and-running.md b/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Create-Agent-is-installed-and-running.md
deleted file mode 100644
index af0028e1..00000000
--- a/content/Arduino Cloud/General Cloud/Check-if-the-Arduino-Create-Agent-is-installed-and-running.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "Check if the Arduino Create Agent is installed and running"
-id: 4980687506844
----
-
-Learn how to check if the **Arduino Create Agent** is installed and running on your computer.
-
----
-
-1. _Make sure the agent is not paused._ Look for the  icon in the top-right of the menu bar (macOS and Linux) or bottom-right of the taskbar (Windows), usually within the system tray:
-
- 
-
- If you find it, click it. If a _Resume Agent_ option is available, the agent is currently paused. Click _Resume Agent_ to resume.
-
-2. _Find and start the application_. Try searching for "Arduino Create Agent" or looking for it in your application menu. Alternatively, use the system's file browser and look in the default installation paths:
-
- * **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent\Arduino_Create_Agent.exe`
-
- * **macOS:** `/Applications/ArduinoCreateAgent.app`[^1]
-
- * **Linux** `home/{username}/ArduinoCreateAgent/ArduinoCreateAgent`
-
-3. _Install or reinstall the agent._ If you can't find the application, follow the [online installation guide](https://create.arduino.cc/getting-started/plugin/welcome) to install the agent.
-
-[^1]: In version 1.2.7 and earlier, the default installation location was `Users/{username}/Applications/ArduinoCreateAgent/ArduinoCreateAgent.app`.
diff --git a/content/Arduino Cloud/General Cloud/Check-your-Arduino-Cloud-Agent-version.md b/content/Arduino Cloud/General Cloud/Check-your-Arduino-Cloud-Agent-version.md
new file mode 100644
index 00000000..732a93cb
--- /dev/null
+++ b/content/Arduino Cloud/General Cloud/Check-your-Arduino-Cloud-Agent-version.md
@@ -0,0 +1,36 @@
+---
+title: "Check your Arduino Cloud Agent version"
+id: 4407002993426
+---
+
+By default, the Arduino Cloud Agent updates automatically. To ensure you have the latest version, or for any other purpose, you can check which version is installed by following the steps for your system below.
+
+> The latest release number can be found in the [source repository](https://github.com/arduino/arduino-create-agent).
+
+## Windows
+
+1. Make sure the Cloud Agent is running.
+
+2. Find the Arduino icon in the System Tray, on the right of the Task Bar. If it's not pinned to the Task Bar you can find it by clicking the arrow icon.
+
+3. Right-click on the Arduino icon and see the version number in the first row.
+
+ 
+
+## macOS
+
+1. Make sure the Cloud Agent is running.
+
+2. Find and click the Cloud Agent icon in the menu bar.
+
+3. See the version number in the first row.
+
+ 
+
+## Linux
+
+1. Make sure the Cloud Agent is running.
+
+2. Find and click the Cloud Agent icon in the menu bar.
+
+3. See the version number in the first row.
diff --git a/content/Arduino Cloud/General Cloud/Check-your-Arduino-Create-Agent-version.md b/content/Arduino Cloud/General Cloud/Check-your-Arduino-Create-Agent-version.md
deleted file mode 100644
index 5bdb7aaa..00000000
--- a/content/Arduino Cloud/General Cloud/Check-your-Arduino-Create-Agent-version.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "Check your Arduino Create Agent version"
-id: 4407002993426
----
-
-By default, the Arduino Create Agent updates automatically. To ensure you have the latest version, or for any other purpose, you can check which version is installed by following the steps for your system below.
-
-> The latest release number can be found in the [source repository](https://github.com/arduino/arduino-create-agent).
-
-## Windows
-
-1. Make sure the Create Agent is running.
-
-2. Find the Arduino icon in the System Tray, on the right of the Task Bar. If it's not pinned to the Task Bar you can find it by clicking the arrow icon.
-
-3. Right-click on the Arduino icon and see the version number in the first row.
-
- 
-
-## macOS
-
-1. Make sure the Create Agent is running.
-
-2. Find and click the Create Agent icon in the menu bar.
-
-3. See the version number in the first row.
-
- 
-
-## Linux
-
-1. Make sure the Create Agent is running.
-
-2. Find and click the Create Agent icon in the menu bar.
-
-3. See the version number in the first row.
-
- 
diff --git a/content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Create-Agent.md b/content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Cloud-Agent.md
similarity index 86%
rename from content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Create-Agent.md
rename to content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Cloud-Agent.md
index 3c178741..ef44d619 100644
--- a/content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Create-Agent.md
+++ b/content/Arduino Cloud/General Cloud/If-you-get-destination-windows-folder-startup-resolved-to-an-empty-value-when-installing-the-Cloud-Agent.md
@@ -1,9 +1,9 @@
---
-title: "If you get 'destination ${windows_folder_startup) resolved to an empty value' when installing the Create Agent"
+title: "If you get 'destination ${windows_folder_startup) resolved to an empty value' when installing the Cloud Agent"
id: 4408893456914
---
-When installing the Arduino Create Agent, the following may occur:
+When installing the Arduino Cloud Agent, the following may occur:
![There has been an Error.
Error trying to install file: destination ${windows_folder_startup) resolved to an empty value
diff --git a/content/Arduino Cloud/General Cloud/Install-the-Arduino-Create-Agent.md b/content/Arduino Cloud/General Cloud/Install-the-Arduino-Cloud-Agent.md
similarity index 72%
rename from content/Arduino Cloud/General Cloud/Install-the-Arduino-Create-Agent.md
rename to content/Arduino Cloud/General Cloud/Install-the-Arduino-Cloud-Agent.md
index e8785c29..48b5f813 100644
--- a/content/Arduino Cloud/General Cloud/Install-the-Arduino-Create-Agent.md
+++ b/content/Arduino Cloud/General Cloud/Install-the-Arduino-Cloud-Agent.md
@@ -1,22 +1,22 @@
---
-title: "Install the Arduino Create Agent"
+title: "Install the Arduino Cloud Agent"
id: 360014869820
---
-To use Arduino Cloud on Windows, macOS or Linux you need to install the **Arduino Create Agent**.
+To use Arduino Cloud on Windows, macOS or Linux you need to install the **Arduino Cloud Agent**.
-Learn how to install the Arduino Create Agent on your computer.
+Learn how to install the Arduino Cloud Agent on your computer.
> [!TIP]
> If you're using Chromebook, see [Use Arduino with Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook) instead.
---
-## Install the Arduino Create Agent
+## Install the Arduino Cloud Agent
Open this page and follow the instructions:
-[Install the Arduino Create Agent](https://cloud.arduino.cc/download-agent){.link-chevron-right}
+[Install the Arduino Cloud Agent](https://cloud.arduino.cc/download-agent){.link-chevron-right}
You can now use [the Cloud Editor and Arduino Cloud](https://docs.arduino.cc/arduino-cloud/guides/overview/).
@@ -29,11 +29,11 @@ You can now use [the Cloud Editor and Arduino Cloud](https://docs.arduino.cc/ard
* Be sure that you have **administrator permission** on your machine; if the computer you are using is not your own personal computer, ask your IT administrator for an upgraded profile.
* Sometimes the agent installation can be blocked by the firewall or antivirus software; in the latter case, you can try to **add the agent to your Antivirus whitelist**.
-### Old agent installation of the Arduino Create Agent found
+### Old agent installation of the Arduino Cloud Agent found
-When trying to launch the Arduino Create Agent on macOS, you may get this error:
+When trying to launch the Arduino Cloud Agent on macOS, you may get this error:
-`Old agent installation of the Arduino Create Agent found, please uninstall it before launching the new one`.
+`Old agent installation of the Arduino Cloud Agent found, please uninstall it before launching the new one`.
The error can occur if an older installation is present. Follow these steps:
@@ -43,7 +43,7 @@ The error can occur if an older installation is present. Follow these steps:
3. Manually remove the ArduinoCreateAgent folder, or run the `uninstall.app` inside it.
-Try launching Arduino Create Agent again.
+Try launching Arduino Cloud Agent again.
---
diff --git a/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Cloud-Agent.md b/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Cloud-Agent.md
new file mode 100644
index 00000000..27e2b213
--- /dev/null
+++ b/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Cloud-Agent.md
@@ -0,0 +1,49 @@
+---
+title: "Uninstall the Arduino Cloud Agent"
+id: 360014869840
+---
+
+Learn how to uninstall the Arduino Cloud Agent from your computer.
+
+---
+
+## Windows
+
+1. Open the `C:\Users\{username}\AppData\Roaming\ArduinoCloudAgent`.
+
+1. Double-click `uninstall.exe`.
+
+1. When the uninstallation is complete you can remove the folder and any remaining files.
+
+---
+
+## macOS
+
+1. Open the Applications folder.
+
+1. Remove `ArduinoCloudAgent.app`.
+
+ Older versions of the agent can be uninstalled by removing the following files or folders:
+
+ - `/Applications/ArduinoCreateAgent.app`
+ - `Users/{username}/Applications/ArduinoCreateAgent`
+
+1. Click **Yes** to confirm. If asked, allow **osascript** to make changes.
+
+1. When the uninstallation is complete you can remove the folder and any remaining files.
+
+---
+
+## Linux
+
+1. Open the `home/{username}/ArduinoCloudAgent`.
+
+1. Double-click on the `uninstall` file and follow the instructions.
+
+1. When the uninstallation is complete you can remove the folder and any remaining files.
+
+---
+
+## If you can't find the ArduinoCloudAgent folder
+
+The Cloud Agent may have been installed in a different location. Try searching for 'ArduinoCloudAgent' in your file manager.
diff --git a/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Create-Agent.md b/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Create-Agent.md
deleted file mode 100644
index 6304f1d1..00000000
--- a/content/Arduino Cloud/General Cloud/Uninstall-the-Arduino-Create-Agent.md
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "Uninstall the Arduino Create Agent"
-id: 360014869840
----
-
-Use the included uninstaller to remove the Create Agent from your computer.
-
----
-
-## Windows
-
-1. Open the `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent`.
-
-2. Double-click `uninstall.exe`.
-
-3. When the uninstallation is complete you can remove the folder and any remaining files.
-
----
-
-## macOS
-
-1. Open the `Users/{username}/Applications/ArduinoCreateAgent`.
-
-2. Double-click `uninstall.app`.
-
-3. Click **Yes** to confirm. If asked, allow **osascript** to make changes.
-
-4. When the uninstallation is complete you can remove the folder and any remaining files.
-
----
-
-## Linux
-
-1. Open the `home/{username}/ArduinoCreateAgent`.
-
-2. Double-click on the `uninstall` file and follow the instructions.
-
-3. When the uninstallation is complete you can remove the folder and any remaining files.
-
----
-
-## If you can't find the ArduinoCreateAgent folder
-
-The Create Agent may have been installed in a different location. Try searching for 'ArduinoCreateAgent' in your file manager.
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-logo-mac.png b/content/Arduino Cloud/General Cloud/img/cloud-agent-logo-mac.png
similarity index 100%
rename from content/Arduino Cloud/General Cloud/img/create-agent-logo-mac.png
rename to content/Arduino Cloud/General Cloud/img/cloud-agent-logo-mac.png
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-system-tray.png b/content/Arduino Cloud/General Cloud/img/cloud-agent-system-tray.png
similarity index 100%
rename from content/Arduino Cloud/General Cloud/img/create-agent-system-tray.png
rename to content/Arduino Cloud/General Cloud/img/cloud-agent-system-tray.png
diff --git a/content/Arduino Cloud/General Cloud/img/cloud-agent-version-mac.png b/content/Arduino Cloud/General Cloud/img/cloud-agent-version-mac.png
new file mode 100644
index 00000000..45b7dc6f
Binary files /dev/null and b/content/Arduino Cloud/General Cloud/img/cloud-agent-version-mac.png differ
diff --git a/content/Arduino Cloud/General Cloud/img/cloud-agent-version-windows.png b/content/Arduino Cloud/General Cloud/img/cloud-agent-version-windows.png
new file mode 100644
index 00000000..4add28d9
Binary files /dev/null and b/content/Arduino Cloud/General Cloud/img/cloud-agent-version-windows.png differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-install-correctly.png b/content/Arduino Cloud/General Cloud/img/create-agent-install-correctly.png
deleted file mode 100644
index 227e2255..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-install-correctly.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-install-install-macos.png b/content/Arduino Cloud/General Cloud/img/create-agent-install-install-macos.png
deleted file mode 100644
index 59deefed..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-install-install-macos.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-install-start.png b/content/Arduino Cloud/General Cloud/img/create-agent-install-start.png
deleted file mode 100644
index 688f0d6a..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-install-start.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-install-start_600px.png b/content/Arduino Cloud/General Cloud/img/create-agent-install-start_600px.png
deleted file mode 100644
index 72426a97..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-install-start_600px.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-version-mac.png b/content/Arduino Cloud/General Cloud/img/create-agent-version-mac.png
deleted file mode 100644
index da366f30..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-version-mac.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-version-ubuntu.png b/content/Arduino Cloud/General Cloud/img/create-agent-version-ubuntu.png
deleted file mode 100644
index 8239ae72..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-version-ubuntu.png and /dev/null differ
diff --git a/content/Arduino Cloud/General Cloud/img/create-agent-version-windows.png b/content/Arduino Cloud/General Cloud/img/create-agent-version-windows.png
deleted file mode 100644
index bf39ef80..00000000
Binary files a/content/Arduino Cloud/General Cloud/img/create-agent-version-windows.png and /dev/null differ
diff --git a/content/Custom/Hubs/Cloud-Editor-Support.md b/content/Custom/Hubs/Cloud-Editor-Support.md
index f953a5e6..f3547cdf 100644
--- a/content/Custom/Hubs/Cloud-Editor-Support.md
+++ b/content/Custom/Hubs/Cloud-Editor-Support.md
@@ -35,7 +35,7 @@ id: 9393241841308
you need the Arduino Cloud Agent to connect your physical boards/devices
to the Cloud.
- Install the Arduino Cloud Agent
+ Install the Arduino Cloud Agent
diff --git a/content/Custom/Hubs/Cloud-Support.md b/content/Custom/Hubs/Cloud-Support.md
index 40baee66..0b0b6938 100644
--- a/content/Custom/Hubs/Cloud-Support.md
+++ b/content/Custom/Hubs/Cloud-Support.md
@@ -35,7 +35,7 @@ id: 9347128757660
you need the Arduino Cloud Agent to connect your physical boards/devices
to the Cloud.
- Install the Arduino Cloud Agent
+ Install the Arduino Cloud Agent

diff --git a/content/Education and Kits/EDU General/If-an-Arduino-Education-kit-component-is-missing-or-not-working.md b/content/Education and Kits/EDU General/If-an-Arduino-Education-kit-component-is-missing-or-not-working.md
index 6a0fd94d..dc13c2f2 100644
--- a/content/Education and Kits/EDU General/If-an-Arduino-Education-kit-component-is-missing-or-not-working.md
+++ b/content/Education and Kits/EDU General/If-an-Arduino-Education-kit-component-is-missing-or-not-working.md
@@ -33,4 +33,4 @@ Most educational kits include a *Troubleshooting* or *Not Working* section on ea
* [Contact us](https://www.arduino.cc/en/contact-us/).
-> Please provide a concise description of the problem and include this information (when applicable): Board name, Operating System, IDE or Create Agent version, and error output.
+> Please provide a concise description of the problem and include this information (when applicable): Board name, Operating System, IDE or Cloud Agent version, and error output.
diff --git a/content/Hardware Support/Nano Family/Nano-RP2040-Connect-not-being-detected-on-USB-port.md b/content/Hardware Support/Nano Family/Nano-RP2040-Connect-not-being-detected-on-USB-port.md
index e1c55d93..057f9d83 100644
--- a/content/Hardware Support/Nano Family/Nano-RP2040-Connect-not-being-detected-on-USB-port.md
+++ b/content/Hardware Support/Nano Family/Nano-RP2040-Connect-not-being-detected-on-USB-port.md
@@ -7,9 +7,9 @@ If the Nano RP2040 Connect is not recognized when connected to your computer, or
---
-## Make sure board core and Create Agent is installed
+## Make sure board core and Cloud Agent is installed
-If you're using the Desktop IDE, the core (Arduino Mbed OS RP2040 Boards) needs to be installed via the Board Manager. To install the core, follow the steps [here](https://docs.arduino.cc/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano). We recommend installing the latest version of the core. For the Cloud Editor, the Arduino Create Agent has to be installed for the board to be recognized. [Install the Arduino Create Agent here](https://create.arduino.cc/getting-started/plugin/welcome).
+If you're using the Desktop IDE, the core (Arduino Mbed OS RP2040 Boards) needs to be installed via the Board Manager. To install the core, follow the steps [here](https://docs.arduino.cc/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano). We recommend installing the latest version of the core. For the Cloud Editor, the Arduino Cloud Agent has to be installed for the board to be recognized. [Install the Arduino Cloud Agent here](https://create.arduino.cc/getting-started/plugin/welcome).
## Try the bootloader mode
diff --git a/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md b/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
index 7bf3728b..0a1194e4 100644
--- a/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
+++ b/content/Hardware Support/UNO/Touch-reset-fails-for-UNO-R4-WiFi-on-Windows-Arduino-CLI-0-33-0-or-earlier.md
@@ -9,12 +9,12 @@ When uploading sketches to **Arduino UNO R4 WiFi** using Arduino development too
* Cloud Editor: `Executing command: exit status 1`, `No device found on
`
* Arduino Cloud (Setup Device): `We were not able to configure your device`, `Executing command: exit status 1`
-The underlying issue[^github-issue-renesas] was identified and a patch[^github-pr-cli] was included in Arduino CLI 0.33.1, Arduino IDE 2.1.1, and Arduino Create Agent 1.3.2.
+The underlying issue[^github-issue-renesas] was identified and a patch[^github-pr-cli] was included in Arduino CLI 0.33.1, Arduino IDE 2.1.1, and Arduino Cloud Agent 1.3.2.
To use your UNO R4 WiFi on Windows, make sure your software is up to date:
* If you are using Arduino IDE 2, press Ctrl + Shift + P to open the Command Palette and run the `Arduino: Check for Arduino IDE Updates` command, and look for a pop-up notification in the bottom-left corner. Alternatively, download and install the latest version.
-* The Create Agent updates to the latest version automatically. Check your Arduino Create Agent version to verify that you're running 1.3.2 or later. If it's not updating, try restarting the application, or manually installing the latest version.
+* The Cloud Agent updates to the latest version automatically. Check your Arduino Cloud Agent version to verify that you're running 1.3.2 or later. If it's not updating, try restarting the application, or manually installing the latest version.
* If you are using Arduino CLI, run `arduino-cli upgrade`.
If you're still see errors when uploading, check **[Errors when uploading a sketch](https://support.arduino.cc/hc/en-us/articles/4403365313810-Errors-when-uploading-a-sketch)**.
diff --git a/content/Software Support/Installation/Download-and-install-Arduino-IDE.md b/content/Software Support/Installation/Download-and-install-Arduino-IDE.md
index 55abd389..89fb6c99 100644
--- a/content/Software Support/Installation/Download-and-install-Arduino-IDE.md
+++ b/content/Software Support/Installation/Download-and-install-Arduino-IDE.md
@@ -76,7 +76,7 @@ If Arduino IDE fails to open, and you see the text `dlopen(): error loading libf
* If you're using a Chromebook, see [Use Arduino with Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook).
* If you're installing the legacy version, see these guides for [Windows](https://docs.arduino.cc/software/ide-v1/tutorials/Windows), [macOS](https://www.arduino.cc/en/Guide/macOS), [Linux](https://docs.arduino.cc/software/ide-v1/tutorials/Linux).
-* Consider using the [Cloud Editor](https://support.arduino.cc/hc/en-us/articles/13809101080732-Open-the-Cloud-Editor) (you'll need to install the [Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent)).
+* Consider using the [Cloud Editor](https://support.arduino.cc/hc/en-us/articles/13809101080732-Open-the-Cloud-Editor) (you'll need to install the [Arduino Cloud agent](https://support.arduino.cc/hc/en-us/articles/360014869820)).
* Check the [Installation & Troubleshooting category](https://forum.arduino.cc/c/using-arduino/installation-troubleshooting/18) in the Arduino Forum.