# Migration Guide

***

{% hint style="info" %}

#### Migration Type Key

<mark style="color:$success;">**Built-In Migration**</mark>

* Automatically supported with no SQL changes, code changes, or manual setup required.

<mark style="color:$info;">**Minor Migration Required**</mark>

* Requires a simple command, SQL query, or small code change. All required queries or code are provided. Usually completed in minutes.

<mark style="color:$warning;">**Moderate Migration Required**</mark>

* Requires provided SQL queries and some code changes across a few files. Usually completed in 5–15 minutes.

<mark style="color:$danger;">**Major Migration Required**</mark>

* Requires multiple SQL queries and larger code changes across several files. Usually takes 1+ hours.
  {% endhint %}

***

## Supported Dispatch Migrations

See which dispatch scripts can be migrated to `cd_dispatch3d` without needing to replace all existing alert exports or notification code.

{% hint style="info" %}

#### Automatic Migration Note

**No code changes are required when migrating from the listed scripts. Existing police alert exports and events are handled automatically by `cd_dispatch3d`, so you do not need to replace old alerts across your server.**
{% endhint %}

| Script Name                                                 | Migration Type                                              | Notes                                          |
| ----------------------------------------------------------- | ----------------------------------------------------------- | ---------------------------------------------- |
| [cd\_dispatch](https://codesign.pro/product/4206357)        | <mark style="color:$success;">**Built-In Migration**</mark> |                                                |
| ESX                                                         | <mark style="color:$success;">**Built-In Migration**</mark> | Default framework police alerts are supported. |
| [lb-tablet](https://lbscripts.com/package/tablet)           | <mark style="color:$success;">**Built-In Migration**</mark> |                                                |
| [ps-dispatch](https://github.com/Project-Sloth/ps-dispatch) | <mark style="color:$success;">**Built-In Migration**</mark> |                                                |
| QBCore                                                      | <mark style="color:$success;">**Built-In Migration**</mark> | Default framework police alerts are supported. |
| [rcore-dispatch](https://store.rcore.cz/package/5789351)    | <mark style="color:$success;">**Built-In Migration**</mark> |                                                |
| [redutzu-mdt](https://redutzu.com/product/mdt)              | <mark style="color:$success;">**Built-In Migration**</mark> |                                                |


---

# 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.codesign.pro/paid-scripts/dispatch3d/migration-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.
