> 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/update-note/2026/202607/20260709.md).

# \[2026.07.09] 견적·Agent 기능 업데이트

### **1.1. (개선) 견적서 섹션 노출 및 순서 설정**

이제 견적서에 표시되는 **가구·마감재·기타 섹션의 노출 여부와 순서**를 기업별로 자유롭게 설정할 수 있습니다.

사용하지 않는 섹션은 숨기고, 필요한 섹션은 드래그하여 원하는 순서로 배치해 보세요.

설정한 내용은 해당 기업의 모든 견적서에 적용되며, 기본 순서는 **가구 → 마감재 → 기타**입니다. 단, 견적서 생성을 위해 **최소 1개 이상의 섹션은 반드시 노출되어야 합니다.‌**

이전

![](/files/6EsLKjyuHWiMJ6EwdCNT)

**이후**

![](/files/2WsZv4msFaVnzwYBcvAq)

### **1.2. (개선) Archisketch Agent 음성 대화 기능**

이제 Archisketch Agent와 **음성으로도 대화**할 수 있습니다.

음성으로 질문하면 Agent가 내용을 인식해 요청을 처리하고, 답변을 음성으로 안내합니다. 텍스트 입력 없이도 더욱 편리하고 자연스럽게 Agent를 이용해 보세요.

![](/files/DXyisDowyAMUp6j2CAfm)


---

# 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/update-note/2026/202607/20260709.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.
