# Basic phases

In the Basic Phase, you can display **text, images, decks, and actions**. This phase is suitable for loading character texts, discussing, investigating, presenting explanations, and verifying additional information.

\\

## Fields to Input and Their Content

| Field                                           | Content                                                                                                                                                                                           | Example                                             |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| Management Title (Optional)                     | <p>A title used by the author on Uzu Studio for memo-like purposes during scenario implementation.<br>It does not reflect on the app.</p>                                                         | Phase next for ○○・If ○○ then                        |
| Title (Required)                                | Sets the title displayed at the top.                                                                                                                                                              | Character Text Loading・First Discussion             |
| Subtitle (Optional)                             | <p>Set the text displayed in black under the title.<br>If left blank, it will not be displayed.</p>                                                                                               | Please open the text tab・Start the discussion       |
| Caption (Optional)                              | <p>Set the text displayed in gray under the title.<br>If left blank, it will not be displayed.</p>                                                                                                | Discussion time is 10 minutes・Clues can be revealed |
| Required Time                                   | If the phase completion condition is set to "Next Button," it's the estimated time required; if set to "Time Limit (Timer)," it's the timer setting time. The former does not display on the app. | Enter numeric values                                |
| Phase Completion Condition (Required)           | Decide whether to proceed by pressing the "Next" button or by setting a "Timer."                                                                                                                  | -                                                   |
| Characters Who Can Press Next Button (Required) | If the phase completion condition is set to "Next Button," you can set which characters can press it. It's good to allow all if there's no particular preference.                                 | -                                                   |
| Phase Content (Required)                        | Set the text, images, decks, and actions to be displayed on the common screen.                                                                                                                    | Instruction text・Common information・Decks・Actions   |

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

\\

## About the Phase Content

Adding text, images, decks, and actions is done through the "Add +" button.

A popup like the following will appear, so select what you want to add.

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

For text, you can use the following types of text decorations.

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

\\

For images, you can set **where to align the image** (left-aligned, centered, right-aligned) and **how big** to display it.

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

\\

## Distributing Phase Content as Text

If you want to distribute the information displayed on the common screen during this phase to the **text tab** as well (to make it reviewable later), set it up from the menu on the right.

If you want to add synchronized text (cannot be edited from the text side; editing on the phase side automatically reflects on the text) with the phase content\
→ Just turn ON "Distribute as Text" for phase content recording.

If you want to add copied text (can be edited from the text side) from the currently inputted phase content:

1. Press "Add +" for distribution.
2. Select text.
3. Open the distribution text field.
4. Select "Copy of this phase".

Synchronized text is useful for adding rule explanations and common information, while copied text is convenient for content that requires individual editing.

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


---

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