# Start Here

Before you begin: If there is anything you do not understand, we suggest reading a few steps further since it is possible it is continued or needs to be merged with a following step&#x20;

This is general steps for each Metaverse project that is intended to run on HoloFair platform:

1. Create a new repository on Github using [this ](https://github.com/Outreal-XR/GeneralHoloFairMetaverseTemplate)template. The template is a Unity3D project that has mostly everything pre-configured including the SDK.
2. Clone the project on your machine
3. Open it in [Unity3D 2021.3.19f1](https://unity.com/releases/editor/archive) as WebGL project

{% hint style="info" %}
The exact version is available on <https://unity3d.com/get-unity/download/archive>  in 2021.x tab where you need to scroll to 2021.3.19f1 version and choose preffered installation option
{% endhint %}

After the project has successfully opened, continue the reading on the next page "**Setup Addressables**".


---

# 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://outreal-xr.gitbook.io/holofair-sdk/development/initial-setup/start-here.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.
