# Advanced usage

## How to Add Characters

To add playable characters, use the "Character" screen. To add NPCs, go to the "NPC" screen.

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

## How to Add Phases

#### ① Click "Add Phase" and Select a Type

From the phase list screen, click "Add Phase" and choose the type of phase to add.

* Basic Phase: For character text reading, additional information distribution, discussions, or explanations.
* Read-aloud: A part composed of character or NPC dialogue and narration, where players take turns reading.
* Game Flow Display: Shows the overall game flow as set in "Game Flow."
* Voting: For truth voting, action selection, etc.

<figure><img src="/files/637uHKdUakM3mtpEI7VF" alt=""><figcaption></figcaption></figure>

#### ② Connect the Phases

From the phase list screen, move to "Progress Settings."

In the image example, the new phase is being placed between "First Discussion" and "Additional Information." Follow these steps:

1. Remove the existing connection between "First Discussion" and "Additional Information" by deleting the "F" (via the "..." button).
2. Connect "First Discussion" to the new phase and then the new phase to "Additional Information."

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

#### ③ Add to the Game Flow

From the phase list screen, move to "Game Flow." Follow these steps:

1. Click "Add Timeline."
2. Enter the required information.
3. Drag the relevant phase from "Unassigned Timeline Phases" at the bottom of the screen to the timeline.

For more details, see [this page](/en/basic-features/phase/basic/timeline.md).

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

## How to Delete Phases

#### ① Delete from the Phase Details Screen

In the phase details screen, click the "..." button in the top-right corner and select "Delete."

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

#### ② Reconnect Phase Progress

From the phase list screen, move to "Progress Settings." Since the connection where the phase was deleted is broken, reconnect it.

#### ③ Delete from the Game Flow

From the phase list screen, move to "Game Flow" and remove the phase from the game flow list.

## How to Add Text

Please refer to [this page](/en/basic-features/texttab.md).

## How to Distribute Clues

Please refer to [this page](/en/basic-features/clue.md).

## How to Use the Deck Function

Please refer to [this page](/en/basic-features/decks.md).

## How to Create Secret Talk Rooms

Please refer to [this page](/en/basic-features/room.md).

## How to Set BGM

Please refer to [this page](/en/basic-features/bgm.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/en/overview/template/advanced.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.
