# Results

The core functionality of NOVA is based on the automated evaluation of flight conditions for each mission. After setting up your mission, NOVA automatically assesses the flight feasibility of your mission based on the entered parameter limits and weather data. You then have access to our three weather evaluation methods—NOW, AWARE, and CAST—for real-time, 2-day, and 7-day assessments.

The system presents the results through three dedicated interfaces using overviews, graphs, and charts. A traffic light system is deployed - indicators marked "red," "yellow," or "green" - providing pilots with essential decision-making information at a glance while keeping the data concise. All displayed information is continuously updated to ensure real-time accuracy.

<figure><img src="/files/DFjig1ZIIBqY8ChGcc6u" alt=""><figcaption><p>Example results page for route missions</p></figcaption></figure>

In the following section, we will take a closer look at each evaluation method.

{% content-ref url="/pages/xtPPGbBrA1XQrb1dAsnK" %}
[NOW](/nova/missions/results/now.md)
{% endcontent-ref %}

{% content-ref url="/pages/8bYsvvt1ZS8dqf3Q9E0t" %}
[AWARE](/nova/missions/results/aware.md)
{% endcontent-ref %}

{% content-ref url="/pages/YK7mGIHVTj0HG81yK6Qj" %}
[CAST](/nova/missions/results/cast.md)
{% endcontent-ref %}


---

# 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/missions/results.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.
