# 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 Garage Migrations

See which dispatch scripts can be migrated 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 vehicle data is handled automatically by `cd_garage`, so your stored vehicles and vehicle-related database data will not be lost during the migration.**
{% endhint %}

| Script Name                                                  | Migration Type                                              | Notes |
| ------------------------------------------------------------ | ----------------------------------------------------------- | ----- |
| [jg\_garage](https://jgscripts.com/scripts/advanced-garages) | <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/garage/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.
