# Dispatch

9 dispatch systems with auto-detection.

### Configuration

```
Config.DispatchSystem = 'auto'
```

### Supported Systems

| System              | Resource            | Auto-Detect |
| ------------------- | ------------------- | ----------- |
| ps-dispatch         | ps-dispatch         | Yes         |
| cd\_dispatch        | cd\_dispatch        | Yes         |
| qs-dispatch         | qs-dispatch         | Yes         |
| core\_dispatch      | core\_dispatch      | Yes         |
| origen\_police      | origen\_police      | Yes         |
| rcore\_dispatch     | rcore\_dispatch     | Yes         |
| emergencydispatch   | emergencydispatch   | Yes         |
| linden\_outlawalert | linden\_outlawalert | Yes         |
| Custom blip         | None required       | Fallback    |

### Auto-Detection Order

1. ps-dispatch
2. cd\_dispatch
3. qs-dispatch
4. core\_dispatch
5. origen\_police
6. rcore\_dispatch
7. emergencydispatch
8. linden\_outlawalert
9. Custom blip (fallback)

First running resource is used.

### Custom Blip System

If no dispatch found, blips sent directly to online police. Sprite: 431, Color: Red, Flashing: Yes Duration: Config.AlertBlipTime seconds

### Police Settings

```
Config.AlertPolice = true
Config.AlertBlipTime = 60
Config.RequirePolice = false
Config.MinPolice = 2

Config.PoliceJobs = { 'police', 'sheriff', 'lspd', 'bcso', 'sasp' }
```

### Force Specific System

```
Config.DispatchSystem = 'ps-dispatch'
```


---

# 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://elena-scripts.gitbook.io/elenascripts/gameplay/atm-rob/dispatch.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.
