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

# Manage Floors

## Add Floor

You can add floors in the Floor Management tab and set the interior for each floor.\
When you add a floor, a drawing with the same structure as the one you are currently working on is copied, so you can manage it within a single project.\
To add a floor, click the \[Add Floor] button and set the floor name.

![](/files/685d15e1e24955cd4ea762ab018cd362eb757d58)

You can choose whether to apply the current furniture as is.

![](/files/d06cffe4d1af53a882e3fbf5f8233c5711993c3f)

* No: A new floor with an empty screen will be created.
* Delete furniture only: The furniture will be removed, and a new floor will be added while keeping only the drawing.
* Yes: A floor will be copied and added with the same contents as the current floor. You can also change the floor name in the floor list.

![](/files/ec4b5e62f0eeea5221ba257d520977569b3f1819)

{% hint style="info" %}
If you want to show different interior versions within the same structure, try using the add floor feature.\
By adding multiple floors and applying a different interior style to each floor, you can easily compare and manage various designs within a single project.
{% endhint %}

## Floor height

To batch edit the ceiling height of all spaces, please change \[Floor Management] → \[Floor Height].

* Enter the Floor Management tab.
* Enter the desired number for the floor height and press Enter, and the ceiling height of all spaces will be applied in bulk.\
  If you want to change the floor height by room, please refer to the link below. ([Setting ceiling and floor heights](/guide/user-en/make-project/ceiling-floor-height.md))

{% hint style="info" %}
When you draw walls in 2D, the default ceiling height for a typical residential space is automatically set to 2300mm.
{% endhint %}

![](/files/01b4e52c416ba86810cde1fb16db46e0e0d3f2d2)

## Manage Furniture Properties

In the Floor Management tab, you can see at a glance a list of all furniture placed in the drawing.

* Furniture is separated by space (room).
* You can select and view only the products you want according to properties such as visibility/lock.
* For grouped products, you can check the composition stage and properties of each group, making it easy to understand the structure of the products within the group.

![](/files/797adc443829f5311fa8bf1a4961ee145514ce94)

### Show/Hide

If you want to see hidden products again, select \[Show Hidden Products] in the Floor Management tab to view the hidden products,\
then click the eye icon to make the products visible again.

![](/files/3e76e0a2b63ac3beb74d232782303a5cedb6ee35)

### Lock/Unlock

You can change the lock status individually by clicking the lock button next to each piece of furniture.\
To change the lock status in bulk, click the lock button at the top.

![](/files/1ad597bd6a97aa6c16df69fcff18b8f9548f9a31)

### Rename Product

You can edit furniture names however you like and manage them in your own way.\
You can easily edit a furniture name by clicking the pencil icon in the list.

![](/files/16ac7835822afa819287394079fb878ebf9123bc)


---

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