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

# \[2026.08.06] Improved editor usability on mobile·tablet and fixed dashboard·quote errors

## 1. Dashboard

### (Improvement) Finishes, components, and downloads

* **Automatic syncing of finish material 3D volume**: The 3D volume value of the finish material is automatically entered into the sales specifications, and the sales information is shown in a separate section.
* **Distinguish the source of component thumbnails**: You can tell on screen whether a component thumbnail was automatically generated or uploaded manually.
* **Real-time reflection of AI furniture generation status**: In the personal library, the AI furniture generation status and preview images are updated in real time.
* **Resize and collapse shared project folder tree**: You can resize or collapse the folder tree in shared projects.
* **Enter the editor directly on mobile**: A button to go to the editor has been added to the header of the mobile project details screen.

### (Notice) Credits and points

* **Automatic synchronization of subscription credits**: Unpaid subscription credits are automatically granted when you log in.
* **Automatic conversion of unconverted points**: Starting August 20, points that have not been converted will be automatically turned into credits. Related guidance has been added to the credit conversion modal.

***

## 2. Editor

### (New) Improved editor usability on mobile and tablet

We have adjusted the editor screen and controls so that the main editing features can also be used on mobile and tablet. This release covers **the drafting editor, parametric editor, first-person view, and architecture/material editor**are included.

On mobile, the left panel has been changed into a bottom panel with three adjustable height levels, and 2D/3D switching, zoom in/out, and capture are available from the right-side remote. It supports finger and Apple Pencil input, and reliably distinguishes tap, drag, one-finger pan, and two-finger zoom. We also refined touch interactions for placing products, drawing walls and rooms, applying finishes, and moving in first-person view.

{% tabs %}
{% tab title="Portrait mode" %}

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FIaPwFjCQCpuSWgkmDmQB%2Fimage.png?alt=media&amp;token=762930c6-d90a-40e4-b330-b2a52ee2bd85" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Landscape mode" %}

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2F9TIr9pWoF73m0vO1c78N%2Fimage.png?alt=media&amp;token=3ace0ce4-d2ac-4327-b821-74bdebf67e61" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### (Improvement) Quote and parametric feature improvements

* **Added bounding box properties to snap export**: Bounding box information is included in snap export and import, so it is copied more accurately.


---

# 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/202608/20260806.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.
