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

# Edit finish material information

Shall we learn how to edit the information of an uploaded product?

**Path:** Dashboard > Company Library > Products > Finishes > Detail Page

When you enter the finish detail page, you will see a screen like the one below.

![Finish Detail Page](/files/728bc96f76c742fa5c48a1978e17abb62244a4c1)

1. **Thumbnail Download** : You can download the thumbnail of the currently uploaded product.
   * Download size: 256 x 256 px
   * Image format: png
2. **Thumbnail Preview**
3. **Overwrite Finish**: When editing, using this feature allows you to replace some map images.
   * albedo, normal, roughness, metalness, height maps can be replaced individually

![Overwrite Finish](/files/9a76cfe2ef71ad02c3198658259678c387741996)

**Name**

* Default value: the product name entered at the time of first upload.
* Add translation value: You can add other languages. (English, Vietnamese, Japanese, Chinese)

**Brand**

* You can select from existing brands.
* To add a brand that doesn't exist, first add the brand in \[Company Library] → \[Brand Management].

**Tag**

* If you set tags, the product will appear when you search for that tag in the editor.

**SKU**

* This is a code for inventory management. *(Optional field)*

**Product Code**

* A unique code used to distinguish products. *(Optional field)*

**3D Volume**

* An item that sets the actual size at which the image is displayed in the editor.
* For example: if a tile image made of 4 connected sheets (2x2 array) has an actual size of 500×500mm per tile, `3D Volume`in **1000×1000mm**please enter it as.

**Product Purchase Link**

* Enter the URL of an external purchase page linked to the product.

**Description**

* Enter a description of the product. It will be shown to users in the editor.

**Creation Date**

* The date and time the product was first uploaded. *(Auto-filled)*

**Modification Date**

* The date and time when the product information (e.g., name, category, etc.) was last modified. *(Auto-filled)*


---

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