# Naming

<figure><img src="/files/tCDJMd66Uov8bwdqscQU" alt=""><figcaption></figcaption></figure>

All names should use lowercase letters (blender file, gltf, images textures, textures)

Space between letters should use underscores “\_ “

Do not use any name extension that may not be need it

Names for materials and images should be the same as the GLTF file

Examples of naming conventions:

* Carnaval\_ornament\_ranchhouse\_nft.gtf
* Carnaval\_ornament\_ranchhouse\_lod\_0.gtf
* Carnaval\_ornament\_ranchhouse\_lod\_1.gtf
* Carnaval\_ornament\_ranchhouse\_wireframe.gtf


---

# 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://upland-3d.gitbook.io/upland-3d/fundamentals/naming.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.
