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

# \[2026.07.02] Finish material upload, parametric viewer improvements, and drawing editor touch device support

### 1.1. (Improvement) Finish material upload and **detail page improvements**

The finish material upload and detail pages have been improved.

Previously **General upload**and **Expert upload**the finish material upload method, which was divided into separate options, has now been unified into one for easier use.

In addition to simply registering material information for finish materials, **selling price, sales unit, applicable construction area** and other product information can now also be entered together.

**Before**

Upload page

![](/files/b288476d53eddc57f042f94f2d1161e79feedff1)

Finish material detail page

![](/files/3bb666b4d6fff79e09c08ea7ad0ff5e02f9302dc)

**After**

Upload page

![](/files/f94287d1832234d74a3b081c1005bfe9c12e965e)

Finish material detail page

![](/files/6742ac8b393d6879e3278aeb4591f0e623967305)

***

## 2. Editor

### 2.1. (Improvement) Drawing editor touch device UX support

In the drawing editor, **the UX for touch devices such as tablets, mobile phones, and electronic whiteboards has been improved**.

To make design work more intuitive even in touch environments, we optimized the controls for key features such as drawing, product placement, and rotation.

The main changes are as follows.

* **Drawing walls, rooms, square columns, round columns, and guide lines**is supported with touch drag.
* While drawing, **canvas movement is prevented**so you can work more stably.
* In touch environments, **the snap range has been expanded**to support more accurate placement and drawing.
* When drawing square columns and guide lines, **an ESC exit 안내 message**is displayed.
* **Measurement feature** limits canvas movement while in use.
* **2D products**are placed immediately at the center of the canvas when touched, and **3D products**are placed immediately at the center of the position currently viewed by the camera.
* With touch drag only, **product rotation**is now possible.
* When touching the panel, canvas events are prevented from occurring, reducing misoperations.
* On touch devices, to provide a touch-centered workflow instead of length input, **the length input field has been disabled**.
* **We broadly support touch devices, including tablets, mobile devices, and electronic whiteboards (maxTouchPoints)** environments.

***

## 3. Modular

### 3.1. (Improvement) Parametric viewer sharing and embed modal improvements

The parametric viewer's **sharing and embed functions have been improved**.

Beyond the existing **link sharing**and **embed (embedding)** features, **it now supports easy content sharing through various channels such as text messages, email, Naver, Kakao, and X (formerly Twitter),** etc.

In addition, to match the sharing feature, **the share/embed modal UI**has also been newly improved for more convenient use.

Before

![](/files/16b5d5c92e857a3d4c192d636e224396bc0ae1ef)

After

![](/files/5b2a83f539e5c23eceedc032cbe6eac9fdc84b04)

![](/files/363f66a406983a22d1d28682bf852da134e036ee)

***

## 4. Introduction of the new credit system

The existing 'points' have been removed and unified into new 'credits,' and AI Agent credits are also deducted based on token usage. Existing content such as AI snapshots and render shots will also now be deducted from the new credits when used.

* Users who previously held points or credits must click 'Approve Credit Conversion' to continue using the service smoothly.

![](/files/0a64b57c99813d9566922f987cd392ef14d244a0)

* A basic monthly credit is provided according to the user tier. (Current 기준; subject to change)
  * Individual
    * Free (Basic): 1 credit
    * Standard ($29): 10 credits
    * Plus ($79): 30 credits
* Credit usage can be viewed in Account Settings > Credits.
* Credit payment history can be viewed in Account Settings > Subscription · Payments.


---

# 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/20260702.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.
