> 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 uploads, parametric viewer improvements, and touch device support for the drawing editor

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

The finish material upload and detail pages have been improved.

Previously, **General upload**and **Expert upload**the finish material upload methods, which were divided into two categories, have been unified into one for easier use.

Also, beyond simply registering only the material information of finish materials, **selling price, sales unit, and installable area** have been added so that product information can 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. (Improved) Touch device UX support for the drawing editor

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

We optimized the way key functions such as drawing, product placement, and rotation are operated so design work can be carried out more intuitively even in touch environments.

The main changes are as follows.

* **Drawing walls, rooms, rectangular columns, circular columns, and guide lines**is supported with touch drag.
* While drawing, **canvas movement is prevented**for more stable work.
* In touch environments, **the snap range has been expanded**to support more accurate placement and drawing.
* When drawing rectangular columns and guide lines, **ESC exit guidance message**is displayed.
* **Measurement function** Canvas movement is restricted while in use.
* **2D products**are immediately placed at the center of the canvas when touched, **3D products**are immediately placed at the center of the position currently viewed by the camera.
* With touch drag alone, **product rotation**has been improved to be possible.
* Touching the panel has been handled so that canvas events do not occur, reducing malfunctions.
* On touch devices, to provide a touch-centered workflow instead of length input, **the length input field has been disabled**.
* **Not only tablets and mobile devices, but also interactive whiteboards (maxTouchPoints)** are broadly supported as touch devices.

***

## 3. Modular

### 3.1. (Improved) Parametric viewer share and embed modal improvements

For the parametric viewer, **the sharing and embed features have been improved**.

In addition to the existing **link sharing**and **embed (embedding)** functionality, **text message, email, Naver, Kakao, X (formerly Twitter)** and other various channels, making it easy to share content.

Also, in line with 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 a new credit system

The existing 'points' will be removed and unified into a new 'credits' system, and AI Agent credits will also be deducted based on token usage. Existing content such as AI Snapshot and Render Shot will also be deducted from the new credits when used.

* Users who previously had points or credits must click ‘Approve credit conversion’ to continue using the service smoothly.

![](/files/0a64b57c99813d9566922f987cd392ef14d244a0)

* Basic credits are provided each month according to user tier. (based on current standards and 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 · Payment.


---

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