> 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.md).

# MONA Tutorials

## Getting Started with MONA

### Quick Start Guide

***Description**: In this video, we walk through the steps of opening up our Unity Template for the first time. You'll learn how to import your 3D assets into Unity, build an asset bundle, and then preview your space in the web browser, using the* MONA *Playground.*

{% embed url="<https://www.youtube.com/watch?v=oTMDHcWj7u8>" %}
*Get Started building with Mona.*
{% endembed %}

### SpawnPoint & Portals

{% embed url="<https://www.youtube.com/watch?v=suLZBnoMZUU>" %}
Getting started with Mona SpawnPoint & Portals
{% endembed %}

### Artifacts

{% embed url="<https://youtu.be/QChu5XVzQ58>" %}
Getting started with Mona Artifacts.
{% endembed %}

### Submitting Your Space

{% embed url="<https://www.youtube.com/watch?v=eJ5xnHz_bLQ>" %}
Submitting your Mona Space
{% endembed %}

### Minting Your Space

{% embed url="<https://www.youtube.com/watch?v=S-Vps65oNQ8>" %}
Minting your Mona Space
{% endembed %}

### Animation in Unity for Mona Spaces

{% embed url="<https://www.youtube.com/watch?v=_5dOJ6fF5L0>" %}
Animating in Unity for Mona Spaces
{% endembed %}

### Mona Reactor: Basics

{% embed url="<https://www.youtube.com/watch?v=ejJHeUy3csk>" %}
Mona Reactor: Basics
{% endembed %}

## Importing 3D Assets into Mona

### How to Export from Gravity Sketch and Import into Mona

**Description**: Learn how to export your Gravity Sketch creations and bring them into Mona.

{% embed url="<https://www.youtube.com/watch?v=w0RQ5S50e_U>" %}


---

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