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

# リアルタイム見積書連携情報入力

仕上げ材ライブラリで、リアルタイム見積書およびCRMと連携する販売情報の入力方法について説明します。

**パス:** ダッシュボード > 企業ライブラリ > 製品 > 仕上げ材 > 詳細ページ

## 1段階. 販売情報を有効化

1. 仕上げ材詳細ページの編集画面に移動します。
2. **［販売情報］トグルをON**に設定します。
3. トグルをオンにすると、販売情報入力エリアが自動的に展開されます。

![](/files/74636dbe1d66d2c7666e72775b39c5562f5478ec)

## 2段階. 販売情報入力

仕上げ材の **種類ごとに入力する項目が異なります。**

**選択可能な仕上げ材の種類**

* 壁紙
* フィルム
* クッションフロア
* タイル
* デコタイル
* マット
* フローリング
* ペイント

### 壁紙 / フィルム / クッションフロア

**規格**

* 幅、長さ、高さ（任意）
  * 単位：幅/長さは `mm`, `cm`, `m` ／高さは `mm`, `T`

**販売単位**

* `ロール`, `m` から1つ選択

**施工可能面積**

* 販売単位（例：1ロール）あたり施工可能な面積（小数点第2位まで入力）

**販売金額**

* 販売単位ごとの金額を入力

**入力例 ① 壁紙**

![](/files/e300ca6f8f6b08761dae0f66f2bc1ba06bba3466)

### タイル / デコタイル / マット / フローリング

**規格**

* 横、縦、高さ（任意）
  * 単位：横/縦は `mm`, `cm`, `m` ／高さは `mm`, `T`

**販売単位**

* `ボックス`, `束`, `枚` から1つ選択

**数量**

* 販売単位に含まれる製品数（例：1ボックスあたり4枚）

**施工可能面積**

* 販売単位あたりの施工面積（例：1ボックス = 0.72㎡）

**販売金額**

* 販売単位ごとの金額を入力

**入力例 ② タイル**

![](/files/c78d7c72823989c8e0150050a44b78d42903c8f5)

### ペイント

**規格**

* 容量を入力（単位： `L`, `mL` から1つ選択）

**施工可能面積**

* 1缶あたりの塗布可能面積

**販売金額**

* 1缶あたりの販売金額

**入力例 ③ ペイント**

![](/files/edea90226d60f301e51fa22d41302debebaed307)

## 参考事項

* 入力した情報は `エディタ > リアルタイム見積書` の計算に自動反映されます。
* ただし、すべての規格/販売単位情報がすぐに反映されるわけではありません。

{% hint style="info" %}
該当情報は次回のリアルタイム見積書およびCRMのバージョン更新時に適用予定ですので、ご了承ください。
{% 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/kegaido/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.
