> 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/scenariohome/main-screen.md).

# ホーム全体について

## ホーム画面 <a href="#home" id="home"></a>

ホーム画面にある項目と設定できる内容は以下の通りです。項目名をクリックすると、より詳細な説明ページに飛びます。

<table><thead><tr><th width="163.33333333333331">項目</th><th width="323">内容</th><th>ウズアプリで表示される場所</th></tr></thead><tbody><tr><td><a href="/pages/vRE2GzNVCWHzF40wDHNw">作品概要</a></td><td>プレイ時間・シナリオ傾向・注意事項・あらすじ・作者コメント・ハッシュタグ・配信条件を設定する画面です。</td><td>シナリオ詳細画面</td></tr><tr><td><a href="/pages/9ZtYdAiOYz5zsu4FYvSh">マーケティング</a></td><td>追加コンテンツの作成・管理をする画面です。</td><td>－</td></tr><tr><td><a href="/pages/5IECne1FhExfBdSwRaiT">リリース管理</a></td><td>作品の制作ステータス・バージョンなどが見られる画面です。<br>テストプレイ時のイベント作成に必要なシナリオIDをコピーできる場所でもあります。</td><td>－</td></tr><tr><td><a href="/pages/V8LpJr4z8BqiKGoWikX2">レポート</a></td><td>「大好き数」や「プレイ人数」が表示される画面です。</td><td>－</td></tr><tr><td><a href="/pages/A1cGXRS5LQOK4QQz3ttV">メンバー</a>　</td><td>共同制作者や閲覧権限を管理できる画面です。</td><td>シナリオ詳細画面のタイトルの下</td></tr></tbody></table>

## 編集画面へ <a href="#edit" id="edit"></a>

右上の「シナリオを編集」をクリックすると、シナリオの制作・編集画面へ移動できます。

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


---

# 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/scenariohome/main-screen.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.
