# 從創建到發佈的流程

①從UZU STUDIO的劇本列表畫面中點擊「**新建劇本**」。

②**編輯**劇本內容。

③從編輯器右上方的按鈕進行「**創建最新版本**」。

④進行[**測試遊玩**](/zh-tw/overview/makingflow/testplay.md)，並進行**修正與調整**。對於計劃付費公開的作品，請在測試遊玩中回收[問卷](/zh-tw/overview/makingflow/submit/questionnaire.md)。

⑤在UZU STUDIO的「[上架管理](/zh-tw/scenariohome/release.md)」畫面中，通過「應用程式刊登申請」按鈕填寫審核提交表單，並**提交審核**。

※即使在提交審核後也可以修正劇本內容，但審核會以審核負責人確認時在UZU STUDIO中反映的內容進行。

⑥**UZU STUDIO編輯部的審核：**&#x7C21;易審核（免費作品）需要1～2個工作日（不包括週末和節假日），[詳細審核](/zh-tw/overview/makingflow/submit/check.md)（付費作品）需要約3個工作日（不包括週末和節假日）。在詳細審核中，可能會要求在修正部分內容後重新提交。工作日請參考[這裡](/zh-tw/overview/working-day.md)。

⑦**審核完成**的通知會發送到UZU STUDIO官方伺服器（Discord）的個別頻道。

⑧填寫為**公開至應用程式「UZU」做準備**的表單。需要回答的內容如下：

* **公開希望日期**
* 在UZU官方帳號發佈貼文時要使用的**劇本概要**
  * 標題
  * 作者名：可聯名
  * 遊玩人數
  * 遊玩時間
  * 簡介
* （付費公開的情況下）**遊玩費用**
  * 希望促銷的情況：價格和期間
  * 共同著作的情況：分配比例
* 在應用程式內顯示的**劇本標籤**

⑨在確定的公開日18:00，UZU官方帳號會發佈關於作品公開的貼文，作品會在應用程式「UZU」中**發布**。

⑥～⑨需花費的時間最短時間為1天，平均約為1週。


---

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