# Light Scenario

Levels can support multiple lighting scenarios, currently only available at game launch.

The SDK automatically detects your lighting scenarios when they are correctly configured.

To add lighting scenarios, you must create a SubLevel and add it to your main level. It must contain the name of your level (EntryPoint), as shown below.

* For example, if your level (EntryPoint) is named "**MyMap**", your sublevel must be formatted like this: "**MyMap\_MyLightScenarioName**".<br>

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

Then, your sublevel must be converted into a lighting scenario and set to the blueprint loading method.

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

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

<figure><img src="/files/1mCiPKScmGDGLTsRf4WZ" alt=""><figcaption></figcaption></figure>

Once configured, go to EditMod in the SDK and check the configuration. If your sublevels have been set up correctly, they should be pre-configured in the menu. You simply need to save the changes.\ <br>

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

## Example in-game

<figure><img src="/files/ix3z4iCP4wXqjT3fKlAr" 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/light-scenario.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.
