# Materials

Randomly assign different materials to the instances to introduce variations.

It works the same way as applying a material to a component or a group in SketchUp: only the blank faces in the components will receive the material. If faces already have a material, their material cannot be replaced.

{% hint style="info" %}
When using "[Render-only](/manual/generating.md#render-only-generation)", this feature is supported by V-Ray and Thea, but not Enscape at this time.
{% endhint %}

![Random materials (Right) introduce more diversity compared to having a single material (Left).](/files/-MgoQVXky7Ob4rtTYfnq)

Click on the <img src="/files/-MkINxYIpxGArDe6TPpj" alt="" data-size="original"> icon to select materials in a list, or click the <img src="/files/-MkIO023Rx-9MnGkPHAv" alt="" data-size="original"> icon to pick the materials directly in the viewport.

| Parameter          | Description                                                                                                                                                                                                                        |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Probability        | Relative probability of the object to be assigned                                                                                                                                                                                  |
| Compatible objects | <p><a href="/pages/-MK0bof4jglcJCA94m2P">Objects</a> that can be assigned this material.</p><p></p><p>By default, all the objects can be assigned all the materials but it can be useful to be more restrictive in some cases.</p> |


---

# 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://skatter.help.lindale.io/manual/materials.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.
