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

# \[2026.06.25] Added parametric model viewer and improved Archisketch Maps UI

Source: 26.06.25. Update Notes (Patch Notes)

### Dashboard

* **(New) Added Parametric Model Viewer**: You can view it on the \[Design Furniture Library > Furniture Library] detail page, and it can also be embedded (Embed) in an external website or used as a standalone viewer. Previous

  ![](/files/79d9065fa6a42a19f60cfb807d85fc422081cfcc)

  After

  ![](/files/6754ed42f30afc0f5e08a73706acc6b19dcc3e34)

{% embed url="<https://modular.dev.archisketch.com/viewer.html?id=6257d6d300c84628b2df253117de8d8c&c=eyJwYXJhbXMiOnsiVyI6IjQwMCIsIkQiOiI1ODAiLCJIIjoiNzYwIiwiVEgiOiIxMjAiLCJET1UiOiIwIiwiRE9EIjoiMCIsIlBMIjoiMCIsIlBSIjoiMCIsIlBGIjoiMCIsIlBCIjoiMCIsIlBPUyI6IuyijOqyveusuCIsIkRfUyI6IjEwMCIsIkRPT1JfSEFORExFIjoi7JygIiwiSEtfQ09ERSI6IkhLMzAxIiwiQl9DT0RFIjoiQjQwNzIiLCJQX0NPREUiOiIyMjAwMDUzMzcyODEiLCJCX1AiOiI0NzIwMCIsIkRfUCI6IjE3MTAwIiwiVF9QIjoiNjQzMDAiLCJraXRjaGVuX2JvZHlfY29sb3JzIjoiNjZhMzQ5OGY0OTE4MmUzMjc3NzllOWMzIiwiaGloaWhpaGloaWhpIjoiNDc2YTE3NDYyMDdkNDhkNTgwZjQwZmJjNTczMWM4OTEifSwib3B0aW9ucyI6W119&embed=1>" %}

### Archisketch Maps

* **(New) Improved Archisketch Maps UI**: In floor plan search results, the number of building data items found and the number of markers displayed on the map are shown together. Map labels display the city/county/district along with the dong/district, and building names show eup/dong/myeon/ri (if there is no lot-number address, city/county/district based on the road-name address) information as tags. Subway information also shows line information.

{% columns %}
{% column %}
![](/files/a7d86c24c17ff9dcf2600da6f6b267358d8c7a38)
{% endcolumn %}

{% column %}
**Common**

When searching floor plans **The number of building data items found and the number of markers shown on the map are displayed together**.

This allows you to check more intuitively the number of buildings included in the current search results and the location information shown on the map.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/255ca434177c86bfa1fa2ea19e219ef8b6315fb5)
{% endcolumn %}

{% column %}
**Map labels**

On the map labels, below the dong/district **city/county/district**is **displayed together**.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/e1763b714899140b77d182ffe1f5719dadb9fdc1)
{% endcolumn %}

{% column %}
**Building name**

In Archisketch Maps search results, along with the building name **eup/dong/myeon/ri information is displayed as tags**.

If the floor plan data does not include lot-number address information such as eup/dong/myeon/ri, it is based on the road-name address **city/county/district information is displayed**.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![](/files/b2cdd64e0281b3f941148bf8d867aacb5e3f85d6)
{% endcolumn %}

{% column %}
**Subway**

In subway information as well, **line information is also displayed**.

For example, you can immediately check the line information for the station in the search results, such as Line 1, Line 2, and Shinbundang Line.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
![Before](/files/86a9343811929ad28bfe1c0eafe43d445f45bfe0)

*Before*
{% endcolumn %}

{% column %}
![After](/files/57916cf55813c32e1c9a046f32ad138827edb0f0)

*After*
{% endcolumn %}
{% endcolumns %}


---

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