> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/basic-features/room.md).

# ルーム

ルームは、全体議論・密談などの通話を行う場所のことです。

アプリ上では右上に表示されます。

１つは必ず**全てのフェーズで全員が使用できるルーム**である必要があるので、削除できないようになっています（画像内 一番左のもの）。

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

## 密談ルーム

密談ができるフェーズを設定するだけでいい場合は、チェックボックスからフェーズを選択します。

より詳細な条件設定をしたい場合は「利用条件」をクリックします。

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

## 条件付きルーム名

基本のルームとしてプレイ中に常に右上に表示されているメインルーム名は条件によって変化させることができます。

例えば、フェーズ１では「１階」にいて、フェーズ２では「２階」、フェーズ３では「廊下」にいる、のようにフェーズが進むごとに場所が移動していると演出したいときに便利です。

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.studio.uzu-app.com/basic-features/room.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
