> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/zh-tw/basic-features/phase/basic.md).

# 階段的創建・概述

首先，按下階段列表畫面右上角的「新增階段」。

![](/files/y4GQit4Ww3M07YDPcISp)

接著會出現以下畫面，請根據左上的選擇欄，選擇與想要建立的階段內容相符的項目。

![](/files/YRPcibbi13XZCXebPJ2D)

各種階段類型的特徵如下。點擊類型名稱會跳轉到更詳細的說明頁面。

| 類型名稱                                                    | 可以做的事情           | 使用例                                                                      |
| ------------------------------------------------------- | ---------------- | ------------------------------------------------------------------------ |
| [基本](/zh-tw/basic-features/phase/basic/discussion.md)   | 顯示文字・圖片・牌堆・行動・投票 | 角色文本閱讀・討論・說明的提示・確認附加信息・[投票](/zh-tw/basic-features/phase/basic/select.md) |
| [小劇場](/zh-tw/basic-features/phase/basic/script.md)      | 顯示旁白和台詞          | 開場・結尾・幕間                                                                 |
| [顯示遊戲流程](/zh-tw/basic-features/phase/basic/timeline.md) | 顯示遊戲整體流程和下一階段    | －                                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
