# Features Guide

## Features Guide

Detailed guide for each MDT feature.

***

### Dashboard

The main page shows:

* Statistics — Total reports, fines, community service, active warrants
* Map — Live officer positions with health indicators
* Active Units — List of online officers
* Chat — Patrol communication channel

Map Controls:

| Action         | Control                      |
| -------------- | ---------------------------- |
| Pan            | Click + Drag                 |
| Zoom           | Scroll                       |
| Reset          | Reset button                 |
| Fullscreen     | Expand button                |
| Clear waypoint | Crosshair button             |
| Officer info   | Right-click on marker        |
| Set waypoint   | Click "Mark" in officer info |

***

### Person Lookup (GBT)

Two search methods:

1. By Name — Enter first and last name
2. By ID — Enter citizen ID or player ID

Results show:

* Character name and ID
* Wanted status (based on active warrants)
* Criminal record (all past reports)
* Total fines and community service

***

### Vehicle Database

Search by plate number. Results show:

* Vehicle model and color
* Owner name
* Penalty history (all past vehicle-related penalties)

***

### Incident Reports

Creating a Report:

1. Enter suspect name
2. Optionally enter player ID (auto-detected from name if online)
3. Optionally enter vehicle plate
4. Select charges from categorized list
5. Optionally apply penalty discount (0-100%)
6. Optionally add evidence image links
7. Add description
8. Submit

What Happens on Submit:

* Report saved to database
* Fine deducted from suspect's bank/cash
* Community service applied (if jail system configured)
* Discord webhook sent (if configured)
* Vehicle penalty record created (if plate entered)

Editing Reports:

* Click the pen icon on any report
* Modify the description
* Click save

Deleting Reports:

* Click the trash icon on any report

***

### Warrants

Issuing a Warrant:

1. Enter suspect name
2. Optionally add image URL
3. Enter description/reason
4. Submit

Managing Warrants:

* View all active warrants
* Delete warrants with the X button
* Warrants affect GBT lookup (shows "WANTED" status)

***

### CCTV

1. Go to CCTV page
2. Select a camera from the list
3. Click "Watch Live"
4. Camera view opens with overlay
5. Use mouse to rotate, scroll to zoom
6. Press N for night vision
7. Press ESC to exit

***

### Chat

* Built-in patrol communication
* Messages saved to database
* Real-time between all officers
* Chat history preserved on MDT reopen


---

# 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/core-systems/mdt-v2.0/features-guide.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.
