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

# 仕上げ材アップロード

仕上げ材のアップロード方法をご案内します。

専門家のアップロード機能が気になる方は？ [こちら](/guide/kegaido/manage-finishing/upload-finishing-expert.md)

## 1段階。ファイルをアップロードする

**パス:** ダッシュボード > 企業ライブラリ > 製品 > 仕上げ材 > アップロード

1. **「アップロード」ボタン**をクリックします。

![](/files/6ffd24a3738c055c3b0a0587231e995ae41b0bf6)

2. 用意した仕上げ材 **画像ファイル1枚**をアップロードしてください。
   * 「画面クリック」または「ドラッグ＆ドロップ」に対応
   * **対応形式:** JPG、PNG
   * **容量制限:** 5MB以下

![](/files/787483ebee361b3037ab8bc8281d18801e31f867)

## 2段階。属性値を設定する

画像をアップロードすると、属性設定画面に移動します。

![](/files/e2a783cd4e6561895197d76e616608dda168595f)

**名称**

* エディターに表示される製品名を入力してください。

**マッピング寸法**

* 画像サイズを入力してください。
* 設定したサイズのままエディターに適用されます。

**凹凸値**

* 表面の **凹凸の程度**を設定します。
  * `1` = 平ら
  * `10` = 表面が **よりでこぼこして粗く** 表現されます

**光沢値**

* 表面の **光沢の程度**を設定します。
  * `1` = 光沢なし
  * `10` = 非常にツヤツヤ

すべて設定できたら **提出** ボタンを押してください。

提出完了した項目は `仕上げ材 > 未分類製品`として保存されます。

## 3段階。カテゴリーに移動する

「未分類製品」にある項目は **エディターに表示されません。**

カテゴリーを必ず設定してください。 **カテゴリーの設定方法は家具製品と同じ**です。


---

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