# Post-game discussion screen

The post-game discussion screen is the explanation and results screen displayed after all discussions, voting, and endings have concluded.

In version 1, there was only one option to summarize everything under a tab called "True Explanation Text," but in version 2, **tabs can now be separated by content**.

<figure><img src="/files/2d1oBCzofsuPYjyopaLp" alt=""><figcaption></figcaption></figure>

\\

## Tab Contents

The contents that can be entered in a tab are "Title," "Description," and "Main Text."

You can edit the contents of each tab by clicking on the top right corner of the respective tab.

<div align="left"><figure><img src="/files/5FR6j8p39pA90lxKGnmI" alt="" width="375"><figcaption></figcaption></figure></div>

The correspondence with the screens in the app is as follows.

<figure><img src="/files/2RLz8g6wDs36K4dsfhI2" alt=""><figcaption></figcaption></figure>

\\

## Title Differentiation

You can differentiate the first title displayed on the post-game discussion screen based on conditions.

Generally, it's sufficient to just include the "Basic Title," but by clicking "Add Conditional Ending Title," you can perform more complex differentiation.

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

### Tab Reordering

You can long-press a tab and switch the display order with other tabs.

### Display List of Undiscovered Clues

By turning on the toggle for the tab labeled "List of Undiscovered Clues" located at the far right of the tab list, a list of clues that no one obtained during the event will be displayed at the end of the post-game tab list.

<figure><img src="/files/VG2gnlNAfrdVyJlzfL62" 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/result.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.
