# Launch To Location/Go to location

The goal here is to mark a GPS location on the FlytBase dashboard and have the drone fly to that location and hover until manual flight control is regained.&#x20;

{% hint style="success" %}
FlytBase Live users can ignore the docking station prerequisites and use the same instructions to fly the drone to a specific location for flight operations without a docking station.
{% endhint %}

{% hint style="info" %}

* Ensure that the Docking station and drone are online and are [<mark style="color:blue;">linked</mark>](/features/settings/docking-station.md) with each other and that the flight path is clear of potential obstacles.

* The entire process of launching a drone nested inside the docking station takes about a minute to set up.
  {% endhint %}

* Once the drone has been added and is online on the FlytBase dashboard. Select the drone and click on the **arrow** next to it.&#x20;

<figure><img src="/files/ZsBYK3f2642ljvX3Nz6J" alt=""><figcaption><p>Drone card extension</p></figcaption></figure>

* Click on **Launch to location.**

<figure><img src="/files/3nLxzSYo0fhYrpniEX0a" alt=""><figcaption><p>Launch to Location Button</p></figcaption></figure>

* **Right-click** at the desired location point on the map. This will drop a pin at the selected location and open the **Launch to location** section with an option to configure the following mission parameters. Ensure that they are configured as per the geographical location to avoid potential obstacles in the mission path.
  * **Latitude and Longitude** values of the specific location.
  * **Launch To Location Action:** The action allows the operator to execute pre-defined automatic actions at the marked Latitude and longitude values.
  * **Drone altitude:** This is the relative altitude between the aircraft and the takeoff point. The drone takes off from the take-off position and flies to the set mission altitude to reach the marked location.
  * **Drone speed:** This is the flight speed when flying toward the marked location.
* Click on **Send** to launch the drone to the specified location.

<figure><img src="/files/gZpdw8ULdE6lK97NqM72" alt=""><figcaption><p>Sending the drone to the desired location</p></figcaption></figure>

**Behaviour of the drone when Launched to a Location**

* The drone will ascend to the set altitude and then fly straight to the marked GPS coordinates at the set speed.&#x20;
* **"Altitude"** considered is in relation to the takeoff point. While the drone is in flight to the marked location, it can be paused anytime using the **Pause button** on the FlytBase Dashboard.&#x20;
* For operational efficiency, docking station users are advised that the **Prime Routine** be executed prior to Launching the Drone to the marked location. The Prime Routine will power on the drone, and RC and perform the necessary actions required to prepare the drone for a quicker launch. The [<mark style="color:blue;">Routine</mark>](/features/operations/docking-station.md#controls) can be executed from the [<mark style="color:blue;">Docking Station Utility</mark>](/features/operations/docking-station.md#docking-station-utility) window, as well as from the main dashboard screen, next to the mission launch icon. Once the Prime routine has been executed and the user launches a mission from the dashboard, the docking station enclosure immediately opens with the drone ready to execute the intended action. This enables the user to minimize uptime and respond to incidents more quickly.

#### How it works:

<figure><img src="/files/TeaPSn7wTpt7zIVTYDSO" alt=""><figcaption><p>Launch to location</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://legacydocs.flytbase.com/features/operations/launch-to-location-go-to-location.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.
