# Required

Actors are required for the game to function correctly; they are already included in the map by default when a new mod level is created.

Here is the list of essential requirements:

* **NavMeshBoundsVolume:** Required for AI to navigate your level. Adjust the volume size according to your level. You can check this with the navigation debug tool (press P).
* **LightmassImportanceVolume:** This volume maximizes lighting baking calculations.
* **RealityDefaultPlayerStart:** These are the default spawn points if other spawn points are not present in your level.
* **RealityPlayerStart:** These are the spawn points for your level.

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


---

# 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://beyond-sandbox.gitbook.io/realitysdk/documentation/level/required.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.
