# Virtual Environment

**Virtual Environment** tool is an OntoGuiWeb module that supports the automatic and parametric generation of a virtual scene in VEB.js based on the content of an ontology module. Specifically, it is possible to set the following parameters:

* Root graph
* Address of the Virtual Env App, e.g. [VEB.js](/vlft/tools/vebjs.md)
* Repo 3D, i.e. address of the [repository ](/vlft/kb/instantiation/datarepo/remote.md#online-repository-for-binary-text-files)where the 3D models are stored
* Repo Animation, i.e. address of the [repository ](/vlft/kb/instantiation/datarepo/remote.md#online-repository-for-binary-text-files)where the [animation sequences](/vlft/kb/instantiation/animations.md#animation-sequence) are stored
* Input Animation, i.e. the [animation json](/vlft/kb/instantiation/animations.md#schema) file to be loaded. If not defined, the application tries to build it from the name of the selected graph
* Input Env, i.e. the environment json file to be loaded. If not defined, the application tries to build it from the name of the selected graph
* Input Config, i.e. the configuration json file to be loaded. If not defined, the application tries to build it from the name of the selected graph

![](/files/JudRU4SZVP9CNEfoulXY)


---

# 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://virtualfactory.gitbook.io/vlft/tools/ontoguiweb/modules/virtual-environment.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.
