> For the complete documentation index, see [llms.txt](https://docs.flytbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flytbase.com/pre-flight-modules/learn-more-about-failsafes/alternate-landing-location.md).

# Alternate Landing Location

## Setting the Alternate Landing Location

Ensure that the alternate landing location and alternate landing location altitude have been set during the initial dock configuration on the DJI RC Plus.&#x20;

* During the initial setup of the dock, a page will be displayed in the DJI Pilot 2 App, allowing you to configure an alternate location. Follow these steps:&#x20;
  * Ensure the drone is powered ON and place it at the alternate landing site you would want to choose, ensuring it is free from obstacles.&#x20;
  * In the DJI Pilot 2 app, tap on Set Alternate Landing Site to establish the chosen location as the alternate landing site.
  * Adjust the Alternate Route Altitude, taking care to verify that there are no obstacles along the flight path from the dock to the alternate landing site to prevent any potential collisions. Click on "Set Height" to save the Alternate Landing Location Altitude.

<figure><img src="https://lh4.googleusercontent.com/tDWcZZvjBkTYRyFQkpe_XfSldb0Uh0RJjK3G1QkcgP9Go8NZym4HYrY2CeUuniz4GtCMzFSgzhPtfSNJw4atkSCdQMlO0ASV0o9oiMC2VweBQupkVvd9yBQSSQ5rhqJu4wJG7OAXlsHMr8dHSnvu_lk" alt=""><figcaption><p>Setting Alternate Landing Site on DJI Pilot 2 App</p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/-LKx308JM-8g58A9pFyJ7cGQ4gA-R4LC7HpBoXflEsuoiqzzmUVhLQph580-l1-YZBb0NaZFQBo0f9RbvOCOWQQcOvmSaxrxRCKDHhzDDzgKEk_Gw8PmKWKVkB0kGIVoJT2K51sDh8WCiWerNuWkgsw" alt=""><figcaption><p>Setting Alternating Route Altitude on DJI Pilot 2 App</p></figcaption></figure>

## Viewing the Docking Station Location and Alternate Landing Location on FlytBase

To view the Docking Station Location and Alternate Landing Location on the FlytBase dashboard, follow these steps:

* Register the Dock: Make sure that you have successfully registered the DJI Dock with FlytBase. This step ensures that the system recognizes the dock's location using its global positioning.&#x20;
* Once both the dock's location and the alternate landing location have been registered and the dock is online, you will be able to locate the locations displayed on the map within the FlytBase dashboard. This visualization provides you with a clear view of the locations, aiding in monitoring and ensuring safe flight operations.

<figure><img src="/files/zCLlLWStKx0aOqLuhEe8" alt=""><figcaption><p>Docking Station and it's Alternate Landing Location on FlytBase</p></figcaption></figure>

## Behavior of the drone while initiating the Alternate Landing Location Maneuver

<figure><img src="/files/GgVvd6BV5qTmO7PcEM6t" alt=""><figcaption><p>Expected Behavior; as indicated by DJI User Manual</p></figcaption></figure>

The Alternate Landing Location feature provides an added layer of safety for your DJI Dock and M30 drone. By setting this feature up correctly, you can ensure secure landings even in challenging situations.

Head over to the [Platform Settings](/pre-flight-modules/platform-settings.md) to learn more about the essential settings you need to configure for safe and efficient flight operations.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flytbase.com/pre-flight-modules/learn-more-about-failsafes/alternate-landing-location.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
