# 단계

단계는, 마다미스의 시나리오 흐름을 설정하는 가장 중요한 요소입니다.

단계에 대해 설정하는 화면은 주로 2개의 화면이 있습니다.

1. [각 단계의 편집 화면](https://github.com/uzu-inc/studiov2-document/blob/main/packages/ko/packages/ko/basic-features/phase/basic.md) → 단계의 내용을 설정한다
2. [단계 진행 설정 화면](https://github.com/uzu-inc/studiov2-document/blob/main/packages/ko/packages/ko/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/ko/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.
