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

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

### 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 methods, which were previously divided into General upload and Expert upload, have been unified into one for easier use.

Also, beyond simply registering the material information of the finish, **sale price, sales unit, installable area** and other product information can now be entered together.

**Previous**

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 devices, and interactive whiteboards has been improved**has been completed.

To make design work more intuitive even in touch environments, we optimized the operation methods of key functions such as drawing, product placement, and rotation.

The main changes are as follows.

* **Drawing walls, rooms, rectangular pillars, circular pillars, and guide lines**is supported by touch drag.
* While drawing, **canvas movement is prevented**so you can work more stably.
* In a touch environment, **the snap range has been expanded**to support more accurate placement and drawing.
* When drawing rectangular pillars and guide lines, **ESC exit guidance message**is displayed.
* **Measurement function** Canvas movement is restricted 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 location currently viewed by the camera.
* With touch drag alone **product rotation**has been improved to make this possible.
* Touching the panel is 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**has been completed.
* **Not only tablets and mobile devices, but also interactive whiteboards (maxTouchPoints)** are broadly supported as touch devices, including such environments.

***

## 3. Modular

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

For the parametric viewer, **the sharing and embed functions have been improved**has been completed.

existing **link sharing**and **embed** in addition to the functions, **text message, email, Naver, Kakao, X (formerly Twitter)** and other channels to easily share content.

Also, in line with the sharing function, **share/embed modal UI**has also been newly improved for more convenient use.

Previous

![](/files/16b5d5c92e857a3d4c192d636e224396bc0ae1ef)

After

![](/files/5b2a83f539e5c23eceedc032cbe6eac9fdc84b04)

![](/files/363f66a406983a22d1d28682bf852da134e036ee)

***

## 4. Introduction of a new credit system

The existing 'points' will be removed and unified into the new 'credits,' and AI Agent will also have credits deducted according to token usage. Existing content such as AI Snapshot and Render Shot will also 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)

* Base credits are provided each month according to user tier. (This is current and may 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 > Subscriptions · 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-1/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.
