> 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/ceiling-floor-height.md).

# Set Ceiling and Floor Heights

## Change floor reference height

If you want to create level differences by space, you can change the floor reference height.

* Click the space floor.
* In the \[Space Details] panel on the right, change the floor reference height.\
  The floor height is set to 0 by default, and you can set level differences by room.\
  The floor reference height can be adjusted with +/- , and you can create a step-down in spaces like bathrooms or entryways to lower the floor surface below the reference.
* Changing the floor reference does not automatically change furniture positions.\
  You must manually adjust the \[Height from Floor] of the furniture, and to change them in bulk, use multi-select Shift+drag or, when grouped, modify \[Height from Floor] in the right-side \[Group Details].

![](/files/735fba6fe28b583ac33b89325cae41876ba0309d)

{% hint style="info" %}
Because floor height can only be adjusted by space,

if the entryway is connected to the living room without a partition door, it is difficult to lower only the entryway floor separately.

If you want to create a stepped effect within the same space, you need to use the \[Architecture/Material Editor] feature or separate modeling products.
{% endhint %}

## Change room height

To adjust the ceiling height of a room, click the floor of the room, then adjust the room height in \[Space Details] on the right.\
The wall length and ceiling position will change together at the room level.

* If you want to change the ceiling height for the entire floor plan rather than by room, go to the left tab \[Floor Management] → \[Floor Height] and change it in bulk. ([Manage floors](/guide/user-en/make-project/floor-management.md))

![](/files/9920e2a7466fa6d4d4b194beaa9bd9b396eeec62)

## Other Features

### Match space height

After unchecking \[Match Space Height] and checking it again, the wall height of the room will be automatically matched.\
This feature is used to adjust wall heights in bulk based on the ceiling height (room height) when the room wall heights are not uniform.

![](/files/ba9ba43c34ff49d9ab16663c74f9e42674e5c486)

### Hide ceiling

If you want to create a space without a ceiling, such as a terrace or outdoor area, turn off the checkbox for \[Hide Ceiling].

* Click the floor or ceiling surface.
* In \[Space Details] on the right, check the \[Hide Ceiling] checkbox.

![](/files/a12f1c27fa4a218e1e011b66b6e1eee998fd9ac4)

## Frequently Asked Questions

#### The ceiling looks open.

Did you perhaps lower the wall height below the ceiling?\
If you lower the wall height to create the effect of a half wall, that ceiling surface will appear open.\
When drawing a wall shorter than the ceiling, use 'Draw rectangular pillar' instead of 'Draw wall' to place it.

![](/files/afdb7e035b30b6aa18eda4eff7585575ac7b2040)

![Left: Draw wall / Right: Draw rectangular pillar](/files/f3d51cfd34d1ac18323388ef677fdda0113f3527)


---

# 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/ceiling-floor-height.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.
