> 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/intro-1/update-note/2026/202604/20260423.md).

# \[2026.04.23] Editor feature overhaul

#### 1. Editor

**1.1. Editor > Floor (Layer) Management Revamp and Added Detailed Settings**

Existing **Floor Management Page**and **1) Resource Management**and **2) Floor (Layer) Management** are split into two pages.

**Before Changes**

**Floor Management Page**

You can set floor height and add/create floors, and see the spaces and items included in each floor at a glance.

<figure><img src="/files/cbcd13a609379a609f1daf80d21aed93f2f2c398" alt=""><figcaption><p>Floor Management Page Before Changes</p></figcaption></figure>

**After Changes**

**1. Floor Management Page**

You can adjust not only floor height settings and add/create floors, but also detailed settings such as net area, slab thickness, and wall/floor transparency. The floor management UI is always visible in the right panel.

<figure><img src="/files/ac74e949c743d2137524122e5175870efab475a3" alt=""><figcaption><p>Floor Management Page After Changes</p></figcaption></figure>

**2. Resource Management Page**

A separate management page where you can view all spaces and items included in each floor.

![Resource Management Page](/files/5922275aa947ee11e9ea4b2bf7578f4c0dbfc2fa)

**1.2. Floor Management > Added \[Net Area] ↔ \[Net Area + Internal/External Walls] View and Edit Function**

In the right floor management panel, **Net Area** or **Net Area + Area Including Internal/External Walls** information can be checked, and the overall floor size can be adjusted directly.

![View and Edit Net Area](/files/aff5ef3604371b3e07925f5776db963cd2a04987)

When changing the overall floor size, the following notification message is displayed.

* Wall, floor, and ceiling finishes edited through the finish material editor are reset to default values.
* Ceiling structures created through the ceiling editor are deleted.

![Size Change Notification Message](/files/5be2013b51debef07cbac05764b480dbe6a5cf73)

**1.3. Floor Management > Added Slab Thickness Setting Function**

In the right floor management panel, you can set the slab thickness for the entire floor using the slab thickness input value.

|                   Slab Thickness 1                   |                  Slab Thickness 1000                 |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/4533772dd954c40c2f7589512dab8d6ab66e80f5) | ![](/files/3e3c85cfc01f9ce13973b47cf7b0238e38ea56ec) |

**1.4. Floor Management > Added Wall/Floor Transparency Setting Function**

In the right floor management panel, you can set the transparency of all walls and floors individually.

**Wall Transparency**

|                2D: Wall Transparency 0               |                3D: Wall Transparency 0               |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/7907a63944feaf000a64be0aff1c689065783dc8) | ![](/files/a2f0e7c387ab9581d039404045473f87fa2bfc2b) |

**Floor Transparency**

|               2D: Floor Transparency 0               |               3D: Floor Transparency 0               |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/b58830e766a4b35c6a881733306b0cae7968439c) | ![](/files/1b7ed3327494d12cb09fb314d408b3af1566f895) |

**1.5. Added Wall View Options in Render Studio**

Hide internal/external wall options have been added to the editor and Render Studio. In Render Studio, wall transparency settings are reflected directly in the rendering results, so wall transparency (culling), hide internal walls, and hide external walls rendering are possible.

**Rendering Results**

**Wall Transparency Render**

<figure><img src="/files/04be76beaae19a3feca012aef79566561507cdf6" alt=""><figcaption><p>Wall Transparency Render</p></figcaption></figure>

**Hide External Walls Render**

<figure><img src="/files/5d460b2d4bcdd652111e4ffd542c20ba4b498030" alt=""><figcaption><p>Hide External Walls Render</p></figcaption></figure>

**Hide Internal Walls Render (+ Wall Transparency)**

<figure><img src="/files/6e2cf72ea61cdc540d16cc188b88b971709e24de" alt=""><figcaption><p>Hide Internal Walls Render (+ Wall Transparency)</p></figcaption></figure>

**Hide Both Internal and External Walls**

<figure><img src="/files/06a1daf9de154f5abdf9ba12899442ae47a0f62d" alt=""><figcaption><p>Hide Internal and External Walls</p></figcaption></figure>

**1.6. Specification Editor > Added Ceiling Plan Content**

Ceiling plan content is added to the specification editor. It automatically generates the full ceiling plan for the designed drawing and allows you to check the placement status of ceiling items.

<figure><img src="/files/abc7d5a9af249a3f7f83f5f77870d6150b24f3c4" alt=""><figcaption><p>Specification Editor Ceiling Plan</p></figcaption></figure>

***

#### 2. Modular | Parametric Editor

**2.1. Added Copy and Paste Function for Components in the Parametric Editor**

In the parametric editor, you can copy and paste modeling, parametric part items, and entire items. It works properly even between different browsers (e.g., Chrome ↔ Edge).

***

#### Coming Soon

The following features are being prepared.

* **Custom Furniture Library > Bulk Edit Content Details** — You can select multiple items in the product/parts library and edit sub-properties all at once.
* **Custom Furniture Library > Bulk Edit Variable Details** — You can select multiple items in the product/parts library and edit sub-variable properties all at once.


---

# 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/intro-1/update-note/2026/202604/20260423.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.
