# High Wind Failsafe Trigger

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

The **High Wind Failsafe Trigger** is a safety feature that activates when the vehicle detects wind speeds exceeding 14 m/s. When triggered, it initiates a predefined action, such as returning to home or landing, to prevent the vehicle from being adversely affected by high winds.

**Default Failsafe Action:** Return

Failsafe detection can trigger one of the following actions.

<table><thead><tr><th width="170"></th><th></th></tr></thead><tbody><tr><td><strong>Disabled</strong></td><td>No action (the failsafe will be ignored).</td></tr><tr><td><strong>Return mode</strong></td><td>The vehicle will enter Return mode and fly directly to the designated landing location at the set return altitude, then land.</td></tr><tr><td><strong>Land mode*</strong></td><td>The vehicle will enter Land mode and land immediately.</td></tr></tbody></table>

(**\***&#x6F;nly available in AMC's Advanced Mode)


---

# 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.deltaquad.com/gov/setup/safety-features/high-wind-failsafe-trigger.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.
