# 5. VRay Models

## Overview

The option to import the vrscene assets as Models will automatically create a Model asset for each vrscene or vrscenezip added. In the case where the user uploads a vrscenezip that contains multiple vrscene files, it will create a single Model asset, with multiple vrscene nodes inside that asset, for each vrscene file included in the zip.

The structure of the imported Model is very similar to that of Scenes. There will still be a **Vray Axis System** node present, with the vrscene nodes parented to it. It is important to leave this structure intact, without modifying it. This parent node ensures that the Model asset will get  referenced into other assets or scenes at the correct scale, with the correct orientation.

Here is an example of what the Model asset may look like on import:

<figure><img src="/files/8VTbCFeeTgsNXvNJcF4k" alt=""><figcaption></figcaption></figure>

Similar to the imported Scenes, any Meshes present in the vrscene will be shown only as bounding boxes, while the supported lights will show up with their appropriate gizmo.

## Nesting Models

The user may nest in here other models from the Asset Library, but doing so will introduce the same risks we found with the scene assets. Once the vrscene for this Model gets re-uploaded, the import process will automatically reset the scene graph, and remove any extra nodes. If such nesting is required, it would be better achieved with a third blank Model asset, that would hold all the references together.

<figure><img src="/files/Jkfntvz8xjF9Yal36vKb" alt=""><figcaption></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://community.threekit.com/learn/workflows/v-ray-workflow/5.-vray-models.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.
