# Software

The best place to find information on how to get started with the Sumo board is the [Adafruit CircuitPython page](https://learn.adafruit.com/welcome-to-circuitpython/overview).

This page details the two main options that you can use for software:

[Mu Editor](https://codewith.mu/en/download)

[Thonny Editor](https://thonny.org/)

To get started with the Thonny editor, please review this [page](https://learn.adafruit.com/circuitpython-libraries-on-micropython-using-the-raspberry-pi-pico/thonny-setup).

### Helper Libraries

The Sumo board comes installed with a number of helper libraries to get the motors to move easily.

These can also be downloaded below.

{% file src="/files/rKwsw0Hjr67UqlGaJelQ" %}

### CircuitPython

The following firmware can be used to put CircuitPython back onto the board. This is useful if you have been developing with Arduino and would like to move back to Python.

{% file src="/files/yfR0CszdilHeJxNluxjA" %}


---

# 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://sumokit.buildingblockrobotics.com/setup/software.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.
