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

# Welcome

Welcome to the official documentation center for **Northwest Response Roleplay (NWRRP)**.

This knowledge base contains player tutorials, department procedures, quick-reference material, and administrator guidance for the custom systems that connect ERS incidents, emergency services, investigations, evidence, court operations, and medical roleplay.

> **Current documentation baseline — July 29, 2026**\
> The interaction instructions in this edition reflect the conflict-corrected NWRRP builds. Evidence, interview, lead, and MedicBridge patient interactions now use **Third Eye (`R-ALT`) / `qb-target`** during normal play. Legacy E/G/F4 fallbacks are not the standard workflow.

## Start here

* New players: read [Getting Started](/getting-started.md).
* All players: bookmark [Complete Keybind Reference](/reference/keybinds.md) and [Command Quick Reference](/reference/commands.md).
* Law enforcement: review [Law Enforcement Operations](/law-enforcement.md).
* Detectives: review the [Detective and Investigator SOP](/investigations/detective-sop.md).
* Fire/EMS: review [MedicBridge ALS](/fire-ems/medicbridge-user-guide.md).
* DOJ personnel and server administrators: use the dedicated DOJ and administration sections.

## Interaction standard

NWRRP uses the following general interaction model:

| Interaction                                                     | Standard method                |
| --------------------------------------------------------------- | ------------------------------ |
| World entities, patients, witnesses, evidence, scene objectives | Third Eye (`R-ALT`)            |
| ERS crew invitation                                             | `Y` accept / `N` decline       |
| Full-screen interface close                                     | `Escape`                       |
| Inventory, phone, radio, CAD, department menus                  | Their configured FiveM keybind |
| Recovery and administrative actions                             | Chat commands                  |

Most registered key mappings can be changed under **FiveM Settings → Key Bindings → FiveM**.


---

# 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://docs.nwrrp.com/readme.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.
