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

# Set Ceiling and Floor Height

## Change floor reference height

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

* Click the space floor.
* In the right \[Space Details], 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 +/-; you can create a level difference in spaces like bathrooms or entryways to lower the floor surface below the reference.
* Even if you change the floor reference, furniture positions are not changed automatically.\
  You need to manually adjust the \[Height from Floor] of the furniture items, and if you want to change them in bulk, use multi-select Shift+drag or, when grouped, modify \[Height from Floor] in the right \[Group Details].

![](/files/735fba6fe28b583ac33b89325cae41876ba0309d)

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

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 level difference within the same space, you need to use the \[Architecture/Material Editor] feature or a separate modeling product.
{% endhint %}

## Change room height

To adjust a room's ceiling height, click the room floor, then adjust the room height in the right \[Space Details].\
The wall length and ceiling position will change together by room.

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

![](/files/9920e2a7466fa6d4d4b194beaa9bd9b396eeec62)

## Other Functions

### Match space height

If you uncheck and then check \[Match space height], the room's wall height will be automatically matched.\
If the wall height in a room is not uniform, this feature adjusts the wall height in bulk based on the ceiling height (room height).

![](/files/ba9ba43c34ff49d9ab16663c74f9e42674e5c486)

### Hide ceiling

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

* Click the floor or ceiling surface.
* In the right \[Space Details], 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, the ceiling surface will appear open.\
If you are drawing a wall lower than the ceiling, use 'Draw rectangular column' instead of 'Draw wall' to place it.

![](/files/afdb7e035b30b6aa18eda4eff7585575ac7b2040)

![Left: Draw wall / Right: Draw rectangular column](/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-guide/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.
