# Welcome to HoloFair SDK

HoloFair is a platform that allows to create and publish your own metaverse project, which could be an event, virtual gatherings or game worlds to visit or be part.\
\
The SDK is designed to allow content creators to prepare and host their metaverse project using Unity3D as a builder that is compatible with HoloFair. While HoloFair is not only for hosting, but it also handles for content creators the heavy lifting of multiplayer data model and player controls, so that they or you can focus on designing content of the project and focus on selling and delivering it to users.


---

# 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/welcome-to-holofair-sdk.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.
