Type the keyword "esp32" in the search box, select the latest version of esp32, and install it. We will take the one from espressif.
This process takes about 5 minutes to half an hour, which depend on the speed of your network.

After pressing install you sould see it run in the right corner.

## step 3
**Board**
Navigate to ```Tools > Board > ESP32 Arduino``` and select "XIAO_ESP32C3". The list of board is a little long and you need to roll to the buttom to reach it.

**port**
Navigate to ```Tools > Port``` and select the serial port name of the connected XIAO ESP32C3. This is likely to be COM3 or higher (COM1 and COM2 are usually reserved for hardware serial ports).

## Done!
Now try to go back to [Basic button](Basic_button.md) and try uploading the code.
### more
In case you are new to all of this we recommend [Getting Started with Seeed Studio XIAO ESP32C3](https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started/)