# Assets

Assets in NOVA are reusable, configurable components that define key mission parameters such as aircraft type, aircraft performance, operational limits, and flight route. They form the foundation of the NOVA platform, enabling efficient flight operation management.

Every mission in NOVA is built using assets, ensuring consistency and easy updating. This approach simplifies mission planning, ensures accuracy, and keeps your operations adaptable to changes.

There are the following asset types:

<table data-full-width="false"><thead><tr><th width="228" valign="top">Asset Type</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Aircraft Type</strong><br></td><td valign="top">Corresponds to the "model" or "type certificate" of the aircraft, like DJI Mavic Pro, Rigitech Eiger, or Airbus A320.<br><a href="/pages/v1AfZSdZarZCMNO8kx2j">Read more</a></td></tr><tr><td valign="top"><strong>Performance Set</strong><br></td><td valign="top">The performance of the aircraft type: speeds, climb rate, or endurance.<br><a href="/pages/1f7WmIJnuBDXc7j94yS1">Read more</a></td></tr><tr><td valign="top"><strong>Aircraft Type Limit Set</strong></td><td valign="top">Limit sets that are specific to the capabilities of the aircraft type. These can be weather-related or performance-related factors.<br><a href="/pages/Rx8HpRjIdx1Jl6B7Xwvf#aircraft-type-limit-set">Read more</a></td></tr><tr><td valign="top"><strong>Operational Limit Set</strong></td><td valign="top">Parameters defined in the operational rules that specify the conditions under which the mission can take place.<br><a href="/pages/Rx8HpRjIdx1Jl6B7Xwvf#operational-limit-set">Read more</a></td></tr><tr><td valign="top"><strong>Route</strong></td><td valign="top">Planned 3D flight route based on waypoints with defined latitude, longitude, and altitude above ground level.<br><a href="/pages/aq0AR0hb9vkDDhkDXYK3#route">Read more</a></td></tr><tr><td valign="top"><strong>Location</strong></td><td valign="top">Locations (latitude and longitude) that generally define where the mission takes place without specifying an explicit route.<br><a href="/pages/aq0AR0hb9vkDDhkDXYK3#location-local-flight">Read more</a></td></tr><tr><td valign="top">Sensor (Weather Station)</td><td valign="top">Under Sensor you can add/remove weather stations to your organization and make their current observations visible in a mission. (Read more, soon)</td></tr></tbody></table>

## NOVA Asset Manager

The NOVA Asset Manager organizes all you assets in a central place. The asset manager enables you to view, create, edit and remove assets.

The asset manager shows a table of existing assets, grouped by asset type. The table includes the asset's name, its type, whether or not the asset is used in missions ("Assigned" column), and information about the latest modification of the asset.

You can search for asset names through the search bar in the upper right corner.

{% tabs %}
{% tab title="NOVA Asset Manager" %}

<figure><img src="/files/0CVBxhWl0ukQWgHHeC0m" alt="A screenshot of NOVA Asset Manager within NOVA Operations Platform"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Groups collapsed" %}

<figure><img src="/files/NhZkDqoB1GQC0lIjeEh7" alt="A screenshot of NOVA Asset Manager with conveniently collapsed asset groups"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Asset selected" %}

<figure><img src="/files/8N00TlsdxnrsjOAzy49D" alt="A screenshot of NOVA Asset Manager with a specific asset selected from the list."><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Info Sidebar" %}

<figure><img src="/files/iLp5QVmhVYUrrdIn3QlU" alt="A screenshot of NOVA Asset Manager with a specific asset having all of its info details shown in the sidebar"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

By clicking on an asset type group, it can be expanded or collapsed (see [screenshot](#groups-collapsed)).

By clicking on an asset, it can be selected and then <img src="/files/pulNa9ciFgnRs1vdilOV" alt="" data-size="line"> modified or <img src="/files/nNh4cK70zr4aegITHNmu" alt="" data-size="line"> deleted. (see [screenshot](#asset-selected)) To use the asset through the [Unisphere API](/unisphere-apis.md), copy its <img src="/files/zHZC07ulWppmknUWPIuc" alt="" data-size="line"> unique identifier.

The information button on the top right opens the sidebar with more information about a selected asset (see [screenshot](#info-sidebar)).

Clicking <img src="/files/przJqpRyZF386xVNFwvf" alt="" data-size="line"> opens a dialog to create a new asset. The dialog guides you through the creation process based on the asset type you select.

<figure><img src="/files/5bnZLlynySen6QtCPsMa" alt="A screenshot of NOVA Asset Manager when creating a new asset - a dialog with various asset options." width="485"><figcaption><p>Create asset dialogue</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/assets.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.
