# Traffic Stops

## Traffic Stop Integration

<figure><img src="/files/ahxh1IB99MZqwxmIXNrz" alt=""><figcaption></figcaption></figure>

When the the traffic stop command is used a dispatch call will be created in the CAD.

This call will:

* Attach the unit that performed the command
* Include the unit's address and postal code
* [Display on the live map](/cad/integration-plugins/erlc/3d-live-map.md)
* Include the vehicle's make, model, year, color, and license plate in the [customizable description template](#dispatch-description)
* [Include the customizable 10-code](#id-10-code)
* Automatically search the license plate

## Traffic Stop Command Configuration

### Command

Customize the command from `;ts` to something custom.

### Dispatch Description

When the traffic stop call is created, the call description can contain customizable information about the vehicle, license plate, and more. Select the `</>` icon to view available variables, click-to-copy, and paste them into the description.

#### 10-Code

When the traffic stop call is created, it will use the selected [custom 10-code](/cad/tutorials/customization/10-codes.md).

## CAD Permission Requirements

In order to use this command in-game, players must have a [linked Roblox account](/cad/integration-plugins/erlc/getting-started.md#linking-your-roblox-account) with the **Dispatch** or **Self Dispatch** permission to create a traffic stop call.

## Using the Desktop Hotkey

### 1. Download the Desktop Application

In order to use hotkeys, download the Windows or OSX desktop application.

### 2. Configure your Hotkey

In the taskbar search or open **System** > **Settings** > **Hotkeys** > **ER:LC** > and set the **Traffic Stop** hotkey.

#### 3. Utilize the Hotkey

Once in-game, press your desktop hotkey to generate a traffic stop.

* The vehicle must be nearby with a player in it
* The player must have a [linked Roblox account](/cad/integration-plugins/erlc/getting-started.md#linking-your-roblox-account) and a

## Using the In-Game Commands

The CAD will automatically find the closest vehicle to the unit. The call will automatically include the vehicle description, plate, and location.

Ex: `;ts`

## Result

Once the hotkey or in-game command has been ran, a traffic stop call will be generated with the details, a plate lookup will open, and the call will be visible on the [live map](/cad/integration-plugins/erlc/3d-live-map.md).

<div><figure><img src="/files/IXnQqsWypEhzQfe9vTab" alt=""><figcaption></figcaption></figure> <figure><img src="/files/EsKuKQe6iMqgVk2pDdc5" alt=""><figcaption></figcaption></figure></div>


---

# 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.sonoransoftware.com/cad/integration-plugins/erlc/traffic-stops.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.
