# Rooms

Rooms are places where calls, such as general discussions and private conversations, are conducted.

On the app, they are displayed in the upper right corner.

There must always be at least one room **that can be used by everyone in all phases**, so it cannot be deleted (the one on the far left in the image).

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

## Private Conversation Rooms

If you just need to set the phases in which private conversations can occur, select the phases from the checkbox.

If you want to set more detailed conditions, click on "Usage Conditions".

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

## Conditional Room Names

The main room name, which is always displayed in the upper right corner during play as the basic room, can be changed based on conditions.

For example, it's useful when you want to create a scenario where you're on the "1st floor" in Phase 1, on the "2nd floor" in Phase 2, and in the "corridor" in Phase 3, with the location changing as the phases progress.

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