> 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/ae833fb309e409ffcf23e3e7f07bb7ff03dcf058)

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

![](/files/67690d95b15a78002a60f783f65f954dfb856cd6)

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

![](/files/7ed705d3ff09e720dce6773298ceb4f2d8746b9b)

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

## フロアの高さ

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

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