# Manual flights

For manual flights that do not rely on pre-planned missions, follow the steps below to ensure proper system setup and safe launch.

{% hint style="info" %}
**Pre-Flight Preparation**

Before proceeding, refer to the previous chapter: ***“*****Getting started with Nexus and Before flights procedures*****”.*** This section explains how to:

* Configure the required **map overlays**
* Enable relevant **drone system overlays**
  {% endhint %}

<details>

<summary>Flying with a geofence</summary>

To assign a geofence to a flight mission:

1. **Open the Mission View**.
2. Create a **Free Flight Task** for the operation.
   * Select the appropriate **vehicle type** and **drone asset** for the mission.
3. Use the **Geofence Tool** to draw the operational boundary directly on the map.
   * This defines the maximum allowed flight area for the UXV.

{% hint style="info" %}
**No-Fly Areas**

If specific areas must be avoided (e.g., friendly positions, civilian zones), use the **No-Fly Zone Tool** to mark them on the map. The UAS will avoid these during the mission.
{% endhint %}

<figure><img src="/files/oA6Bn2CkBR2135gG9YY0" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Flying without a geofence</summary>

If the mission **does not require a geofence**, you do **not** need to create a Free Flight Task.

However, you **must ensure** that geofencing is **not enforced** for the selected UAS:

1. Go to the **Safety Parameters** of the required drone (UXV).
2. **Disable the geofence requirement** to allow for an unrestricted flight.

{% hint style="danger" %}
**Failure to disable geofence enforcement may prevent takeoff or limit flight range.** Always verify safety settings before launch.
{% endhint %}

</details>

### **Select and Prepare the Drone** <a href="#select-and-prepare-the-drone" id="select-and-prepare-the-drone"></a>

1. Go to the **Drone tab** (third tab from the top).
2. From the asset list, **select the appropriate drone system** for the flight.
3. Open both the **Status Panel** and **Information Panel** to verify:
   * System health
   * Connectivity (RSSI, GPS fix)
   * Battery and payload status
4. Complete the **Take-Off Checklist**
   * Ensure all items in the **Take-Off Checklist** are completed before initiating flight.

{% hint style="info" %}
Verifying system readiness through the Status and Information panels is critical to mission safety.
{% endhint %}

<figure><img src="https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/~gitbook/image?url=https%3A%2F%2F3301202886-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F0SdU5HKtn2I4YkIwkZZ4%252Fuploads%252FUgAUTw9TSXkEiewvpX5I%252FDrone%2520status%2520and%2520controls.png%3Falt%3Dmedia%26token%3D316bacf3-5053-40ea-9a27-dce87b11374d&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4baae7c9&#x26;sv=2" alt=""><figcaption></figcaption></figure>

***

### Pre-Flight Configuration <a href="#pre-flight-configuration" id="pre-flight-configuration"></a>

Before takeoff, perform the following configuration steps to ensure safe and controlled flight:

1. Open the **Controls panel** under the **Mission Control** tab.
2. Set the desired **Flight Level**.
   * This is especially important if you plan to use **Go To** commands or **Waypoints**, even during a manual flight.
   * Confirm the flight level by holding the confirmation button next to the input field until confirmed.
3. On the map, define a **Fallback Location**.
   * This is the location the drone will return to automatically if a **Return-to-Land (RTL)** is triggered.

***

### Manual Flight <a href="#manual-flight" id="manual-flight"></a>

1. Switch to **Manual Control** in the **Controls panel**.
2. Click **Force Arm** to arm the drone.
3. Select the appropriate **Flight Mode**:
   * **Altitude Mode** – Recommended for **GNSS-denied environments**.
   * **Position Mode** – Use when a **reliable GPS fix** is available.

{% hint style="success" %}
The drone is now ready for manual flight. You may control it using the physical controller or a keyboard, depending on your setup.
{% endhint %}

Source of the page: <https://intelic.gitbook.io/intelic/Q05Q1spzBoHPjamMLbyl/getting-started-with-nexus/quickstart/manual-flights#flying-with-a-geofence>


---

# 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/mission-flight/manual-flights.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.
