# Materials

**Introduction**

Materials are important because they allow users to simulate different materials on the surfaces of 3D assets. For example, for a piece of furniture such as a table, users can apply a specific material such as wood. To be able to create that wood feeling material or other specific materials such as metal, fabric, stone, etc., the platform allows users to create from several parameters when creating a [New Material](/learning-the-app/materials/new-materials.md).

The Materials section is divided into 2 subsections: **Materials** and **Textures**. All materials and textures can be organized into categories, just like 3D assets.&#x20;

{% hint style="warning" %}
**Organizing by categories makes it much easier to manage the process of building your product configurator or 3D product viewer.**
{% endhint %}

<figure><img src="/files/Z2NL2fIN3XEo4XAAF3Wp" alt=""><figcaption><p>Simplio3D - Material Listing - Grid View</p></figcaption></figure>

###


---

# 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.simplio3d.com/learning-the-app/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.
