> 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] Parametric model viewer added and Archisketch Maps UI improvements

Source: 26.06.25. Update Notes (Patch Notes)

### Dashboard

* **(New) Parametric Model Viewer Added**: Available on the detail page of \[Design Furniture Library > Furniture Library], and can also be embedded on external websites 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) Archisketch Maps UI Improvements**: The number of building data found in the drawing search results and the number of markers displayed on the map are shown together. On map labels, city/county/district is displayed along with neighborhood/ward, and for building names, town/neighborhood/township/village (or city/county/district based on the road-name address if there is no lot-based address) information is shown as tags. For subway information, the line information is also displayed.

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

{% column %}
**Common**

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

This makes it easier to intuitively see how many buildings are included in the current search results and where they are on the map.
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**Map labels**

On map labels, below neighborhood/ward **city/county/district**and **shown together**.
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**Building name**

In Archisketch Maps search results, along with the building name **town/neighborhood/township/village information is displayed as tags**.

If the drawing data does not include lot-based address information such as town/neighborhood/township/village, then based on the road-name address **city/county/district information is displayed**.
{% endcolumn %}
{% endcolumns %}

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

{% column %}
**Subway**

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

For example, you can immediately check the line information of the station in the search results, such as Line 1, Line 2, Shinbundang Line, etc.
{% 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.
