# HUD Navigation System

## HUD Navigation System

- [HUD Navigation System](https://sickscoregames.gitbook.io/hud-navigation-system/master.md)
- [Installation](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/installation.md): How to install the HUD Navigation System and get it to work properly within your project.
- [Changelog & Upgrade Guide](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/changelog-and-upgrade-guide.md)
- [Example Content](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/example-content.md): Explore the example content to see how things work, or use it as a start for customization.
- [Support / Feedback](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/support-feedback.md): Facing a problem? Need help customizing HNS? Missing a feature?
- [FAQ's](https://sickscoregames.gitbook.io/hud-navigation-system/getting-started/faqs.md): Frequently Asked Questions
- [Component Info](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-system/overview.md): HUD Navigation System - Overview
- [Settings](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-system/settings.md): Component configuration options
- [Component Info](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-canvas/overview.md): HUD Navigation Canvas - Overview
- [Settings / UI References](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-canvas/settings-references.md): Component configuration options
- [Component Info](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/overview.md): HUD Navigation Element - Overview
- [Settings](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/settings.md): Component configuration options
- [Element Settings](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/element-settings.md): Component configuration options
- [UI Prefabs](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/ui-prefabs.md): Create your own UI prefabs and customize the look and feel!
- [Text References](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/text-references.md): Use any UI text component or asset you prefer
- [Text Adapters](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/text-adapters.md): Used by text references to update text on UI components
- [Events](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/events.md): Interact with HUD Navigation Element during runtime.
- [Component Info](https://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/overview.md): HUD Navigation Scene Manager - Overview
- [Settings](https://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/settings.md): Component configuration options
- [Scene Configurations](https://sickscoregames.gitbook.io/hud-navigation-system/scene-manager/scene-configurations.md): Component configuration options
- [Component Info](https://sickscoregames.gitbook.io/hud-navigation-system/map-profiles/overview.md): Map Profiles - Overview
- [Create Profiles](https://sickscoregames.gitbook.io/hud-navigation-system/map-profiles/create-profiles.md): How to generate map textures and create map profiles.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sickscoregames.gitbook.io/hud-navigation-system/master.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.
