# Web UI Main Menu

The web UI is the primary interface for interacting with RoboDot, offering comprehensive control and configuration capabilities from any connected device's web browser. This interface allows users to efficiently manage settings, download data, and monitor various system functions with ease. Meanwhile, the touch screen UI is primarily used to display status information, providing quick and direct access to essential real-time data and system alerts right on the device itself.

<img src="https://slabstatic.com/prod/uploads/mxcf1h97/posts/images/preload/ROOnibDDZCVDtrg7XltpWCq9.jpg" alt="" width="188">

The main pages are:

| **Page**  | **Application**                                                                   |
| --------- | --------------------------------------------------------------------------------- |
| Home      | Starting page with quick reference "Field Manual"                                 |
| Status    | Shows position, quality, and state information. Used to set up the base position. |
| Rover     | Enables recording coordinates in to a .sht file                                   |
| Files     | Used to download observations for post process or rover .sht files                |
| Map       | Reference map showing RoboDot location.                                           |
| Positions | A place to save base positions for later use                                      |
| Settings  | Unit configuration                                                                |


---

# 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.robota.us/robodot-touch-3.1.16/robodot-touch-user-guide/web-ui-main-menu.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.
