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

# \[Planned for 2026.07.30] Improvements to the Excel template on the quotation details page and enhancements to the quote creation UX

### (Improvement) Enhanced the quote detail page into an Excel-style form

The quote detail page in the dashboard has been changed to an Excel-like layout. You can directly edit the items and values in each cell, and depending on how your company operates, it can also be provided as a read-only quote where the values cannot be edited.

Before

![Quote Detail Page](/files/8d2503c0f8738d8cabd0b65e068250cd7a222d69)

After

![Quote Detail Page](/files/11fe925cc779769a18ea249f78d8d3c167ca9923)

## Editor

### (Improvement) Improved the UX of the quote detail page

We improved the flow so you can create and manage quotes faster. Previously, you had to go through multiple steps in order: real-time quote → quote creation → consultation information entry → quote detail page, but now you can go directly from the real-time quote to the Excel-style detail page. Like the dashboard, you can directly edit each cell's item and value, and it can also be provided as a read-only screen.

Before

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

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

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

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

After

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

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