> 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/reference/commands.md).

# Command Quick Reference

Commands are grouped by audience. A command may appear in the resource but still be disabled, permission-restricted, or intended only for recovery/testing.

## General player commands

| Command   | Purpose                                                   |
| --------- | --------------------------------------------------------- |
| `/roster` | Open FiveRoster for duty and department information.      |
| `/eup`    | Open the configured uniform/EUP workflow, when permitted. |
| `/report` | Request staff assistance for a bug or rules issue.        |
| `/me`     | Describe an observable character action.                  |
| `/do`     | Describe scene information or a roleplay result.          |
| `/panic`  | Trigger the configured emergency-services panic workflow. |

## Court Services and DOJ

| Command           | Audience               | Purpose                                                      |
| ----------------- | ---------------------- | ------------------------------------------------------------ |
| `/mycourt`        | All players            | Open Court Services for the current character.               |
| `/courtpay`       | All players            | Open the eligible court-payment workflow.                    |
| `/doj`            | Authorized LE/DOJ      | Open the workspace allowed by job, duty, and DOJ permission. |
| `/dojstatus`      | Authorized support use | Display detected DOJ permission/status information.          |
| `/dojversion`     | Support                | Display the client DOJ resource version.                     |
| `/dojenforcement` | Authorized staff/DOJ   | Open or inspect the enforcement workflow when permitted.     |

## Investigations

| Command                 | Purpose                                                              |
| ----------------------- | -------------------------------------------------------------------- |
| `/investigations`       | Open the Investigations UI.                                          |
| `/clearinvestigation`   | Clear stuck scene, interview, target, route, prop, and UI state.     |
| `/processevidence`      | Recovery fallback for an active evidence objective; not normal play. |
| `/investigationslegacy` | Administrative legacy menu; not for routine player use.              |

Normal scene, evidence, witness, and lead actions use Third Eye rather than a chat command.

## ERS crew attachment

| Command           | Purpose                                                                        |
| ----------------- | ------------------------------------------------------------------------------ |
| `/erscrew`        | Manual fallback for crew attachment, subject to configuration and eligibility. |
| `/erscrewstatus`  | Show current crew-attachment status.                                           |
| `/erscrewpreview` | Show a local preview of the invitation UI for testing.                         |
| `/erscrewhelp`    | Display crew invitation help.                                                  |

The primary invitation workflow is `Y` to accept and `N` to decline.

## Fire/EMS and MedicBridge

| Command                              | Purpose                                                                                 |
| ------------------------------------ | --------------------------------------------------------------------------------------- |
| `/ersmedbridge`                      | Emergency/manual MedicBridge fallback for the nearest eligible patient.                 |
| `/stretcher`                         | Open the configured patient transport/stretcher workflow when enabled.                  |
| `/stretcherdeploy`                   | Deploy the MedicBridge transport stretcher when enabled.                                |
| `/medicrhythm` or `/alsrhythm`       | Approved rhythm training/test tool; follow department restrictions.                     |
| `/medicmode`, `/blsmode`, `/alsmode` | Manual care-level testing controls when enabled; normal users rely on automatic access. |

`/ersmedui` and its F4 mapping are disabled in the current production configuration. Use Third Eye → **Treat ERS Patient**.

## K9

| Command      | Purpose                 |
| ------------ | ----------------------- |
| `/k9`        | Open the K9 menu.       |
| `/k9 follow` | Order the K9 to follow. |
| `/k9 stay`   | Order the K9 to remain. |
| `/k9 leash`  | Toggle the leash.       |
| `/k9 recall` | Recall the K9.          |
| `/k9 remove` | Despawn the K9.         |

## Restricted server, admin, and development commands

These commands should not be treated as normal player controls. Availability depends on ACE permissions, QBCore permissions, console use, or explicit development configuration.

| Category                   | Examples                                                                                              |
| -------------------------- | ----------------------------------------------------------------------------------------------------- |
| DOJ diagnostics            | `/dojdebug`, `/dojserverversion`, `/courtpaydebug`, `/courtpayserverdebug`, `/bailstatus`             |
| DOJ workers/testing        | `/dojenforcementrun`, `/dojenforcementdebug`, `/dojcitationnpcpay`, `/dojcitationoverdue`             |
| Dispatch administration    | `/nwrdispatch_status`; test-alert command only when explicitly enabled and ACE-authorized             |
| Investigations testing     | Scene, callout, interview, and lead test commands configured in the resource                          |
| MedicBridge QA/development | Commands beginning with `/als_`, inventory audits, calibration, airway/RSI tests, local-patient tests |
| OSP administration         | Revive, kill, and other framework/admin commands according to server permissions                      |

> Staff should enable development commands only for controlled testing and disable them before production use.


---

# 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/reference/commands.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.
