# Connect

If you have the weather station addon for NOVA, you may add weather stations directly into NOVA and view them individually or from within missions.

{% hint style="info" %}
Currently, only **Tempest** weather stations can be added by the user.

For other weather station types and aviation-grade solutions, contact <support@unisphere.io>
{% endhint %}

## How to Connect a Tempest Weather Station

{% hint style="info" %}
Before adding the weather station, make sure you have your **Tempest access token**, which is needed to access the weather station.
{% endhint %}

{% stepper %}
{% step %}
Navigate to the **Assets** page in NOVA.
{% endstep %}

{% step %}
Click the `+ New Asset` button in the top right corner.
{% endstep %}

{% step %}
From the menu, select `New Weather Station`

<figure><picture><source srcset="/files/GDU6dsNNYKaWsCHixp9y" media="(prefers-color-scheme: dark)"><img src="/files/Tiuq9DOAf98eo00ttnSh" alt="" width="485"></picture><figcaption><p>Select 'New weather station' from the asset creation dialog</p></figcaption></figure>

{% hint style="info" %}
If `New weather station` is not visible in your asset creation dialog, you are missing the weather stations addon. Contact <support@unisphere.io> to activate it.
{% endhint %}
{% endstep %}

{% step %}
In the `New Weather Station` dialog:

* Select `New Tempest ONE Weather Station`.
* Enter your Tempest access token.
* NOVA will retrieve a list of weather stations linked to your Tempest account.

<figure><picture><source srcset="/files/wyUV6eQRAtsZ7xEo72HH" media="(prefers-color-scheme: dark)"><img src="/files/fgXuICfYZZ6h2oPj7wa3" alt=""></picture><figcaption><p>Enter you Tempest API to see a list of available weather stations</p></figcaption></figure>
{% endstep %}

{% step %}
From the **weather stations list**:

* Select the weather stations you want to integrate into NOVA.
* Optionally, provide:
  * A custom station name.
  * Latitude and longitude coordinates (for accurate map display and mission association).
  * A station-specific mission radius.

Missions you create in the future will pre-select weather stations if the mission is within the *station-specific radius*. You may override this in the mission wizard.
{% endstep %}
{% endstepper %}


---

# 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/connect.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.
