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

# 仕上げ材情報の修正

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

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

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

![仕上げ材詳細ページ](https://1909169026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-f903c8d14aa880e31814505680a11652d53f0af4%2Fedit-finishing-info-1.png?alt=media)

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

![仕上げ材を上書き](https://1909169026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-2538c7a55f3c00794f0a7e1f5ebcf5e3762bf596%2Fedit-finishing-info-2.png?alt=media)

**名前**

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

**ブランド**

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

**タグ**

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

**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/enterprise-jp/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.
