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

# \[2026.07.09] Estimate·Agent feature updates

### **1.1. (Improvement) Quote section visibility and order settings**

Now, the sections displayed in the quote **the visibility and order of the Furniture, Finishes, and Other sections**can now be freely configured by each company.

Hide sections you don't use, and drag the sections you need to arrange them in your desired order.

The settings will apply to all quotes for that company, and the default order is **Furniture → Finishes → Other**However, to create a quote, **at least one section must always be visible.**

Previous

![](/files/9a5dad1424338351be2e4b1350012d47f847e01e)

**After**

![](/files/0ec3258b698d32a012ce0f16b7490669d9f39475)

### **1.2. (Improvement) Archisketch Agent voice conversation feature**

Now, with Archisketch Agent, **you can also talk by voice**can converse.

When you ask questions by voice, the Agent recognizes the content, processes your request, and provides responses by voice. Try using the Agent more conveniently and naturally without text input.

![](/files/5b259a523a06db682ba279023f0112797f25f461)


---

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