# フェーズ

フェーズは、マダミスのシナリオの流れを設定する最重要パーツです。

フェーズについて設定する画面は主に 2 画面あります。

1. [それぞれのフェーズの編集画面](/basic-features/phase/basic.md) → フェーズの中身を設定する
2. [フェーズ進行の設定画面](/basic-features/phase/flow.md) → フェーズの遷移を設定する


---

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