# MONA Tools

Over time we MONA will be adding a number of tools to help you build amazing spaces.&#x20;

Some of these tools will be found in the MONA Library such as the Mona Capture Tool, whereas others will be found in the MONA template itself, such as the Template Utility.

### Template Utility

The Template Utility helps make sure that your version of Unity is correct, that you have WebGL installed and that the template itself is the latest version. For more information go to [Template Utility](/create/building-spaces/mona-tools/template-utility.md).

### MONA Capture

The MONA Capture (Beta) allows users to control a free moving camera, separated from their player to create more interesting and interactive content with the spaces they visit. For more information go to [MONA Capture](/create/building-spaces/mona-tools/mona-capture.md).

### Light Probe Generator

The Light Probe Generator is a tool that great speeds up Light Probe placement in Light probe groups. Light probes are important for dynamic objects (non-static) in spaces that use lightmapping. For more information go to [Light Probe Generator](/create/building-spaces/mona-tools/light-probe-generator.md).

### VOX Importer

The VOX Importer allows builders to import .vox files. For more information go to [VOX Importer](/create/building-spaces/mona-tools/vox-importer.md).


---

# 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.monaverse.com/create/building-spaces/mona-tools.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.
