# 顯示遊戲流程階段

遊戲流程階段是指從開場、角色文本讀取、討論、進入投票、到結尾等**整個劇情的流程**。這個階段顯示玩家當前處於哪個階段，以及接下來將進入哪個階段。

在v1中，所有階段之間的遊戲流程會自動顯示，但在v2中，可以選擇在哪裡顯示。可以在不想中斷流程的階段之間繼續進行。

![](/files/nRYfa3gd90TNLG0O6szq)\\

遊戲流程階段可以從各個遊戲流程階段的詳細畫面中進行設定。

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

### 基本項目

基本項目包括「階段名稱」「階段的說明」「階段所需時間」。

分別如下顯示。

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

### 對應的階段（必須）

從時間線未設定階段中選擇對應於所創建遊戲流程的各個階段。

可以將**多個階段**設定為一個顯示。階段的排列順序可以更改，但排列順序並沒有特別的關係。

![](/files/he5jXP0pxfLMrCp0WGco)

### 顯示條件（可選）

可以設定特定項目何時**不顯示**，以及何時開始顯示。

在某個結局通過時才會出現的秘密階段，或是在遊戲初期未揭示的額外討論等情況下有效。

對於開場、角色文本讀取、通常討論等不需要隱藏的階段，無需設定。

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


---

# 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/basic-features/phase/basic/timeline.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.
