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

# 仕上げ材情報修正

アップロードした製品情報を修正する方法を見てみましょうか？

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

仕上げ材の詳細ページに入ると、以下のような画面をご覧いただけます。

![仕上げ材詳細ページ](/files/fd56a2fe0feca2e5bc41a5fd1f03276f00ab884e)

1. **サムネイルをダウンロード** : 現在アップロードされている製品のサムネイルをダウンロードできます。
   * ダウンロードサイズ: 256 x 256 px
   * 画像形式：png
2. **サムネイルプレビュー**
3. **仕上げ材の上書き**: 編集時にこの機能を使用すると、一部のマップ画像を置き換えることができます。
   * albedo、normal、roughness、metalness、height マップを個別に置き換え可能

![仕上げ材の上書き](/files/2ebe290d21af668ee7b4de5617fa30e6e358c2ab)

**名前**

* デフォルト値: 初回アップロード時に入力した商品名です。
* 翻訳値を追加: 他の言語を追加できます。 (英語、ベトナム語、日本語、中国語)

**ブランド**

* 既存のブランドから選択できます。
* ないブランドを追加するには、\[企業ライブラリ] → \[ブランド管理] でまずブランドを追加してください。

**タグ**

* タグを設定しておくと、エディターでタグを検索したときに該当の製品が検索されます。

**SKU**

* 在庫管理用のコードです。 *(選択入力項目)*

**商品コード**

* 製品を区別するための固有コードです。 *(選択入力項目)*

**3D 容積**

* エディター上で画像が表示される実際のサイズを設定する項目です。
* 例: 4枚がつながったタイル画像(2x2 配列)で、1タイルの実際のサイズが500×500mmなら、 `3D 容積`には **1000×1000mm**と入力してください。

**製品購入リンク**

* 製品に紐づく外部購入ページのURLを入力します。

**説明**

* 製品の説明を入力します。エディター内でユーザーに表示されます。

**作成日**

* 該当製品が最初にアップロードされた日時です。 *(自動入力)*

**更新日**

* 製品情報(例: 名前、カテゴリなど)が最後に修正された日時です。 *(自動入力)*


---

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