> For the complete documentation index, see [llms.txt](https://sickscoregames.gitbook.io/hud-navigation-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-canvas/settings-references.md).

# Settings / UI References

## :gear: Settings

The *HUD Navigation Canvas* is controlled by the settings of the [HUD Navigation System](/hud-navigation-system/hud-navigation-system/settings.md) component. This component is used to link/assign the different *UI References* to the system.

## :anchor: UI References

HNS needs to know, where to find the different UI elements inside your UI Canvas. Each feature needs specific UI elements to work properly, so make sure to correctly assign them.

{% hint style="info" %}
The most simply way to get started is to duplicate the canvas prefab and customize it to your needs. You'll find the prefab in the prefabs folder:\
\&#xNAN;*Sickscore Games* > *HUD Navigation System* > *Resources* > *Prefabs*.
{% endhint %}

### Radar References

* **Panel:** The parent transform, which holds all UI components for this feature.
* **Radar:** The actual radar transform, which has the image of your radar.
* **Player Indicator:** A transform, which represents the icon/location of your player.
* **Element Container:** The container transform, which holds all instantiated elements.

### Compass Bar References

* **Panel:** The parent transform, which holds all UI components for this feature.
* **Compass:** The actual compass transform, which has the image of your compass.
* **Element Container:** The container transform, which holds all instantiated elements.

### Indicator References

* **Panel:** The parent transform, which holds all UI components for this feature.
* **Element Container:** The container transform, which holds all instantiated elements.

### Minimap References

* **Panel:** The parent transform, which holds all UI components for this feature.
* **Map Mask Image:** The parent transform of the map container, which has an image mask component attached. The image mask will clip the minimap and hides the borders of the map texture.
* **Map Container:** The container transform for all instantiated map layers.
* **Player Indicator:** A transform, which represents the icon/location of your player.
* **Element Container:** The container transform, which holds all instantiated elements.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-canvas/settings-references.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
