> 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 linked to real-time quotes and CRM in the finishing materials library.

**Path:** Dashboard > Enterprise Library > Products > Finish Materials > Detail Page

## Step 1. Enable sales information

1. Go to the edit screen for the finishing material detail page.
2. **Set the \[Sales Information] toggle to ON**Set it to ON.
3. When you turn on the toggle, the sales information entry area expands automatically.

![](/files/b6a9b56fe1704da72e52d73027eb7203d98daa31)

## Step 2. Enter sales information

For the finishing material **The items to enter differ by type.**

**Available finishing material types**

* Wallpaper
* Film
* Vinyl flooring
* Tile
* Decorative tile
* Mat
* 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 price**

* Enter the amount per sales unit

**Example input ① Wallpaper**

![](/files/4e26ce9f89868a0385b82d0a099f21a4c55810b9)

### Tile / Decorative tile / Mat / 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 included in the sales unit (e.g., 4 sheets per box)

**Installable area**

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

**Sales price**

* Enter the amount per sales unit

**Example input ② Tile**

![](/files/07551be8abf95e09ea1bb260c39d3bcc82000fdc)

### Paint

**Specifications**

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

**Installable area**

* Coverage area per container

**Sales price**

* Sales price per container

**Example input ③ Paint**

![](/files/3914d33573ae470b7d78cc1d7ea0e83b3caa19b6)

## Note

* The entered information `Editor > Real-time Quote` is automatically reflected in calculations.
* However, not all dimensions/sales unit information is reflected immediately.

{% hint style="info" %}
Please note that this information will be applied in the next real-time quote 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.
