> 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 and tablet and fixed dashboard·quote errors

## 1. Dashboard

### (Improvement) Finishes · Components · Download

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

### (Notice) Credits · Points

* **Automatic synchronization of subscription credits**: Any unpaid subscription credits are automatically granted upon login.
* **Automatic conversion of unconverted points**: Starting August 20, points that have not been converted will automatically be changed into credits. We added related guidance to the credit conversion modal.

***

## 2. Editor

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

We refined the editor screens and controls so that key editing features can also be used on mobile and tablet. This release covers **the drawing editor, parametric editor, first-person view, and architecture/material editor**.

On mobile, the left panel changes into a bottom panel with three adjustable height levels, and 2D/3D switching, zoom in/out, and capture are available from the remote control on the right. It supports finger and Apple Pencil input, and reliably distinguishes between tap, drag, one-finger move, and two-finger zoom. Controls such as placing products, drawing walls/rooms, applying finishes, and moving in first-person have also been refined for touch.

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

<figure><img src="/files/7a54aca1d61df13c59c8412cf2ae95629c8dc444" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Landscape mode" %}

<figure><img src="/files/c8cf49c61fab6a62826174c0212aa663cd8eb3ef" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### (Improvement) Improved quote and parametric features

* **Added bounding box attributes to snap export**: Bounding box information is included in snap export/import, allowing for more accurate copying.


---

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