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

# \[2026.07.09] Quote·Agent feature updates

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

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

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

The settings you configure will apply to all quotations for that company, and the default order is **Furniture → Finishes → Other**However, to generate a quotation, **at least one section must be visible.**

Before

![](/files/9a5dad1424338351be2e4b1350012d47f847e01e)

**After**

![](/files/0ec3258b698d32a012ce0f16b7490669d9f39475)

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

Now, with Archisketch Agent, **voice conversations**are now possible.

When you ask a question by voice, the Agent recognizes the content, processes the request, and provides the answer by voice. Try using the Agent more conveniently and naturally without typing text.

![](/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-en/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.
