> 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/basic-features/phase/basic.md).

# フェーズの作成・概要

フェーズの作成方法について説明します。

まずフェーズ一覧画面の右上「フェーズを追加」を押します。

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

すると以下のような画面になるので、左上の選択欄から作成したいフェーズの内容に合わせて、適切なものを選択します。

<figure><img src="/files/9AJjetXlVlrrWq1G9jx6" alt=""><figcaption></figcaption></figure>

それぞれのフェーズ種別の特徴は以下の通りです。種別名をクリックすると、より詳細な説明ページに飛びます。

| 種別名                                                 | できること                                             | 使用例                                                                         |
| --------------------------------------------------- | ------------------------------------------------- | --------------------------------------------------------------------------- |
| [基本](/basic-features/phase/basic/discussion.md)     | テキスト・画像・山札・アクション・投票の設置                            | キャラクターテキスト読み込み・議論・説明の提示・追加情報の確認・[投票](/basic-features/phase/basic/select.md) |
| [読み合わせ](/basic-features/phase/basic/script.md)      | 地の文・セリフの表示                                        | オープニング・エンディング・幕間                                                            |
| [ゲームの流れ表示](/basic-features/phase/basic/timeline.md) | ゲーム全体の流れと次が何のフェーズかの表示                             | －                                                                           |
| [探索](/basic-features/phase/basic/canvas.md)         | <p>背景・オブジェクトの設置<br>オブジェクトにタップ（クリック）アクションを紐づける</p> | 調査・自由探索・ノベルゲーム風の演出                                                          |


---

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