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 ad8f5911..a3c5d391 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
@@ -40,7 +40,7 @@ Secret keys cannot be recovered if lost. Make sure to save any Device ID and Sec
* If your board isn't detected by the Cloud Editor, see [If your board does not appear in the port menu](https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-does-not-appear-in-the-port-menu).
- * If you get an error message when uploading, see [Errors when uploading a sketch](https://support.arduino.cc/hc/en-us/articles/4403365313810-Errors-when-uploading-a-sketch).
+ * If you get an error message when uploading, see [If your sketch doesn't upload](https://support.arduino.cc/hc/en-us/articles/4403365313810-If-your-sketch-doesn-t-upload).
### "We were not able to configure your device
Something went wrong!"
diff --git a/content/Custom/Hubs/Cloud-Editor-Support.md b/content/Custom/Hubs/Cloud-Editor-Support.md
index f3547cdf..96ae171b 100644
--- a/content/Custom/Hubs/Cloud-Editor-Support.md
+++ b/content/Custom/Hubs/Cloud-Editor-Support.md
@@ -50,15 +50,13 @@ id: 9393241841308
If you get a console error
+Can't compile or upload?
- The easiest way to find a solution for a specific error is to copy the - error description from the console, and paste it on the search bar. You - can also read more about: + Issues can occur when compiling or uploading a sketch. If an error message appears in the console, a quick way to find a solution is to copy and paste it into the search bar. Learn how to:
- Errors when uploading a sketch - If your sketch doesn’t compile + Fix compilation issues + Fix upload issuesErrors in the console?
+Can't compile or upload?
- The easiest way to find a solution for a specific error is to copy the - error description from the console, and paste it on the search bar. You - can also read more about: + Issues can occur when compiling or uploading a sketch. If an error message appears in the console, a quick way to find a solution is to copy and paste it into the search bar. Learn how to:
- Errors when uploading a sketch - If your sketch doesn’t compile + Fix compilation issues + Fix upload issuesBoard not detected?
-Read more about:
- If your board is not detected by Arduino IDE - Fix port access on Linux +Learn what to do if your Arduino board is missing from the board selector or from the Tools > Port menu.
+ Fix board detection issuesIf the Arduino IDE is unresponsive
- Learn what to do if the Arduino IDE hangs, freezes, or otherwise becomes + Learn what to do if the Arduino IDE hangs, freezes, or becomes unresponsive.
- Read the article + Fix issues with Arduino IDE +Find files used by Arduino IDE
++ Find where sketches, libraries, board platforms, and other files used + by Arduino IDE are stored on your computer. This can be useful for project organization and troubleshooting. +
+ Locate Arduino IDE filesTroubleshoot a sketch
+Install a custom core version
- There are many factors involved in uploading a program to your Arduino - board, and if any of them are missing, the upload could fail. + The IDE allows for multiple versions of the same core to be installed + simultaneously. This can be useful for testing purposes, or for solving + compatibility issues with a specific core version.
- Learn more about possible issues + Learn how to install and use a custom core versionLibraries
-Learn more about managing libraries.
+Learn more about managing libraries:
Add libraries to Arduino IDE Uninstall a library from Arduino IDE - Submit a 3rd part library to the manager -Find files used by Arduino IDE
-- Learn where sketches, libraries, board platforms, and other files used - by Arduino IDE are stored on your computer. -
- Read the article + Submit a 3rd-part library to the managerInstall a custom core version
-- The IDE allows for multiple versions of the same core to be installed - simultaneously. This can be useful for testing purposes, or for solving - compatibility issues with a specific core version. -
- Learn how to install and use a custom core version in the IDE +Text and display size settings
+ +Learn how to change text and display size in Arduino IDE
+ Change text and display sizeEnable autocomplete
-Learn how to enable the autocomplete feature in Arduino 2:
- Read the guide +Autocomplete feature
+Learn how to enable the autocomplete feature in Arduino IDE.
+ Enable autocomplete +Serial monitor
+The serial monitor can be used for debugging, testing concepts, or communicating with the Arduino board
+ Learn more about the serial monitor +Serial plotter
+The serial plotter is a tool for tracking and visualising different data that is sent from your Arduino board.
+ Learn more about the serial plotter