# //MASON

NOTICE: Mason is an active work in progress! Things may break as versions are released.\
\
I made this plugin as a previous unity developer. Unreal has fantastic Modeling and BSP tools, but no where as easy to get into as Probuilder, UModeler or RealtimeCSG. I got my start in level design in the source hammer editor and loved the workflow, so I wanted to make my own stab at it.&#x20;

### Table of Contents

### [Materials](/const-int/mason/materials.md)

### [Tools](/const-int/mason/tools.md)

### [Utility Widget](/const-int/mason/utility-widget.md)

### [Boolean Operations.](/const-int/mason/boolean-operations..md)

### [Utility Widget](/const-int/mason/utility-widget.md)

### [Preparing for Standalone](/const-int/mason/preparing-for-standalone.md)

###

To view the changing roadmap, visit <https://trello.com/b/Y4WT8xL7/mason-feature-list>\
\
If you have any other questions or want to suggest features, feel free to do so in my discord <https://discord.gg/8Fag2hGbSd>


---

# 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://friendly-studios.gitbook.io/const-int/mason.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.
