> 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/overview/makingflow/submit.md).

# 作品提出

## 作品を審査に提出する

テストプレイと修正が終わったら、作品を審査に提出しましょう。

ホームから「**リリース管理**」画面に移動し、「**アプリ掲載申請**」ボタンを押します。

審査は、「**無料**公開予定の作品に対する**簡易審査**」と「**有料**公開予定の作品に対する[**詳細審査**](/overview/makingflow/submit/check.md)に分かれています。 申請ボタンを押した先の**フォーム**から、どちらの審査に提出するか選択し、必要事項を記入してください。

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

無料公開作品に対する簡易審査は1～2営業日、有料公開作品に対する詳細審査は3営業日（土日祝除く）を目安に返却されます。

修正や再提出が求められることがありますので、リリース希望日がある場合は余裕を持って提出してください（※状況により希望に沿えない場合もございます）。

※審査提出後もシナリオ内容の修正は可能ですが、審査は審査担当が確認した時点でウズスタジオに反映されている内容で行われます。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.studio.uzu-app.com/overview/makingflow/submit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
