# GW Web-UI

## User interface

Ruuvi Gateway sets up a WiFi hotspot and a webserver that provides the user interface for configuration over HTTP. The user interface can be accessed in any major browser. To connect to the user interface connect to the hotspot "**Configure Ruuvi Gateway XXXX**" (it does not require a password). Once connected, open your browser and enter **<http://10.10.0.1>** . After the initial configuration is complete, you will be able to access the gateway from the LAN in the same way.

* [Greeting window](/ruuvi-gateway-firmware/gateway-html-pages/greeting-window.md)
* [Internet connection settings](/ruuvi-gateway-firmware/gateway-html-pages/internet-connection-settings.md)
  * [Connection via Wi-Fi](/ruuvi-gateway-firmware/gateway-html-pages/internet-connection-settings/connection-via-wi-fi.md)
  * [Connection via Ethernet](/ruuvi-gateway-firmware/gateway-html-pages/internet-connection-settings/connection-via-ethernet.md)
* [Software update](/ruuvi-gateway-firmware/gateway-html-pages/software-update.md)
* [Automatic configuration download](/ruuvi-gateway-firmware/gateway-html-pages/automatic-configuration-download.md)
* [Automatic updates](/ruuvi-gateway-firmware/gateway-html-pages/automatic-updates.md)
* [Access Settings from LAN](/ruuvi-gateway-firmware/gateway-html-pages/access-settings-from-lan.md)
* [Cloud Options](/ruuvi-gateway-firmware/gateway-html-pages/cloud-options.md)
  * [Backend: HTTP(s)](/ruuvi-gateway-firmware/gateway-html-pages/cloud-options/backend-http-s.md)
  * [Backend: MQTT(s)](/ruuvi-gateway-firmware/gateway-html-pages/cloud-options/backend-mqtt-s.md)
  * [Backend: Statistics](/ruuvi-gateway-firmware/gateway-html-pages/cloud-options/backend-statistics.md)
* [Time Synchronisation Options](/ruuvi-gateway-firmware/gateway-html-pages/time-synchronisation-options.md)
* [Bluetooth Scanning Settings](/ruuvi-gateway-firmware/gateway-html-pages/bluetooth-scanning-settings.md)
* [Configuration completion](/ruuvi-gateway-firmware/gateway-html-pages/configuration-completion.md)
* [Authentication when accessing from LAN](/ruuvi-gateway-firmware/gateway-html-pages/auth.html.md)


---

# 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.ruuvi.com/ruuvi-gateway-firmware/gateway-html-pages.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.
