> 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 current working drawing is copied, allowing you to manage them within a single project.\
To add a floor, click the \[Add Floor] button and set the floor name.

![](/files/5dd182ca2b67c72ff8e818fcc5dc8bc45c933b8d)

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

![](/files/90f34608ae0fdd4a4196b09bfcf2d0ad87a1ad02)

* No: A new floor with an empty canvas will be created.
* Delete all furniture only: Furniture will be removed, and a new floor will be added while only the floor plan is kept.
* 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/7048905ce8cbf09171b8b5e66fc68727dc45a72c)

{% 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 floor, you can easily compare and manage various designs within one 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.
* Enter the desired number for the floor height and press Enter to apply the ceiling height to all spaces 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-en/make-project/ceiling-floor-height.md))

{% hint style="info" %}
When you draw a wall in 2D, it automatically sets the standard ceiling height of a typical residential space, 2300mm, as the default.
{% endhint %}

![](/files/5be966663be131ef6f95ca6e21c6c166d8f9ebb0)

## Manage Furniture Properties

In the floor management tab, you can see at a glance a list of all furniture placed on the floor plan.

* Furniture is categorized by space (room).
* You can select and view only the products you want based on properties such as visibility/lock.
* Grouped products let you check each group's composition stage and properties, making it easy to understand the structure of products within the group.

![](/files/6ed2f9234c2a3bd457ed39bc36e8fe90c3bdaba5)

### 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/0e93b2fa93500b3ec1f3be43cd2af26d12e01b09)

### 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/2f7a2942ff7408bb3ff0f8c5c55f73e0753abd8c)

### Rename Product

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

![](/files/face61540a2681cb8ca2d2c22d32ef1fbdaff13f)


---

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