> 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-en/update-note/2026/202607/20260716.md).

# \[2026.07.16] Added curved wall feature and account management·component classification

#### 1.1. (Improvement) Added category- and user-specific detailed information fields in Account Management

The Account Management page has been improved so that detailed information by category and user can be entered and managed.

* When creating or editing a category **Email, contact number, address, postal code, store code** Can be entered
* When creating or editing a user account **Contact number, address, postal code, store code** Can be registered
* Address search is provided according to the language in use (Korean: Daum postal code search / Overseas: Google address search)

Before

![Account Management > Edit Category Information](/files/87f5a836bcb1cae5d08ad4818decdf7044314f43)

![Account Management > Edit Account Information](/files/864d46b545eb19e705cab67e4eed422925e89083)

![Account Settings > Edit My Information](/files/7e3cc8f8d1f3bb606d769863027a82a5423fe079)

After

![Account Management > Edit Category Information](/files/a252660454c26c820664602d0d42e6a790dcac6c)

![Account Management > Edit Account Information](/files/b80806a4401d1bf9630b8b7d5a03f8aec0a83db2)

![Account Settings > Edit My Information](/files/6f21dee33255a98c0cf1739759fba8b994d43337)

#### 1.2. (Ended) 3D Drawing Request Service Terminated

The 3D drawing request service has been terminated. The 3D drawing request menu in the side menu and related pages have been removed, and this feature is no longer available.

Before

![](/files/f234237c0b816972bd72fdfd8841eb16589f4779)

After

![](/files/426a1934f6ada4d7ae49bd99195ee3cfaf01f9a8)

### 2. Editor

#### 2.1. (New) Added Curved Wall Feature in the Drawing Editor

A **curved wall feature**has been added that allows straight walls to be changed into smooth curved shapes.

* By adjusting the degree of curvature, you can design various shapes such as stadium-style spaces and spaces with rounded ends.
* Currently, for stable space and floor generation, **only outward-bulging shapes from the outside of the room are supported** (cannot be applied to walls curved inward into the room, shared partition walls, etc.)
* Access path: Draw Plan > Draw Curved Wall / Click Wall > \[Wall Details] > Switch to Curved Wall / Wall right-click menu

![3. You can convert a straight wall to a curved wall through the right-click menu of a created wall.](/files/cb6077080fa18be17d60c55aa911302e4fb05230)

#### 2.2. (Improvement) Improved Notice UI in the Drawing Editor

The notice UI has been improved so that major updates and announcements can be checked more conveniently. The screen layout has been reorganized so the title and content can be seen at a glance, and new notices and existing notices are now easier to distinguish.

Before

![](/files/f03b840545e8e28efe8cd85d7c5ae12ee74185c2)

After

<figure><img src="/files/e6c860539c4c2a4d5c32a990e5dc5debe054f0f3" alt=""><figcaption></figcaption></figure>

#### 2.3. (Improvement) Added Seller Information Display in Real-Time Quotation

The seller information of the logged-in user is displayed at the top of the real-time quotation.

* Displayed items: **Person in charge, phone number, email, store name, address** (based on the account's 'My Information' registration details)
* **Also reflected in PDF and Excel download documents**

Before

![](/files/48aef1a64b3fffef2e57a4db1795015dc6c8e2ef)

After

![](/files/4f6ab45494035cb3f91291d0d6e652fd24676c7b)

#### 2.4. (New) Added Card and List View Modes in the Product Library

In the product library, **Card view / List view** modes have been added. You can choose card view for image-centric browsing or list view for information comparison, and the same view options can be used in the parametric sale panel as well.

![](/files/c5d37c5a705255e58773d354f1d7e0df7b242b02)

![](/files/7f698713bb2dee44aaf65723071844cd4e64497e)

#### 2.5. (New) Added Shortcut Settings Feature in the Drawing Editor

A **shortcut settings feature**has been added that allows straight walls to be changed into smooth curved shapes.

* that lets you change shortcuts to the keys you want has been added. The separately divided shortcut menus have been integrated into one, **and can be checked and configured by category: Common, 2D Editor, 3D Viewer, and Render** for each category
* The changed key **will only be applied after pressing the 'Apply' button** (the shortcut guide in the left menu is also updated immediately upon application)
* If you enter a key that is already in use, you will be notified of duplication
* The configured shortcuts can **be exported and imported as JSON files**
* Access path: Settings > Shortcuts

Before

![The shortcut could not be changed.](/files/2b94858a16b35b18cf5b62762be26912f996d0ce)

After

<figure><img src="/files/d36262befe35ba06fc44113e8e4d5967144a8158" alt=""><figcaption><p>You can click the shortcut button to change the shortcut.<br>Areas where the shortcut button cannot be changed are shown with the shortcut button disabled.</p></figcaption></figure>

### 3. Modular

#### 3.1. (Improvement) Improved Component Classification System in the Parametric Editor

Component classification has been **major category, middle category, minor category** system has been reorganized.

* The same classification system is used on the component save/overwrite screen and the new component creation screen
* The existing component type and detailed classification input fields have been reorganized
* The behavior and settings values of existing components remain unchanged

Before

![](/files/fa2fed23e8276de425f0bdd0c789cd4ab0fadec2)

After

![](/files/433845e349c6c4622e21dad206de64e2e02e09fd)


---

# 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-en/update-note/2026/202607/20260716.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.
