> 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/yzgaido/make-project/floor-management.md).

# 階を管理する

## 階を追加

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

![](/files/ae833fb309e409ffcf23e3e7f07bb7ff03dcf058)

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

![](/files/67690d95b15a78002a60f783f65f954dfb856cd6)

* いいえ：空白の新しい階が作成されます。
* 家具のみをすべて削除：家具は削除され、図面だけが残った状態で新しい階が追加されます。
* はい：現在の階と同じ内容で階がコピーされて追加されます。階のリストで階名を変更することもできます。

![](/files/7ed705d3ff09e720dce6773298ceb4f2d8746b9b)

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

## 階高

すべての空間の天井高を一括で修正するには、［階管理］→［階高］を変更してください。

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

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

![](/files/be260c095b0591d2e9fd5a512956857cbde76b78)

## 家具属性の管理

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

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

![](/files/81da685b77ee4417bca1c3c3625c5ce5c54b6e69)

### 表示/非表示

非表示にした製品をもう一度見たい場合は、階管理タブで［隠された製品を見る］を選択して非表示の製品を確認した後、\
目のアイコンをクリックして製品を再表示に設定してください。

![](/files/b5c0e772d951586bd2c61eeeb03d5bef6204607a)

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

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

![](/files/52051c2ec85f1546aad63e0a6cd5e3249ef6a178)

### 製品名の変更

お好みに合わせて家具名を修正し、自分だけの方法で管理できます。\
リストで鉛筆アイコンをクリックすると、家具名を簡単に修正できます。

![](/files/ea9109d1a4a79a91b296b79db8689375cf7887bb)


---

# 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/yzgaido/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.
