# Scene Configurations

## :dart: Scene Configuration

*Scene Configurations* are used by the [Scene Manager](/hud-navigation-system/scene-manager/overview.md) to apply different settings for each scene. With *Scene Configurations* you can override every setting of HNS and completely change the behavior for individual scenes.

{% hint style="info" %}
To create a new *Scene Configuration*, right click in your project window and select:\
\&#xNAN;*Create* > *Sickscore Games* > *HUD Navigation System* > *New Scene Configuration*
{% endhint %}

![](/files/-M6LLUlvptyAaaWUvZ4j)


---

# 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://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/scene-configurations.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.
