> 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/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**: \[Design Furniture Library > Furniture Library] can be found on the detail page, and can also be embedded 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) Archisketch Maps UI improvements**: In drawing search results, the number of searched building data and the number of markers displayed on the map are shown together. The map label displays the city/county/district along with the neighborhood/ward, and the building name is tagged with town/neighborhood/township/village information (or city/county/district information based on road-name address if there is no lot-number address). Subway information also displays the line information.

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

{% column %}
**Common**

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

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

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

{% column %}
**Map label**

Below the neighborhood/ward on the map label **city/county/district**and **displayed 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 in tag form**.

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

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

{% column %}
**Subway**

In subway information, too **line information is displayed together**.

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

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

*Previous*
{% 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-1/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.
