# Mission Integration

The Mission Integration feature allows users to associate connected weather stations with flight missions in NOVA. This enables operators to compare live local weather data with model forecasts and radar data.

<figure><picture><source srcset="/files/9YJc8oRuD63IrEbqPTOA" media="(prefers-color-scheme: dark)"><img src="/files/9AWflKqcCYnVhyX6Rt2M" alt=""></picture><figcaption><p>Live data from weather station shown within NOVA Now</p></figcaption></figure>

## Assigning Weather Stations to a Mission

Weather stations can be associated with a mission [during mission creation](#during-mission-creation) or by [editing an existing mission](#editing-an-existing-mission).

### During Mission Creation

When creating a new mission through the [**Mission Wizard**](/nova/get-started/create-a-new-mission.md)**:**

{% stepper %}
{% step %}
Proceed through the mission wizard until you reach the **Assign weather stations** section.
{% endstep %}

{% step %}
NOVA will automatically pre-select weather stations that are close to the mission location based on the *station-specific radius*. The station-specific radius is selected when connecting the weather station.

<figure><picture><source srcset="/files/Os4PjlJfcErA2PheFkqJ" media="(prefers-color-scheme: dark)"><img src="/files/r93EZ3CpAr381FICabeu" alt=""></picture><figcaption></figcaption></figure>

You can manually override this pre-selection and select a specific weather station by clicking `SHOW ALL WEATHER STATIONS` and selecting weather stations that are further away.
{% endstep %}
{% endstepper %}

### Editing an Existing Mission

To add a weather station to an existing mission:

{% stepper %}
{% step %}
Locate the mission in your missions list.
{% endstep %}

{% step %}
Select the mission and click **edit mission** to modify the mission settings.
{% endstep %}

{% step %}
In the edit mission dialog, add a weather station in the corresponding select box.

<figure><picture><source srcset="/files/zJnmwNTCn3y9QXtu1btG" media="(prefers-color-scheme: dark)"><img src="/files/905265uTlkExu0PGme1S" alt=""></picture><figcaption></figcaption></figure>
{% 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/mission-integration.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.
