# Commands

### `/rm_flipper_toggle`

Toggles the plate flipper on the vehicle the player is currently driving. Default keybind: **G**.

The flipper must already be installed on the vehicle and the player must be in the driver seat. A 2-second cooldown prevents spam. Plays the flip animation and sound, then attaches the alternate plate.

**Parameters** — none.

**Permission** — open to all players. Validated server-side (ownership check if enabled in `cfg.script.requireOwnership`).

**Example**

```
/rm_flipper_toggle
```

Or simply press **G** while sitting in the driver seat of a flipper-equipped vehicle.

***

### Developer Commands

These commands are registered only when `cfg.debug = true` in `cfg.lua`. Keep them off in production.&#x20;

#### `/fake_plate`

Opens the paint editor for a `rectangle_l` plate on the nearest vehicle, bypassing the item check on the client side. The server still validates ownership and item possession before applying.

**Parameters** — none.

**Example**

```
/fake_plate
```

***

#### `/plate_remover`

Triggers the plate remover flow on the nearest vehicle.

**Parameters** — none.

**Example**

```
/plate_remover
```

***

#### `/plate_flipper`

Triggers the flipper install flow (size/type selection, gizmo placement, editor) on the nearest vehicle, bypassing the item check on the client side.

**Parameters** — none.

**Example**

```
/plate_flipper
```


---

# 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://docs.rainmad.com/resources/custom-plates-with-flipper/commands.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.
