# Land Mode (VTOL) The _Land_ flight mode causes the vehicle to land at the position where the mode was engaged. After landing, vehicles will disarm after a short timeout (by default). A VTOL follows the land mode behavior and parameters of [Fixed-wing](../flight_modes_fw/land.md) when in FW mode, and of [Multicopter](../flight_modes_mc/land.md) when in MC mode. By default a VTOL in FW mode will transition back to MC just before landing. ## 参数 The VTOL-specific parameters are: | 参数 | 描述 | | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | | [NAV_FORCE_VT](../advanced_config/parameter_reference.md#NAV_FORCE_VT) | Force VTOL to takeoff and land as a multicopter (default: true) | ## See Also - [Land Mode (MC)](../flight_modes_mc/land.md) - [Land Mode (FW)](../flight_modes_fw/land.md)