# Script catalog

## Script catalog

Use this page to compare available scripts quickly.

### Product summary

| Script                  | What it does                             | Key dependencies |
| ----------------------- | ---------------------------------------- | ---------------- |
| **SHOCKS-GangMDT**      | Adds an MDT workflow for gang use.       | QBCore or QBX    |
| **SHOCKS-AmbulanceJob** | Adds ambulance job gameplay and actions. | QBCore or QBX    |
| **SHOCKS-policejob**    | Adds police job gameplay and actions.    | QBCore or QBX    |
| **SHOCKS-PoliceMDT**    | Adds an MDT workflow for police use.     | QBCore or QBX    |
| **SHOCKS-EMSMDT**       | Adds an MDT workflow for EMS use.        | QBCore or QBX    |

### SHOCKS-GangMDT

Use an MDT built for gang workflows.

**Highlights:**

* Gang-focused MDT access
* Configurable workflow support
* Built for QBCore and QBX

### SHOCKS-AmbulanceJob

Run ambulance job gameplay with configurable actions.

**Highlights:**

* Ambulance job role support
* Configurable gameplay flow
* Built for QBCore and QBX

### SHOCKS-policejob

Run police job gameplay with configurable actions.

**Highlights:**

* Police job role support
* Configurable gameplay flow
* Built for QBCore and QBX

### SHOCKS-PoliceMDT

Use an MDT built for police workflows.

**Highlights:**

* Police-focused MDT access
* Configurable workflow support
* Built for QBCore and QBX

### SHOCKS-EMSMDT

Use an MDT built for EMS workflows.

**Highlights:**

* EMS-focused MDT access
* Configurable workflow support
* Built for QBCore and QBX


---

# 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://shocks-development.gitbook.io/shocks-development-docs/shocks-scripts-doc/script-catalog.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.
