# What are the material tools? What are they used for?

<div align="left"><figure><img src="/files/5OVwtkZWSxCovs2H3jie" alt=""><figcaption></figcaption></figure></div>

## Duplicate

Duplicate the currently selected material parameters and assign them to other model surfaces.

## Add to local

Add the currently selected material to the local library. You can find the saved material in the "Material" drop-down menu in the "Library" > "Local" tab of the navigation bar.

## Batch Import PBR Textures

<div align="left"><figure><img src="/files/oJWpV7ifja5hlqvrf30c" alt=""><figcaption></figcaption></figure></div>

In the texture editing panel, click the "Import" button, you can select multiple PBR textures in the folder with one click to import them automatically.

{% hint style="info" %}
The PBR material system contains two sets of workflows : the metallic/roughness system and the specularity/glossiness system, which <mark style="background-color:purple;">D5 supports belongs to the metallic/roughness workflow</mark>.&#x20;

The texture imported by the user should **conform to the suffix naming rules of this workflow** in order to correctly identify the material effect.&#x20;

For more details, please refer to:[What is the correct naming convention when importing PBR maps with one click?](https://docs.d5render.com/user-guide/material/what-is-the-correct-naming-convention-when-importing-pbr-maps-with-one-click)
{% endhint %}

## Reset

Restores the material parameters to their initial state (the parameters that existed when the project file was just opened or when the material was assigned to the model surface).


---

# Agent Instructions: 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:

```
GET https://docs.d5render.com/user-guide/material/what-are-the-material-tools-what-are-they-used-for.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
