> For the complete documentation index, see [llms.txt](https://docs.gmetri.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmetri.com/readme/wizards.md).

# Wizards

{% hint style="info" %}
Wizards are forms that use ready-made templates to generate a Metaverse for you, in your own GMetri account. Wizards are a great way to get your first Metaverse up and running in a matter of minutes.
{% endhint %}

Here's a 17 min session by [@NoCodeDevs](https://www.youtube.com/channel/UC4_jeBnLBx2hlWJronvPB2g) that takes you through a Wizard to get your first Metaverse experience.

{% embed url="<https://youtu.be/Jk9uB9-fSBs>" %}

### Steps to get your Collaborative Metaverse in 15 minutes

1. If you don't have a GMetri account already, [create one here](http://gmetri.com/signup)
2. Open the wizard you want (use any wizard link below), fill it by uploading assets/images, and submit.
3. **Done!**

**Wizard links:**&#x20;

* [Collaborative Event Metaverse](https://forms.gle/n42EipbBNEZ4Qtft5)
* [Collaborative Retail Metaverse](https://forms.gle/xp2bS4Tfz46RCcyh6)

Check your email to get the link to your personalized experience with 5 minutes of filling the wizard.

To make further customizations to this experience, access your [GMetri Portal](https://portal.gmetri.com) to find these experiences listed there.

### Collaborative Retail Metaverse Demo

{% embed url="<https://rxhhkr.gmetri.com/retail_storedemo?embed=true>" %}

Here's the [detailed guide](https://www.gmetri.com/justaboutreal/wizard-building-a-collaborative-retail-metaverse-on-gmetri/) you can follow to create a collaborative retail metaverse of your own.

### Collaborative Event Metaverse Demo

{% embed url="<https://rxhhkr.gmetri.com/eventsMetaverse?embed=true>" %}

Here's the [detailed guide](https://www.gmetri.com/justaboutreal/wizard-building-a-custom-collaborative-metaverse-on-gmetri-in-15-minutes/) you can follow to create a collaborative event metaverse of your own.


---

# 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.gmetri.com/readme/wizards.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.
