> 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/enterprise-en/manage-finishing/fill-out-real-time-estimation.md).

# Enter real-time quotation integration information

This explains how to enter sales information in the finish materials library that is linked with real-time estimates and CRM.

**Path:** Dashboard > Company Library > Products > Finishes > Detail Page

## Step 1. Activate sales information

1. Go to the edit screen for the finish material detail page.
2. **Set the \[Sales Information] toggle to ON**Set it to ON.
3. When the toggle is turned on, the sales information input area expands automatically.

![](/files/a36c018e0d9abc2ce896f4b6d51daf9e46f44735)

## Step 2. Enter sales information

For finish materials, **the items you need to enter differ by type.**

**Selectable finish material types**

* Wallpaper
* Film
* Vinyl flooring
* Tile
* Deco tile
* Mat
* Wood flooring
* Paint

### Wallpaper / Film / Vinyl flooring

**Specifications**

* Width, length, height (optional)
  * Units: Width/length are `mm`, `cm`, `m` / height is `mm`, `T`

**Sales unit**

* `Roll`, `m` Choose one

**Installable area**

* Area that can be installed per sales unit (e.g., 1 roll), enter up to two decimal places

**Sales amount**

* Enter the amount per sales unit

**Input example ① Wallpaper**

![](/files/9e54d02765ca4a5873611802ce6ec3c0a71d9ab1)

### Tile / Deco tile / Mat / Wood flooring

**Specifications**

* Width, length, height (optional)
  * Units: width/length are `mm`, `cm`, `m` / height is `mm`, `T`

**Sales unit**

* `Box`, `Bundle`, `Sheet` Choose one

**Quantity**

* Number of products contained in the sales unit (e.g., 4 sheets per box)

**Installable area**

* Installation area per sales unit (e.g., 1 box = 0.72㎡)

**Sales amount**

* Enter the amount per sales unit

**Input example ② Tile**

![](/files/26b13d8412538c2a50ec838729bf3ebd28a832e1)

### Paint

**Specifications**

* Enter capacity (unit: `L`, `mL` choose one)

**Installable area**

* Area that can be applied based on one container

**Sales amount**

* Sales amount based on one container

**Input example ③ Paint**

![](/files/73268436fec4fa2d92fba8ad435a6ea29f4a10bb)

## Notes

* The information you entered `Editor > Live Estimate` is automatically reflected in the calculation.
* However, not all specification/sales unit information is reflected immediately.

{% hint style="info" %}
Please note that this information will be applied in the next live estimate and CRM version update.
{% endhint %}


---

# 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/enterprise-en/manage-finishing/fill-out-real-time-estimation.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.
