# Resources

The Resources section goes over a number of resources that are useful to Creators.

## Mona Playground

The Mona Playground is a Mona Space that showcases the features of Mona and how to get the best results from your creations. It includes simple examples of colliders and lightmapping, through to a lot of the Mona Library assets in world to see how they work.

<figure><img src="/files/NWXv4KijcUlLXM8fOadc" alt=""><figcaption><p>The Mona Playground</p></figcaption></figure>

This space is available to download so you can pull it apart and learn to help take your own space to the next level. For more information, check out the [MONA Playground](/create/resources/mona-playground.md) doc!

## Mona Tutorials

The Mona Tutorials section is a selection of tutorials that cover specific examples or spaces, rather than the more general tutorials found in the previous categories. One example is the [Retrowave Modules](/create/resources/mona-tutorials/retrowave-modules.md) series, that goes over making assets for an interactive obstacle course!

## Asset Resources

The Asset Resources category has a ton of linked resources that can help populate your spaces from 3D Assets, textures, shaders, audio, external tutorials, among others.

## Mona Library

The Mona Library is a fantastic resource for people to utilise when creating spaces within Unity. It has a bunch of resources that can help understand using Reactor, through to previous challenge assets to add to your space submitted by Creators.


---

# 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/resources.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.
