> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-jp/make-project/floor-management.md).

# 階の管理

## フロア追加

フロア管理タブでフロアを追加し、各フロアごとにインテリアを設定できます。\
フロアを追加すると、現在作業中の図面と同じ構造の図面が複製され、1つのプロジェクト内で管理できます。\
フロアを追加するには、\[フロアを追加] ボタンをクリックし、フロア名を設定してください。

![](/files/fa1f912e5d81dbd7c3c3f5a6a2dd56d40e6959cc)

現在の家具をそのまま適用するかどうかを選択できます。

![](/files/6961919f79f1af2a8cacd895c6a2fefa2c76d87f)

* いいえ: 何もない新しいフロアが作成されます。
* 家具のみすべて削除: 家具は削除され、図面だけを保持したまま新しいフロアが追加されます。
* はい: 現在のフロアと同じ内容でフロアが複製され、追加されます。フロア一覧でフロア名を変更することもできます。

![](/files/1611f220f62978a1455f1b1cadfc710f1d2c693e)

{% hint style="info" %}
同じ構造でさまざまなインテリアバージョンを表現したいときは、フロア追加機能を活用してみてください。\
複数のフロアを追加して各フロアごとに異なるインテリアスタイルを適用すれば、1つのプロジェクト内でさまざまなデザインを手軽に比較・管理できます。
{% endhint %}

## フロアの高さ

すべての空間の天井高を一括で変更するには、\[フロア管理] → \[フロアの高さ] を変更してください。

* フロア管理タブに入ります。
* フロアの高さに希望の数値を入力して Enter を押すと、すべての空間の天井高が一括適用されます。\
  部屋単位でフロアの高さを変更したい場合は、該当リンクをご参照ください。 ([天井・床の高さを設定する](/guide/user-jp/make-project/ceiling-floor-height.md))

{% hint style="info" %}
2Dで壁を描くと、自動的に一般的な住宅空間の天井高である2300mmをデフォルト値として設定します。
{% endhint %}

![](/files/b433f4f02ca37c1924abebc2f6a652f20b647d51)

## 家具属性の管理

フロア管理タブで、図面に配置されたすべての家具リストをひと目で確認できます。

* 家具は空間（部屋）ごとに区分されています。
* 表示/ロックなどの属性に応じて、必要な製品だけを選択して表示できます。
* グループ化された製品は、各グループの構成段階と属性を確認できるため、グループ内の製品構成を把握しやすくなります。

![](/files/7cdb76551e7fb2878e49edc72500fe845d2ed0d0)

### 表示/非表示

非表示にした製品を再び見たい場合は、フロア管理タブで\[隠された製品を表示]を選択して非表示の製品を確認した後、\
目の形のアイコンをクリックして製品を再表示にしてください。

![](/files/a7e5d0fbbfe88a1b7ef267b1f2b02c04be683ae5)

### ロック/ロック解除

各家具の横にあるロックボタンをクリックすると、個別にロック状態を変更できます。\
一括でロック状態を変更するには、最上部の南京錠ボタンをクリックしてください。

![](/files/bec16ea80527121581ac8a83debf442bf75c89ec)

### 製品名の変更

家具名を自由に修正して、自分なりの方法で管理できます。\
リストで鉛筆アイコンをクリックすると、家具名を簡単に修正できます。

![](/files/076182081626a89d842b29d60473fad0007ecbc6)


---

# 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.archisketch.com/guide/user-jp/make-project/floor-management.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.
