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

# \[2026.08.27] Added full consultation management, integrated estimate formula input, and fixed BOM circular reference errors

## 1. Dashboard

### 1.1. (Improvement) Improved formula input and table management for quotations and parameters

We integrated formula input for quotations and parameters into a **shared input tool**This allows formulas to be validated even on screens with empty values, and also supports autocomplete, error guidance, and calculation result previews.

The quotation table management screen now shows visible columns and hidden columns separately. We also fixed issues with modal clipping, empty template states, column order, and screen overflow.

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2Fnhhxr32gmocyecfe5MfU%2Fimage.png?alt=media&amp;token=ee343b64-fc68-4c0c-815f-beeeb4eb2a48" alt=""><figcaption></figcaption></figure>

Before

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2F3yQY6hf7zriCPdyz55wu%2Fimage.png?alt=media&amp;token=22d44fff-fc6e-4003-a3aa-6f3946fa309e" alt=""><figcaption></figcaption></figure>

After

### 1.2. (New) Added an all-consultations management page and improved consultation filters

A place where you can view all consultations registered to a company in one place **All Consultation Management** We added a page. You can search by title, customer name, person in charge, and status, and detailed viewing and status changes work the same as in the consultation list.

We also improved search on the consultation management page. Search now looks up consultation titles and customer names at the same time, and we added a status filter and a company-wide consultation view. The company-wide consultation view is shown only to authorized users.

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FqGvn92v6oUJM8THbbPRJ%2Fimage.png?alt=media&amp;token=4eba0100-02c9-4f58-9eef-1f7dbb4c27db" alt=""><figcaption></figcaption></figure>

### 1.3. Bug and issue fixes

1. **Improvement** **Improved agent file attachment UX**

   We improved file attachment, clipboard paste, and drag-and-drop behavior in the agent input field.

***

## 2. Parametric Editor

### 2.1. (Fix) Fixed part opening errors caused by BOM circular references

If there is a circular reference in a part BOM `Maximum call stack size exceeded` We fixed an issue where the editor and viewer would close due to the error. Now, if there is a circular reference or a missing part, it skips only that section and opens the part.

We also added pre-validation to prevent new circular references from being created when adding or replacing parts, or when dragging and dropping.

For parts that already have circular references saved, the editor explains the issue. If it can be resolved `delete and save`you can immediately remove the incorrect BOM relationship. The viewer displays the content with only the problematic section omitted, without separate guidance.

<figure><img src="https://2613077494-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FIVeiMMybzPlOXJ66MF5L%2Fimage.png?alt=media&amp;token=26d214b6-130f-4f69-b1d6-073f5add3b8f" alt=""><figcaption></figcaption></figure>

***


---

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