# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.idew.org/code-robotics/tutorials/hello-world-test/b-1-arduino-code-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
