> For the complete documentation index, see [llms.txt](https://regels.meetix.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regels.meetix.nl/informatie.md).

# Informatie

## Toetscombinaties en Commands

### Keybinds Ingame (QWERTY)

**ALLEEN de "QWERTY" indeling wordt ondersteund!**

*Keybinds zijn te wijzigen in het Escape menu:*

> Escape > Settings > Keybinds > FiveM

### Karakter

* **T** = Chat openen
* **N** = Praten in voicechat
* **M** = Telefoon openen
* **\`** = Praten in een Portofoon (Grave toets, meestal naast de 1 toets)
* **K** = Handen omhoog
* **B** = Wijzen
* **RCTRL** = Kruipen
* **LCTRL** = Sluipen (2x = Bukken)
* **P** = Open pauze menu
* **Page Up** = Praat indicaties inschakelen
* **Page Down** = Geef speler ID's weer
* **Z** = Voice-chat radius veranderen
* **F1** = Open speler menu
* **F2** = Open inventory
* **F7** = Open kledingmenu
* **Delete** = Speler lijst bekijken
* **X** = Annuleer emotes
* **V** = Wissel tussen Firstperson/Thirdperson

### Voertuig

* **F** = In/uit voertuig stappen
* **U** = Voertuig slot
* **L** = Kofferbak/Dashboardkastje openen
* **G** = Gordel om/af doen
* **Y** = Cruisecontrol inschakelen

### Commands Ingame

* **/sleutels** - Geef sleutels van je huis aan een speler (eerst sleutels kopiëren)
* **/report** - Report maken voor staff
* **/deelsleutel \[ID]** - Deel sleutel van je voertuig
* **/repareer** - Repareer voertuig (alleen mogelijk bij onvoldoende ANWB indienst)
* **/stoel \[0-16]** - Verplaats van stoel naar gewenst stoelnummer
* **/hud** - Pas de HUD aan (verplaats delen of pas de stijl aan)
* **/gangmenu** - Open je gang menu (Bindable)
* **/emoteui** - Open emote menu (Bindable)
* **/newscam** - Open nieuwscamera
* **/nearby \[emote]** - Speel gedeelde emote af
* **/e \[emote]** - Speel emote af
* **/emotebind \[NUMPAD 4-9] \[emote]** - Stel een emote keybind in
* **/emotebinds** - Zie alle gebinde emotes
* **/emotedelete \[toets]** - Verwijder gebinde emote

***

> Zorg ervoor dat je je keybinds aanpast naar je eigen voorkeur waar mogelijk!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://regels.meetix.nl/informatie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
