# FiveM Resource Migration (v4)

## FiveM CAD v4 Resource Available

As of 4/27/2026 our Sonoran CAD FiveM v4 resource is now available. This resource:

* Migrates all API usage to our new v2 endpoints
* Allows full API and FiveM integration with the **free version** of Sonoran CAD
* Includes expanded and improved developer documentation, rate limits, and more.

## CAD FiveM v3 Depreciation

With the release of our all new v2 API and corresponding FiveM resource v4, we will be depreciating the CAD FiveM v3 and API v2 endpoints on **June 15th, 2026** (\~45 days from announcement).

Communities must update from the v3 to v4 CAD resource by **June 15th, 2026** before the v3 resource no longer works at all. Support will not be provided to communities on the old v3 resource.

## Migrating to FiveM CAD v4

1. Backup your existing CAD v3 resource and configuration files.
2. [Download a new, pre-configured CAD resource and install it as normal.](/cad/integration-plugins/in-game-integration/fivem-installation.md)
3. Carefully, manually migrate configuration settings for each submodule from v3 to v4.
   1. Note: Some submodule configuration files have changed from v3 to v4. **Do not just copy the old v3 configs to v4** as some names have changed.
4. Review updated in-game command names.
   1. Use `/sonorancad help` in-game to view all
   2. Review the [submodule documentation pages](/cad/integration-plugins/in-game-integration/available-plugins.md) for more information.

Having trouble? Contact our [customer support team](https://support.sonoransoftware.com/).


---

# 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.sonoransoftware.com/cad/integration-plugins/in-game-integration/fivem-installation/fivem-resource-migration-v4.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.
