# Distribute all endings

In v1, all endings were forcibly revealed during the post-game discussion, but in v2, creators can now decide whether or not to show endings that the players did not pass through.

This guide explains how to make all endings viewable on the post-game discussion screen.

\\

## Method 1: Distribute Endings on the "Thank You" Screen

**① Add a "Thank You" Phase**

From the phase list screen, click "Add Phase" and select a "Basic" phase to create. You can customize the content of the phase freely.

![](/files/JAO23VZtcTUIawHZn6iT)

\\

**② Place the "Thank You" Phase Just Before the Post-Game Discussion Screen**

From the phase list screen, proceed to "Set Phase Progress" and insert the phase you added in step ① just before the post-game discussion screen.

![](/files/IVALjVpuzBoaTEAf8A0m)

\\

**③ Distribute Endings as Text**

From the phase list, go to the editing screen of each ending phase, and check the option "Distribute as text" under "Record Phase Content."

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

**④ Change the Distribution Timing**

From the text list, go to the editing screen of each ending text you added in step ③, and change the distribution phase to "Thank You."

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

\\

## Method 2: Distribute Endings via Settings

**① Distribute Endings as Text**

From the phase list, go to the editing screen of each ending phase, and check the option "Distribute as text" under "Record Phase Content."

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

\\

**② Add Distribution Timing**

Change the condition to "When 〇〇 has ended" and add the distribution timing for all other endings.

Set the relationships between conditions to "or."

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

\\

## Method 3: Transcribe Endings into the Post-Game Discussion Screen

**① Add a Tab such as "Other Endings" to the Post-Game Discussion Screen**

**② Transcribe the Endings into the Tab**

<figure><img src="/files/uEcvzkkbhSLdmJ9WkrgC" 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/advanced/ending.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.
