# 2.4：握緊駕駛桿！你的第一次飛行與量子跳躍

站在你的飛船前，激動的心情難以言喻。別急，讓我們一步步完成起飛流程。

### 登船與啟動

* **登船：** 找到飛船的入口（坡道、梯子或門），按住 `F` 互動進入。坐進駕駛座。
* **啟動系統：** 依照以下兩步驟啟動你的飛船：
  1. **開啟電源：** 按下 `U` 啟動飛船電源。
  2. **啟動引擎：** 按下 `I` 即可啟動飛船引擎，一切就緒！

### 起飛流程

1. **聯繫航管 (ATC)：** **必做步驟！** 否則機庫門不會打開。
   * **快捷鍵：** 按下 `左 Alt + N`。
   * 當聽到「You are clear to launch」且大門打開時即可起飛。
2. **起飛與收起落架：**
   * 按下 `空白鍵` 垂直上升。
   * 離地後按下 `N` 鍵收起起落架。

### 切換模式與量子跳躍 (Master Modes)

目前的版本採用 **大師模式 (Master Modes)**，將飛行分為 **SCM (戰鬥)** 與 **NAV (導航)** 兩種狀態。

1. **切換導航模式：** 按下 `B` 鍵將模式切換至 **NAV**。只有在 NAV 模式下才能進行量子跳躍或進行極速飛行（但此時護盾會失效）。
2. **啟動量子引擎 (校準)：**
   * 將船頭對準星圖上設定的目的地。
   * **長按 `B` 鍵** 啟動量子引擎校準。
   * 螢幕上會顯示「Calibration: 100%」且「Spooling: 100%」。
3. **執行量子跳躍：** 校準與充能完成後，**長按 `滑鼠左鍵`** 即可出發。

### 降落

1. 抵達目的地後，按下 `B` 切換回 **SCM** 模式（以恢復護盾並降低速度）。
2. 靠近空間站，按下 `左 Alt + N` 聯繫航管。
3. 跟隨圖標找到停機坪，按下 `N` 放下起落架。
4. 使用 `左 Ctrl` 緩慢下降著陸。
5. 著陸後按下 `I` 關閉引擎，按 `U` 關閉電源，長按 `Y` 離開座位。

更多飛行快捷鍵請參考：[**附錄 A：快捷鍵小抄**](/star-citizen-beginners-guide/appendix/appendix-a.md)。


---

# 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://star-netrunners.gitbook.io/star-citizen-beginners-guide/part-2/section-2-4.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.
