> 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/troubleshooting-and-support.md).

# Troubleshooting and Support

## Warranty <a href="#warranty" id="warranty"></a>

RoboDot carries a 12-month warranty from date of purchase. For warranty repairs contact Robota via contact form at <https://www.robota.us/>. With an RMA request complete ship to:

> Robota LLC 5015 Voyager Dr #7 Dallas, TX 75237

## Known Issues <a href="#known-issues" id="known-issues"></a>

In version 3.1.10 Boot up mode as rover will overwrite shot files to the same file name.

Use boot up mode 'Base' and then click "Make Rover" in the settings page

In version 3.1.10 Serial outputs must be disabled for proper function

## DJI Drones <a href="#dji-drones" id="dji-drones"></a>

"Obtaining IP address" message on Wi-Fi connection:

First connect RoboDot to the controller then turn the drone on.


---

# 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/troubleshooting-and-support.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.
