# Adding Interactivity

There are two ways to add interactivity to a Mona Space : Visual Scripting and Reactor. Custom scripting is currently not supported due to security concerns in a WebGL environment.

Visual scripting is a method of creating game logic using a visual interface instead of writing code in another programming language. This makes it easier for creators to make incredible experiences, all inside Unity 3d. You may have seen this in Unreal with Blueprints. For more information go to [Visual Scripting](/create/building-spaces/adding-interactivity/visual-scripting.md).

Reactor is Mona's approach to interactivity by using events (such as walking into or interacting with a collider) to trigger parameters in the Animator component. This basically removes the need to program anything and focuses on transitioning between different animations that you create when an event happens.&#x20;

If you want a detailed overview of the Reactor process, you can go to the [Mona Reactor](/create/building-spaces/adding-interactivity/mona-reactor.md). If you have a good understanding of Unity's Animation and Animator toolset you could go to [Reactor Overview](/create/building-spaces/adding-interactivity/mona-reactor/reactor-overview.md).

Choosing which method depends on what you are trying to do, but understanding both would definitely allow you to create the best experiences for your space as both are pretty powerful in their own way.


---

# 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/adding-interactivity.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.
