# Installation

### How to install the system?

{% hint style="info" %}
After reading and understanding how [Keymaster](/axr-documentation/how-to-dowload-axr-resources.md) work follow these steps:
{% endhint %}

* Move **axr\_hudv1** folder from WinRar in your **server resources**.
* Ensure the script using <mark style="color:green;">**ensure axr\_hudv1**</mark> in server.cfg.
* Edit the functions in **config/config.lua** in order to work the money hud and hunger and thirst progress.

### Important Stuffs

{% hint style="danger" %}
Read carefully and take care of these advice for AxR Scripts Installation in order to work properly
{% endhint %}

* Do not edit system name, if you edit the name from **axr\_hudv1** to your own one the <mark style="color:red;">**script will crash**</mark> or have <mark style="color:red;">**random problems**</mark>.
* Do not rename Config Functions, you can see all the functions available for edit [<mark style="color:blue;">**right here**</mark>](/axr-documentation/resources/axr_hudv1/functions.md).
* Do not try to edit css/html/js code if you dont know what you're doing.


---

# 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://axero-scripts.gitbook.io/axr-documentation/resources/axr_hudv1/installation.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.
