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

# \[2026.07.09] 見積もり・Agent機能アップデート

### **1.1.（改善）見積書セクションの表示および順序設定**

これからは見積書に表示される **家具・仕上げ材・その他セクションの表示有無と順序**を企業ごとに自由に設定できます。

使用しないセクションは非表示にし、必要なセクションはドラッグして希望の順序に配置してみてください。

設定した内容は該当企業のすべての見積書に適用され、既定の順序は **家具 → 仕上げ材 → その他**です。ただし、見積書を作成するために **少なくとも1つ以上のセクションは必ず表示されている必要があります。**

以前

![](/files/ea1babd515e0375c53354c144d505f08108ceee2)

**以後**

![](/files/aa0fb4490c1ef4922030848ae49bb2356a752b65)

### **1.2.（改善）Archisketch Agent 音声対話機能**

これからはArchisketch Agentと **音声でも会話**できます。

音声で質問すると、Agentが内容を認識してリクエストを処理し、回答を音声で案内します。テキスト入力なしでも、より便利で自然にAgentをご利用いただけます。

![](/files/b88a74769d8047f7d70305c1bf295b2e939cf52a)


---

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