> For the complete documentation index, see [llms.txt](https://docs.monaverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monaverse.com/create/resources/mona-tutorials/retrowave-modules.md).

# Retrowave Modules

In these videos, we walk through steps to understand how to add interactivity into our spaces with specific modules that you can download as a Game kit and use to create your own spaces.

* Check out the Demo YouTube video [here](https://www.youtube.com/watch?v=0EnkFYyRWms).
* Download the [gamekit ](https://github.com/monaverse/Retrowave-Obstacle-Course)to follow along the tutorials.
* Or download the Retrowave kit itself as a [unitypackage](https://github.com/monaverse/ultimate-interactivity-kit).
* Check out the space itself [here](https://monaverse.com/spaces/ultimate-interactivity-kit).

### Retrowave Workshop

You can watch the Workshop itself that goes over the overall experience.

{% embed url="<https://youtu.be/CJP4qcQZNpE>" %}
Retrowave Obstacle Course Workshop
{% endembed %}

## Achievement Module

{% embed url="<https://www.youtube.com/watch?v=fmEzmGpeBW4>" %}
Achievement Module
{% endembed %}

## Anti-Gravity Module

{% embed url="<https://www.youtube.com/watch?v=xbS3HAMIK68>" %}
Anti Gravity Module
{% endembed %}

## Cut Scene Module

{% embed url="<https://www.youtube.com/watch?v=faNUhaGjAhA>" %}
Cut Scene Module
{% endembed %}

## Respawn, Hazards, and Traps Module

{% embed url="<https://www.youtube.com/watch?v=AJz8UMzsLdM>" %}
Respawn Module, Hazards, & Traps
{% endembed %}

## Random Skybox and Audio Module

{% embed url="<https://www.youtube.com/watch?v=nN6NStQGuPU>" %}
Random Skybox and Audio Module
{% endembed %}

## Start Gate and Timer Module

{% embed url="<https://www.youtube.com/watch?v=qA94nzDR2EA>" %}
Start Gate and Timer Module
{% endembed %}

## Super Jump and Run Powerup Module

{% embed url="<https://www.youtube.com/watch?v=o9IjUwocJWE>" %}
Super Jump % Run Power Up Module
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monaverse.com/create/resources/mona-tutorials/retrowave-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
