Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ When we are done, we should see this screen:

Congratulations, you now have the necessary tools to start using the Web Editor.

> You can find the Arduino Create Agent files by following the path that relates to your operative system:
>
> **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent`
>
> **MacOS:** `Users/{username}/Applications/ArduinoCreateAgent`
>
> **Linux:** `/home/<user>/ArduinoCreateAgent`

### Uploading a simple example

Now, let's take a look at how the Web Editor works, by uploading a simple example to the board. First, we need to navigate to the Web Editor, by either [clicking this link](https://create.arduino.cc/editor) or clicking the menu at the top right corner, following the image below:
Expand Down Expand Up @@ -80,4 +88,4 @@ If we look at the board we uploaded the code to, we should see the onboard LED b

#### More tutorials

You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).
You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).