# Pubish & Test your Metaverse

After you uploaded the addressables, now it can be published in HoloFair system as a private template, which then you will be able to use to create a metaverse instance using that template. So, go on <https://portal.holofair.net/> and create an account. Then you will be asked to create a template, where you need to specify the name, image and url to a **WebGL catalog json file of the addressable.** That link can be retrived from the cloud you have chosen as host (e.g. [CloudFront](/development/initial-setup/build-and-upload-addressables/cloudfront.md)).

Once copied to WebGL field for the catalog of the WebGL addressable you may submit your template. Other platforms are up to you. Next, you may create a metaverse instance where you will be asked what template you want to use and some basic details for the default landing page. From the list of templates make sure to use your template. After the metaverse instance is created, go to Overview page and find Instance Link, which a link that allows you to visit your project online.

Congratulations! That was the last step! Now feel free to update your metaverse and its content further.


---

# 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.holofair.app/development/initial-setup/pubish-and-test-your-metaverse.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.
