> 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

In the Floor Management tab, you can add floors and set the interior for each floor.\
When you add a floor, a drawing with the same structure as the current working drawing 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/cfcf2e9d95106e7b20e56d55672d41f61633bd1e)

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

![](/files/746787385c17252fb4cc0fde5dd930d247c08220)

* No: A new floor with a blank canvas will be created.
* Delete furniture only: The furniture is removed, and a new floor is added while keeping only the drawing.
* 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 various interior versions with the same structure, try using the add floor feature.\
By adding multiple floors and applying different interior styles to each floor, 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, go to \[Floor Management] → change \[Floor Height].

* Enter the Floor Management tab.
* After entering the desired number for 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 relevant link. ([Set Ceiling and Floor Heights](/guide/user-en/make-project/ceiling-floor-height.md))

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

![](/files/449d044f4826c9d558a186a26c26c77c914442eb)

## Furniture Property Management

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

* Furniture is divided by space (room).
* You can select and view only the products you want according to properties such as view/lock.
* Grouped products let you 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 \[View Hidden Products] in the Floor Management tab to check the hidden products, then\
click the eye icon to make the products visible again.

![](/files/e09a5e0c3d9ad05e780d32a4dd7ba61e1e69d4f2)

### Lock/Unlock

Click the lock button next to each piece of furniture to change its lock status individually.\
To change lock status in bulk, click the lock button at the top.

![](/files/f8f19560e37fb654ec1ce87b79826d9e5e627f2f)

### Rename Product

You can rename furniture as you like and manage it in your own way.\
Click the pencil icon in the list to easily edit the 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-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.
