# LOD Assignment

All models rely on LOD meshes, which greatly reduces graphics demand of detailed models and improves overall performance.

{% hint style="warning" %}
if you have any other LOD meshes ready to be set up, copy their names to the proper LOD levels.
{% endhint %}

In order to render your mesh at any distance:

1. Go to **Data** tab.
2. Scroll to **Sollumz LOD.**
3. Copy the name from High LOD to Very High, Medium and Low.

<figure><img src="/files/Fk5AyPZImdWSEcBD3Eoa" alt=""><figcaption><p>LOD assignment for all levels</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.sollumz.org/2.5/tutorials/creating-vehicles/lod-assignment.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.
