# Settings

## :gear: Settings

* **Disabled In Scene:** If checked, HNS will be completely disabled within this scene. Useful for e.g. menu scenes.
* **Scene:** Assign the scene you want to configure.
* **Config:** Assign the [Scene Configuration](https://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/scene-configurations) you want to use for this scene.

{% hint style="info" %}
Take a look at the [Example Scenes](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/example-content) to see the *Scene Manager* in action!
{% endhint %}


---

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