# Resetting Keybinds

To reset your mapped key binds, do the following

* Make sure to completely close FiveM
* In Windows File Explorer, go to `C:\Users\[username]\AppData\Roaming\CitizenFX`
* In that folder is a file named `fivem.cfg`, open that with Notepad or some text editor
* Delete every line that starts with `rbind`
* Save that file and restart FiveM

### Examples of lines to delete

```properties
rbind visn_are KEYBOARD X "cancel_interaction"
rbind ox_lib KEYBOARD X "cancelprogress"
rbind smarttaser KEYBOARD X "drivestun"
rbind helicam KEYBOARD X "rappel"
rbind rpemotes KEYBOARD X "emotecancel"
rbind visn_are KEYBOARD Y "open_self_menu"
rbind garbage_job KEYBOARD Y "join-garbage-crew"
```

{% hint style="info" %}
You could also rename the file (ex. `fivem-backup.cfg`) and a new one will be created the next time you load FiveM.
{% endhint %}


---

# 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://midwestrp.gitbook.io/support-portal/framework-guide/introduction/resetkeybinds.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.
