# Configuration

Within the Config File, you have to places to edit -- This Allowed Vehicles and the Developers

In the Code Below, this is the allowed Vehicle section of the JSON. To add an allowed car, copy this default option and set the Spawn Code as the relevant cars spawn code, and x, y, z, xrot and bone can be set to 0 / default as you can edit them in-game via a menu.

X = Left / Right

Y = Back / Forward

Z = Up / Down

```
"AllowedVehicles": [
    {"SpawnCode":"MO81", "x": 0.45, "y":0.5, "z": 0.4, "xrot": 90.0, "Bone": "default"},
],
```

To Setup who can access the /placematrixboard menu, editing the Developers part of the config. You just need to add there steam hex ("steam:HEX")

```
"Developers": [
    "steam:110000113be89f3",
    "steam:110000217be74ad"
]
```

Once you have setup these two steps, you are good to go!


---

# 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://officergalvindevelopment.gitbook.io/untitled/matrix-board/configuration.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.
