> 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/202607/20260716.md).

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

#### 1.1. (Enhancement) Added fields for entering detailed information by category and user in Account Management

The Account Management page has been improved to allow you to enter and manage categories and detailed information by user.

* When creating or editing a category **Email, contact information, address, postal code, store code** Can be entered
* When creating or editing a user account **Contact information, address, postal code, store code** Can be registered
* Address search is provided based on the language used (Korean: Daum Postal Code Search / Overseas: Google Address Search)

Previous

![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. (Discontinued) 3D Drawing Request Service Discontinued

The 3D Drawing Request service has been discontinued. The 3D Drawing Request menu in the side menu and related pages have been removed, and this feature is no longer available.

Previous

![](/files/f234237c0b816972bd72fdfd8841eb16589f4779)

After

![](/files/426a1934f6ada4d7ae49bd99195ee3cfaf01f9a8)

### 2. Editor

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

which allows straight walls to be changed into smooth curved shapes **Curved Wall feature**has been added.

* By adjusting the degree of curvature, you can design various shapes, such as stadium-shaped spaces and spaces with rounded ends.
* Currently, to ensure stable room and floor generation, **only shapes that curve outward from the room are supported** (Cannot be applied to walls curved inward into the room, shared partition walls, etc.)
* Access path: Draw Floor Plan > Draw Curved Wall / Click a wall > \[Wall Details] > Convert to Curved Wall / Right-click wall menu

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

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

The notice UI has been improved so you can conveniently check major updates and announcements. The screen layout has been organized to make titles and content easy to view at a glance, and improved to easily distinguish new notices from existing ones.

Previous

![](/files/f03b840545e8e28efe8cd85d7c5ae12ee74185c2)

After

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

#### 2.3. (Enhancement) Added Seller Information Display in Real-Time Quotations

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

* Displayed items: **Representative, phone number, email, store name, address** (Based on the information registered under the account's 'My Information')
* **Also reflected in PDF and Excel download documents**

Previous

![](/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-focused browsing and List View for comparing information, and the same view options are available in the Parametric Sale Panel.

![](/files/c5d37c5a705255e58773d354f1d7e0df7b242b02)

![](/files/7f698713bb2dee44aaf65723071844cd4e64497e)

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

which allows you to change shortcuts to your preferred keys **Shortcut Settings feature**has been added.

* Previously separate shortcut menus have been consolidated into one, **Common · 2D Editor · 3D Viewer · Render** Can be viewed and configured by category
* Changed keys **are applied only after clicking the 'Apply' button** (The shortcut guide in the left menu also changes immediately upon application)
* A duplicate-use notice is displayed when you enter a key that is already in use
* Configured shortcuts can be **exported to and imported from JSON files**
* Access path: Settings > Shortcuts

Previous

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

After

<figure><img src="/files/d36262befe35ba06fc44113e8e4d5967144a8158" alt=""><figcaption><p>You can change a shortcut by clicking the shortcut button.<br>Items whose shortcut buttons cannot be changed are displayed with the shortcut button disabled.</p></figcaption></figure>

### 3. Modular

#### 3.1. (Enhancement) Improved Part Classification System in the Parametric Editor

Part classification has been reorganized into a **main category · middle category · subcategory** system.

* The same classification system is used on the part save/overwrite screen and the new part creation screen
* Existing part type and detailed classification input fields have been removed
* The behavior and settings of existing parts remain unchanged

Previous

![](/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-1/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.
