> For the complete documentation index, see [llms.txt](https://docs.idew.org/code-robotics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idew.org/code-robotics/tutorials/hello-world-test/b-1-arduino-code-editor.md).

# B-1 Arduino Code Editor

You will use an Arduino code editor (also called an IDE – Integrated Development Environment) to create and save your Arduino apps for your robot. You'll also use the code editor to upload apps to your robot, in order to actually run them.

[Follow these instructions to set up an Arduino code editor on your computer](/code-robotics/references/arduino-code-editor.md).  There are two options:  you could use the **Arduino Create web editor** or the **Arduino IDE desktop editor**. Check with your teacher to see which editor you should set up.

Once your Arduino code editor is ready to use, go on to the next step in this tutorial.
