# ルーム設定・ルーム機能

## ルーム設定・ルーム機能

盤面をエクスポートしたzipファイルの読み込みやルーム名の設定といったルームへの変更は、ルーム名(盤面左上)をクリックした時に表示されるメニューから行うことができます。

***

### ルーム設定・ルーム機能に関するメニューの説明

<figure><img src="/files/zwiUtq5V9Qo2ghDF8J5P" alt="" width="260"><figcaption></figcaption></figure>

<table><thead><tr><th width="216">機能</th><th>概要</th></tr></thead><tbody><tr><td>①友達を招待</td><td>一緒に遊ぶ人をルームに招待する<br><code>ルームマスター以外も利用できます。</code></td></tr><tr><td>②ルーム設定</td><td>ルーム設定を変更する</td></tr><tr><td>③ルーム変数</td><td>ルーム変数を追加・変更する</td></tr><tr><td>④セーブ・ロード</td><td>盤面の記録・読み込みをする</td></tr><tr><td>⑤ルームから退出</td><td>ルームから退出する<br><code>ルームマスター以外も利用できます。</code></td></tr></tbody></table>

#### ①友達を招待

一緒に遊ぶ人をルームへ招待します。詳しくは[こちら](/gm-tutorial/room-preparation.md#rmunisuru)を参照してください。

#### ②ルーム設定

{% content-ref url="/pages/ZCidDtGFVVjrsvtABWsB" %}
[ルーム設定](/gm-only/room-option/room-settings.md)
{% endcontent-ref %}

#### ③ルーム変数

{% content-ref url="/pages/j0gePdTnt8fFI2xnpB53" %}
[ルーム変数](/gm-only/room-option/room-variable.md)
{% endcontent-ref %}

#### ④セーブ・ロード

{% content-ref url="/pages/hMax3YVaL1JNylrin9JB" %}
[セーブ・ロード](/gm-only/room-option/save-load.md)
{% endcontent-ref %}

#### ⑤ルームから退出

クリックすると、マイルーム一覧(ゲストユーザーとして入室している場合はSigninページ)に移動します。


---

# 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.ccfolia.com/gm-only/room-option.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.
