# Element Settings

## :gear: Element Settings

If you plan to create a lot of elements of the same type (e.g. item pick-ups), it's a good practice to use *Element Settings* to share your settings between multiple elements and change them at a single place.

The settings of the *Element Settings* asset are identical to the settings of the *HUD Navigation Element* component. You can find the [documentation here](https://sickscoregames.gitbook.io/hud-navigation-system/hud-navigation-element/settings).

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

## :dividers: Copy Settings

It's easy to create an *Element Settings* asset from an existing *HUD Navigation Element*. Simply create a new *Element Settings* asset and assign the GameObject with the existing *HUD Navigation Element* component to the *Copy From* field and click on *Copy Settings*. All existing settings on the *Element Settings* asset will be replaced!

![](https://1678974394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M60ifXggrwX3SPH6XX3%2Fuploads%2Fd0M9YCcr4cTKWG3KmasU%2FHNS%20Element%20Settings.png?alt=media\&token=83c547e7-c83a-4ba5-9fd2-749350b1e744)


---

# 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/hud-navigation-element/element-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.
