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

# \[2026.06.18] Added 3D model upload verification viewer and improved library·home

* **(New) Added a verification viewer for uploading 3D furniture models**

  ![](/files/77f3856cf1b2b7d7fb7c7fc4663888542fba0739)

  You can preview the model before upload, and when uploading after verification, the polygon, mesh, and file size are automatically optimized, enabling stable model registration.
* **(Improved) Drag-and-drop based library folder sorting**

  Before

  ![Folder order could not be changed by drag and drop.](/files/18a83f9034dc29b8bb38bfeda70f36db29ab47ae)

  After

  ![Folder order can be changed by drag and drop.](/files/bffe13525ec150895f66deb8e413bde080583b61)

  A drag-and-drop folder sorting feature has been added to the Corporate Library and the Design Furniture Library. The order changed in custom sorting mode is automatically saved.
* **(Improved) Added and removed product library style settings button**

  Before

  ![The Product Library category \[menu button\] did not have a style settings feature.](/files/cc06378630bf36f8502524380585ced3f77f25c9)

  ![](/files/cc06378630bf36f8502524380585ced3f77f25c9)

  After

  ![The style settings feature has been added to the Product Library category \[menu button\].](/files/b2e0613c0a5c7e7fa2c887df8a2c8472ef67e3e1)

  ![Added a Remove Style Rule button next to the Create Style Rule button.](/files/7540b34684c2a21bdf6a821604ed21d8298b0468)

  A style settings entry button and delete function have been added, and data is synchronized immediately when saved or deleted, so changes are reflected on the canvas right away without refreshing.
* **(Improved) Improved homepage UI and screen stability**: Fixed screen display errors in some environments and improved page loading stability and overall screen layout.

  Before

  ![Before opening the left menu](/files/b2e0613c0a5c7e7fa2c887df8a2c8472ef67e3e1)

  ![After opening the left menu](/files/b8b7d6a3007bdbc62b861eb0cf1c8d6b3f25cf89)

  After

  ![Before opening the left menu](/files/10a0c4c703c0f937e540461b7a0b522f38517e6a)

  ![After opening the left menu](/files/4f878393292f1631b01876b5ae17abebd8f6a9c0)


---

# 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/202606/20260618.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.
