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

# Manage floors

## Add Floor

You can add floors in the Floor Management tab and set interiors for each floor.\
When you add a floor, a drawing with the same structure as the current one you're working on will be copied, so you can manage them within a single project.\
To add a floor, click the \[Add Floor] button and set the floor name.

![](/files/cfcf2e9d95106e7b20e56d55672d41f61633bd1e)

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

![](/files/746787385c17252fb4cc0fde5dd930d247c08220)

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

![](/files/d68ec8932113debbdc7e23b0c4a60194f0d36ee4)

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

## Floor Height

To change the ceiling height of all spaces at once, please go to \[Floor Management] → change \[Floor Height].

* Enter the Floor Management tab.
* After entering the desired number for the floor height and pressing Enter, the ceiling height of all spaces will be applied at once.\
  If you want to change the floor height by room, please refer to the link below. ([Set Ceiling and Floor Height](/guide/user-guide/make-project/ceiling-floor-height.md))

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

![](/files/449d044f4826c9d558a186a26c26c77c914442eb)

## Manage Furniture Properties

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

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

![](/files/99269607e60d6bc403b16bce503143aaa0b9621c)

### Show/Hide

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

![](/files/e09a5e0c3d9ad05e780d32a4dd7ba61e1e69d4f2)

### 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/f8f19560e37fb654ec1ce87b79826d9e5e627f2f)

### Rename Product

You can edit furniture names however you want and manage them in your own way.\
Click the pencil icon in the list to easily edit a furniture name.

![](/files/0e001aa94da7c023098d2ab0ef41fae116d07825)


---

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