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

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

* **(New) Added a 3D furniture model upload verification viewer**

  ![](/files/77f3856cf1b2b7d7fb7c7fc4663888542fba0739)

  You can preview the model before uploading, and when uploading after verification, polygons, meshes, and file size are automatically optimized for stable model registration.
* **(Improvement) Drag-and-drop-based library folder sorting**

  Previous

  ![Could not change folder order with drag and drop.](/files/18a83f9034dc29b8bb38bfeda70f36db29ab47ae)

  After

  ![Can change folder order with drag and drop.](/files/bffe13525ec150895f66deb8e413bde080583b61)

  A drag-and-drop folder sorting feature has been added to the Enterprise Library and Design Furniture Library. Changes made in Custom Sort mode are saved automatically.
* **(Improvement) Added style settings button and delete function in the product library**

  Previous

  ![There was no style settings function in the product library category \[menu button\].](/files/cc06378630bf36f8502524380585ced3f77f25c9)

  ![](/files/cc06378630bf36f8502524380585ced3f77f25c9)

  After

  ![A style settings function has been added to the product library category \[menu button\].](/files/b2e0613c0a5c7e7fa2c887df8a2c8472ef67e3e1)

  ![Added a style rule remove button next to the style rule create button.](/files/7540b34684c2a21bdf6a821604ed21d8298b0468)

  A style settings entry button and delete function have been added, and when saving or deleting, data is synchronized immediately and reflected on the canvas right away without refreshing.
* **(Improvement) Homepage UI and screen stability improvements**: Fixed display errors in some environments and improved page loading stability and overall screen layout.

  Previous

  ![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-1/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.
