# Marker

**Marker settings overiew**

{% code title="Config.lua" %}

```lua
Config.usemarker = true -- Enable specific position to use the UI
Config.computeruikey = 38 -- 38 = E(open), ESC(main.js line 50) to close | Key to open the computer UI | https://docs.fivem.net/docs/game-references/controls/
Config.computeruitxt = "Press ~INPUT_CONTEXT~ to open the computer UI" -- If Config.usermarker = true show this hint on marker
Config.computeruirange = 3.0 -- If Config.usermarker = true this is the max. range to open the UI
Config.computeruicoords = { -- If Config.usermarker = true these are the coordinates where players can open the UI
    { x = -709.58, y = -905.39, z = 19.20 },
    { x = -43.80, y = -1749.07, z = 29.41 },
    -- Add more coordinates as needed
}
```

{% endcode %}

<mark style="color:blue;">**Config.usemarker**</mark>\
If <mark style="color:green;">true</mark> specific position is required to use the UI, else if <mark style="color:red;">false</mark> requirement is disabled.\
\ <mark style="color:blue;">**Config.computeruikey**</mark>\
Key to open the computer UI.\
Full key list: <https://docs.fivem.net/docs/game-references/controls/>\
\ <mark style="color:blue;">**Config.compteruirange**</mark>\
this is the max. range to open the UI.\
\ <mark style="color:blue;">**Config.computeruicoords**</mark>\
List of coordinates where UI can be used. Add as many as needed.


---

# 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://scriptforge.gitbook.io/d/crypto-money-washer/configuration-file/marker.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.
