# WorldSettings

WorldSettings asset is used by HoloFair to setup multiplayer settings for the world you are creating as well as initialize the portals you have created. To create the WorldSettings right click anywhere in the project window or where you prefer then Create -> HoloFair -> WorldSettings. See the GIF below:

<figure><img src="/files/5oAeDziSwCtny8ZPoOik" alt=""><figcaption></figcaption></figure>

After that make sure to assign entry scene, portals prefab, preferable max amount of spectators, players, room variables and Area Of Interest. It is recommended to use following default settings for most cases:

<figure><img src="/files/ULtH4ddQzh6OtwggIm29" alt=""><figcaption></figcaption></figure>

Once this is done, you are almost ready to build, compile, and host addressables as well as make your world live on HoloFair.


---

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