# 進階使用方法

## 新增角色

如果要新增可玩角色，請從「角色」畫面中新增；如果要新增NPC，請從「NPC」畫面中新增。

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

## 新增階段

#### ① 點擊「新增階段」並選擇類型

從階段列表畫面中點擊「新增階段」，然後選擇要新增的階段類型。

* 基本：角色文本讀取、附加信息分發、討論、說明的提示等⋯
* 小劇場：由角色或NPC的台詞、旁白構成的小劇場部分、希望按順序閱讀的部分等⋯
* 投票：真相投票、行動選擇等⋯
* 顯示遊戲流程：顯示在「遊戲流程」中設定的整體流程

<figure><img src="/files/9WcGHFrQqFOy0dgHEQ9D" alt=""><figcaption></figcaption></figure>

#### ② 進行階段連接操作

從「階段列表」畫面中移動到「流程設定」。

圖片範例中，嘗試將「新追加的階段」插入到「第一次討論」和「額外情報」之間的操作步驟如下：

1. 點擊F節點
2. 將「第一次討論」的「預設轉場目的地」調整成「新追加的階段」
3. 將「新追加的階段」連接到「額外信息」

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

#### ③ 添加到遊戲流程中

從「階段列表」中選擇「遊戲流程」，操作方法如下：

1. 點擊「新增流程」
2. 輸入標題等資訊
3. 從畫面底部的「未設定流程階段」中拖曳相關階段至所新增的流程內
4. 將新增的流程拖曳到正確位置

詳細說明請參考[這個頁面](/zh-tw/basic-features/phase/basic/timeline.md)。

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

## 刪除階段

#### ① 從階段詳細畫面刪除階段

點擊階段詳細畫面右上角的「⋯」，然後選擇刪除。

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

#### ② 重新連接階段進行

從階段列表畫面中移動到「流程設定」。刪除的部分連接已經斷開，需要重新連接。

#### ③ 從遊戲流程中刪除

從階段列表畫面中移動到「遊戲流程」。從遊戲流程列表中刪除相關階段的說明。

## 新增文本

請參考[這個頁面](/zh-tw/basic-features/texttab.md)。

## 分發線索

請參考[這個頁面](/zh-tw/basic-features/clue.md)。

## 使用牌組功能

請參考[這個頁面](/zh-tw/basic-features/decks.md)。

## 創建密談房間

請參考[這個頁面](/zh-tw/basic-features/room.md)。

## 設定背景音樂

請參考[這個頁面](/zh-tw/basic-features/bgm.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://docs.studio.uzu-app.com/zh-tw/overview/template/advanced.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.
