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

# \[Scheduled for 2026.07.30] Improved Excel template on estimate detail page and improved estimate creation UX

### (Improvement) Quote detail page improved into an Excel form

The dashboard's quote detail page has been changed to look similar to Excel. You can directly edit each cell's item and value, and it can also be provided as a view-only quote where values cannot be edited depending on the company's operating method.

Previous

![Quote detail page](/files/8d2503c0f8738d8cabd0b65e068250cd7a222d69)

After

![Quote detail page](/files/11fe925cc779769a18ea249f78d8d3c167ca9923)

![Quote screen](/files/1100110d8f014e4f57a5a1a45fea398884227384)

## Editor

### (Improvement) UX improvements to the quote detail page

We improved the workflow so quotes can be created and managed more quickly. Previously, you had to go through several steps in order: real-time quote → create quote → enter consultation information → quote detail page, but now you can go directly from the real-time quote to an Excel-style detail page. As with the dashboard, you can directly edit each cell's item and value, and it can also be provided as a view-only screen.

Previous

![Step\_01. Enter the drawing editor](/files/6e27904c53606a593ff64291b279bb38d65e4457)

![Step\_02. Enter the real-time quote page](/files/0ef45adffaff1b508f5831e53bad84d899a8f0e1)

![Step\_03. Enter consultation information](/files/ccd459f84e9dda6ea59f5ad2fd8d048a31a483ed)

![Step\_04. Enter the quote detail page](/files/8d2503c0f8738d8cabd0b65e068250cd7a222d69)

After

![Step\_01. Enter the drawing editor](/files/dcc266b1e3541df63ef3b1ecfb826d3edac2b955)

![Step\_02. Enter the Excel-format quote detail page](/files/11fe925cc779769a18ea249f78d8d3c167ca9923)


---

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