# Getting Started

## Initial Script Setup

1. **Purchase and Download**:

* After purchasing the script from our store, locate the script in your Keymaster assets.

2. **Extract the Script**:

* Download the script from [Keymaster](https://keymaster.fivem.net/asset-grants).
* Extract the downloaded archive to access the script folder.

3. **Move to Resources Folder**:

* Place the extracted script folder inside your server's `resources` directory.

4. **Update server.cfg**:

* Open your `server.cfg` file.
* Add the following line to load the script:&#x20;

```lua
ensure sx-hud
```

* Make sure this line is added **after** your framework has been loaded.


---

# 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://docs.syntaxa.xyz/hud/getting-started.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.
