# LOD Management

In general the colormass system handles dynamic compression (on the server side) and decompression (on the client side) so that you don't have to absolutely minimize your 3D assets. But in some cases it is good to have an extra tool to manually adjust LOD details and decide what to show where. The colormass platform offers three distinct usecases:

* **Web**: displaying the asset in a configurator
* **AR**: displaying the asset in app-less AR way
* **Path-traced**: using assets in path-traced image rendering

In practice it is usually the best to define two: **Web** and **Path-traced**. To set these first add a group to your product:

<figure><img src="/files/sPSuzdClANfRZX9zLaUE" alt="" width="563"><figcaption><p>Add groups</p></figcaption></figure>

and name then based on what use case will be inside that folder. Move the elements that you would only like to display for that use case under this folder, like so:

<figure><img src="/files/WGkJlfRbhUbyJIi5Uem2" alt="" width="213"><figcaption><p>Group with stitching inside</p></figcaption></figure>

Once all this is done we only have to do one more step, click on the *Other* button and select *LOD Type*:

<figure><img src="/files/5M0M35Rmun5E7WIAP9H2" alt="" width="563"><figcaption><p>LOD Type</p></figcaption></figure>

Then select the use case that you would like to set for your folder:

<figure><img src="/files/z7JTrlnUrfFnJANZkj0X" alt="" width="563"><figcaption><p>Type selection</p></figcaption></figure>

and assign it the *Active* field of your folder:&#x20;

<figure><img src="/files/K6MHcJJWgsDWtuZ0F3Oe" alt="" width="563"><figcaption><p>Assign LOD Type</p></figcaption></figure>

this will make the folder active (visible) during image rendering and inactive (hidden) for any other use case (web, AR).

You can confirm if this is the case if you click on the bottom right corner (in the viewer settings) and switch between the toggle buttons at the very top. You will see that the items which were moved under a folder called *Path-traced* is only shown during *Path-traced* use case:&#x20;

<figure><img src="/files/bu32kLC6hKTOaoMAWRHE" alt=""><figcaption><p>Reviewing the use case</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.colormass.com/building-blocks/products/advanced/lod-management.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.
