# Overview

Users can access the Weather Stations Overview by clicking the `Weather Stations` button located on the left-side console of the NOVA platform.

<figure><picture><source srcset="/files/IyaAkR3DamDBz4lG3pZ2" media="(prefers-color-scheme: dark)"><img src="/files/3UI7DdqeXbfcG03O3Ve5" alt=""></picture><figcaption><p>Weather stations selector in left console</p></figcaption></figure>

This overview provides both a **Table View** and a **Map View**, allowing users to monitor and interact with all connected weather stations efficiently.

<figure><picture><source srcset="/files/r85yea2ggyO8ZekRYb3b" media="(prefers-color-scheme: dark)"><img src="/files/Jq3E7ZbbbW2enajYT4FI" alt=""></picture><figcaption><p>Toggle between Table View and Map View</p></figcaption></figure>

## Table View

The table displays a comprehensive list of all weather stations connected to the NOVA platform. For each station, the following information is provided:

* **Current Status**: Indicates whether the station is currently online or offline.
* **Coordinates**: Latitude and longitude of the weather station.
* **Altitude**: Installation altitude of the station above sea level.

Users can double-click on any station in the table to open the [Individual Weather Station View](/nova/weather-stations/individual-view.md), where detailed data are available.

<figure><picture><source srcset="/files/tG9HmVudb4x0s1EliAjT" media="(prefers-color-scheme: dark)"><img src="/files/Z82McSbLM2p1gahefQZl" alt=""></picture><figcaption><p>Table View for Weather Stations</p></figcaption></figure>

## Map View

A visualization of all connected weather stations on a global map.

* Clicking on a weather station icon opens a *Quick View*, which displays the current readings from that station.
* The *Quick View* can be expanded to access the [Individual Weather Station Page](/nova/weather-stations/individual-view.md) for more detailed insights, including historical data and sensor-specific readings.

<figure><picture><source srcset="/files/ze2q1FKvq2zBkoH4DKx6" media="(prefers-color-scheme: dark)"><img src="/files/iLiVNFLBdZnDrWHSFrsd" alt=""></picture><figcaption><p>Map View for Weather Stations with Quick View Dialog</p></figcaption></figure>


---

# 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.unisphere.io/nova/weather-stations/overview.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.
