# Getting started with Nexus

{% hint style="info" %}
After launching the rugged Getac laptop, the Nexus UI autostarts within 5 seconds.
{% endhint %}

Nexus is the command and control interface for unmanned systems, connecting them across air, land and sea to provide a common operational picture. With integrated onboard AI it enables intelligent autonomous missions even in the most demanding environments.

***

### Nexus UI breakdown

<figure><img src="https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2F0SdU5HKtn2I4YkIwkZZ4%2Fblobs%2FKTHLu64vIgllvxlCpguW%2FUI%2520Breakdown.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=9043bf9f&#x26;sv=2" alt=""><figcaption></figcaption></figure>

1. **Mission View -** The Mission View allows users to build autonomous missions to be performed by their drones.
2. **Pilot View -** The Pilot View allows users to control their drone with full camera view.
3. **Operator View -** In the Operator View, users can control (multiple) drones and execute their missions.
4. **Map Overlays -** In the Map Overlays, different map display modes can be selected, such as video feeds, paths of drones, and telemetry data.
5. **Settings -** The Settings allow the user to configure their UI, drone and controller setup.
6. **Coordinates (MGRS, LAT/LON), Elevation** - Indicates the location where the pin on the map is placed, and its elevation level.
7. **Ruler** - The Ruler can be used to measure distances on the map.
8. **Zoom Level, Time Indicator -** The Zoom level of the map and the time is indicated in the right lower corner.

Source of the page: <https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/getting-started-with-nexus/nexus-ui-breakdown>

***

### Configuring settings in the Nexus Hub <a href="#configuring-settings-in-the-nexus-hub" id="configuring-settings-in-the-nexus-hub"></a>

In the Nexus Stribog UAS, it is not necessary to configure these settings as they have been preconfigured. However, it is beneficial to know that you can change them if needed.\\

To begin setup:

1. Open Nexus in Chrome: <http://localhost:3000>
2. Click on the **Settings icon** in the bottom-left corner

   <figure><img src="https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2F0SdU5HKtn2I4YkIwkZZ4%2Fblobs%2FRGtJs71Ih7L8SVT39eXi%2FSettings%2520close%2520uo.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ea434e41&#x26;sv=2" alt=""><figcaption></figcaption></figure>
3. Adjust the following preferences:
   1. System settings
      1. **Observer Mode:** Turns off controls of drones, used for example when visiting the Nexus Hub from another device on the same network.
      2. (Optional) **Developer Mode**: This gives access to detailed logs from the drone and ground control system.
   2. App settings
      1. **Display geo-bar:** Shows the coordinates of the geomarker on the map and the ruler.
      2. **Internet maps:** When turned on, when there is an internet connection, maps will be displayed and cached.
      3. **MGRS**: When turned on, MGRS coordinates are used throughout the interface. When turned off, LAT/LON coordinates are used instead.
   3. Mission controls
      1. **Safety Mode / Direct Action Mode:** Safety Mode enforces the checklist for takeoff, and users need to hold all safety buttons to a 3 second delay before confirming a critical action. In Direct Action Mode, checklists are optional and safety buttons need to be held for 0.5 seconds before confirmation of a critical action.

<figure><img src="https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2F0SdU5HKtn2I4YkIwkZZ4%2Fblobs%2F6M5cD98Pba1fSIVT3vnF%2FSettings%2520page.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=613ac7f1&#x26;sv=2" alt=""><figcaption></figcaption></figure>

***

### Setting map & overlay preferences <a href="#setting-map-and-overlay-preferences" id="setting-map-and-overlay-preferences"></a>

Customize how the operational area is displayed:

1. Click the **eye icon** in the bottom-left corner of the Nexus interface.
2. Toggle visual overlays to show or hide:
   * Live camera feed
   * Gimbal frustum projection
   * Drone tags and flight paths

These overlays improve situational awareness and mission control.

Source of the page: <https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/getting-started-with-nexus/nexus-ui-breakdown>

***


---

# 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.airvolute.com/uas-platforms/nexus-stribog-uas/stribog-uas-user-manual/flying-with-stribog-uas/manual-flight.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.
