> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/rooms/index.md).

# ルーム一覧

複数のファイルをまとめて共有するルームを一覧で管理する画面です。

登録済みルームを一覧で確認し、公開状況の確認・ブックマーク・フォルダ整理・キーワード検索ができる画面です。

* **ブックマーク**: 各行のアイコンから、ルームのブックマークを追加・解除できる
* **ルーム名／紐付いている資料・CTA**: ルームの表示名と、そのルームに紐付いている資料と CTA の合計数
* **更新日時**: ルームの最終更新日時
* **ステータス**: ルームが現在公開中かどうか。「公開」または「非公開」が表示される
* **操作**: フォルダ移動アイコンから、そのルームを別フォルダに移動できる

## ルームの作成

画面右上の「ルーム作成」ボタンから新しいルームを作成できます。フォルダを選択している状態でボタンを押すと、そのフォルダに新しいルームが紐付いた状態で作成されます。

## ルームのブックマーク

よく使うルームをブックマークできます。一覧の各行のブックマークアイコンをクリックすると、ブックマークの追加・解除ができます。

## ルームの絞り込み

条件に合致するルームのみを表示することができます。

* **ブックマークによる絞り込み**: 「ブックマーク」チェックボックスをオンにすると、ブックマーク済みのルームのみが表示される
* **キーワードによる絞り込み**: 一覧上部の検索ボックスにキーワードを入力すると、ルーム名にキーワードを含むルームのみが表示される

## フォルダに移動

ルーム一覧の各行の操作アイコン（フォルダ移動アイコン）をクリックし、移動先フォルダを選択すると、そのフォルダにルームが移動します。

## フォルダ管理

登録したルームをフォルダで管理できます。

### 1. フォルダを作成する

「ルーム管理」＞「フォルダを追加」をクリックします。

フォルダ名を入力し、「作成する」ボタンをクリックします。

\*同じフォルダ名を複数作成はできません。

### 2. ルームを作成したフォルダに移動させる

「ルーム管理」から、移動させたいルームの操作アイコンをクリックします。

移動先のフォルダを選択します。

### 3. フォルダ名を変更する

フォルダ名を変更する場合、フォルダ名横の3点リーダーから「フォルダ名を変更」をクリックします。

フォルダ名を変更し、「更新する」ボタンをクリックします。

### 4. サブフォルダを作成する

フォルダに階層をもたせる際は、フォルダ名横の3点リーダーから「サブフォルダを作成」をクリックしてください。サブフォルダ名を指定すると、フォルダの下の階層にサブフォルダが作成されます。

フォルダをサブフォルダに移動する際や、サブフォルダを他のフォルダ下に移動する際は、同じく3点リーダーから「別フォルダ内へ移動」をクリックしてください。フォルダは2階層までなので、サブフォルダを持つフォルダは他のフォルダのサブフォルダに移動できません。

複数のフォルダを一括で移動する際は、「一括でフォルダを移動」をクリックし、移動先と移動対象を選択してください。

### 5. フォルダを削除する

フォルダ名横の3点リーダーから「フォルダを削除」をクリックします。フォルダを削除すると、そのフォルダに紐付いていたルームは「フォルダ未指定」に戻ります。


---

# 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.immedio.io/immedio-box/rooms/index.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.
