# Default

There are situations, when configuring a product, not all parts can be customized, in other words some parts of a 3D model may have a material that cannot be changed. Let's take a sofa configurator, we might have some materials within the 3D sofa model that are permanent or by default. For example, the sofa "legs" material is only one and will load by default.

Setting default materials its easy, go at the upper right side of the screen and select 'Default' from the drop-down button and click '**Add block**.

<figure><img src="/files/AjsHtiQAc1P2OSvz76XU" alt=""><figcaption><p>Adding 'Default' option set</p></figcaption></figure>

After clicking "Add block", the edit page for "Default" will open.

<figure><img src="/files/Gca0NaGgMEC4TH70hlK0" alt=""><figcaption><p>'Default' edit page</p></figcaption></figure>

You will be able to name the block in the **Title** field and add variants from the "**Add Variant**" button in the lower right screen. Once you click 'Add Variant' a popup window shows up:

<figure><img src="/files/eGk8AMosjnSl50XMuNjy" alt=""><figcaption><p>Creating a variant</p></figcaption></figure>

In the popup window we select the 3D model, the parts (in our case the legs) and material (wood) and click 'Save'. Once you click 'Save', it will create the first 'default' material and you can repeat this process for other parts if necessary.&#x20;

<figure><img src="/files/LxpqmTUlSnvoeVpiLLt3" alt=""><figcaption><p>Default material variant added</p></figcaption></figure>

Click "Save" again and it will create your "default" block, from now on every time the sofa configurator is loaded the legs will have wood material applied by default. Now click on the blue "**Preview**" button at the top right of the screen and see how it looks:

<figure><img src="/files/TJZlFwfzkOZw745HB3U6" alt=""><figcaption><p>Preview mode</p></figcaption></figure>

{% hint style="warning" %}
**Applying default materials to a 3D object/part and then material option sets to the same object/part will not work. Remove the default material first, then apply the material option set.**
{% endhint %}


---

# 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/products/create-options/default.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.
