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

# \[2026.07.30予定] 見積書詳細ページのExcel形式改善および見積作成UX改善

### (改善) 見積書詳細ページをExcel形式に改善

ダッシュボードの見積書詳細ページがExcelに似た形式に変更されました。各セルの項目と値を直接編集でき、会社の運用方法に応じて、値を編集できない閲覧専用の見積書としても提供できます。

以前

![見積書詳細ページ](/files/8be62f0449bbd2bd5c6cf04c11aa9cb6e85adfe6)

以後

![見積書詳細ページ](/files/61ebba2efd1f2aea80492e233667e0d6dc0164e7)

![見積書画面](/files/54465115d404a06c074b2b78e89f6111a5a63b25)

## エディタ

### (改善) 見積書詳細ページのUX改善

見積書をより素早く作成・管理できるよう、利用フローを改善しました。従来は、リアルタイム見積書 → 見積作成 → 相談情報入力 → 見積書詳細ページの順に複数のステップを踏む必要がありましたが、これからはリアルタイム見積書からExcel形式の詳細ページへ直接移動します。ダッシュボードと同様に、セルの項目と値を直接編集でき、閲覧専用画面としても提供できます。

以前

![Step\_01. 図面エディタに入る](/files/dbc937d52422bfcb4e0f5cfc128a23d4b74b512b)

![Step\_02. リアルタイム見積書ページに入る](/files/b746f5c1485316eefe2ad8e39ce9a7ebb20bf52b)

![Step\_03. 相談情報入力](/files/bbf8b5fccc7845343ef223cfecd9903ceda537b8)

![Step\_04. 見積書詳細ページに入る](/files/8be62f0449bbd2bd5c6cf04c11aa9cb6e85adfe6)

以後

![Step\_01. 図面エディタに入る](/files/b0f8f41289f911decfde99e44ac798cfa512f179)

![Step\_02. Excel形式の見積書詳細ページに入る](/files/61ebba2efd1f2aea80492e233667e0d6dc0164e7)


---

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