> For the complete documentation index, see [llms.txt](https://docs.robota.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robota.us/robodot-touch-3.1.16/robodot-touch-user-guide/getting-started.md).

# Getting Started

### Powering on/off the RoboDot <a href="#powering-onoff-the-robodot" id="powering-onoff-the-robodot"></a>

**To power on**: Depress the main switch on the side of the RoboDot for half a second.

The unit will vibrate and beep and show a solid blue LED.

**To power down**: Click the same button for a fraction of second. The button is only responsive once the unit is done booting up.

The unit will vibrate, beep and flash the red LED.

If the unit were to become unresponsive, holding the power button for 4 seconds forces it to turn off.

### Charging <a href="#charging" id="charging"></a>

Charge the device using a USB 3.0 port with 1A capability and a USB-C cable. It takes 3 hours to reach a full charge. The unit can be charged during use, and it will charge regardless of being on or off. When the charger is connected, the RoboDot will automatically turn on.

![](https://slabstatic.com/prod/uploads/mxcf1h97/posts/images/preload/F869fjAnwKVR_nrGu5KombC4.png)

Charge is complete when the bolt on the battery indicator is off.

Only use approved chargers that are delivered with RoboDot

### Status LED Colors <a href="#status-led-colors" id="status-led-colors"></a>

A status LED is available in addition to the touch screen and web UI. It provides a quick reference to the state of the RoboDot from a distance.

| **Color Code**     | **Meaning**                            |
| ------------------ | -------------------------------------- |
| Blue Solid         | Booting                                |
| White Blink        | No GPS                                 |
| Yellow Blink       | Not recording                          |
| Green Blink        | Recording Observations                 |
| Blue Alternating   | Unit is connected to VRS               |
| Orange Alternating | Unit is receiving corrections via LoRa |
| Red                | Memory card failure                    |

### Registering <a href="#registering" id="registering"></a>

For the best user experience, register your RoboDot one Wingman before getting started. Registration is required for:

* Warranty service
* Firmware updates
* RoboDot Utility downloads
* Wingman Online Tools

Steps:

> Follow the steps at the URL indicated on the boot screen.\
> Register the RoboDot with the serial and key displayed on the boot screen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.robota.us/robodot-touch-3.1.16/robodot-touch-user-guide/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
