> For the complete documentation index, see [llms.txt](https://docs.imperialcad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imperialcad.app/api-and-integrations/fivem-installation/offered-plugins.md).

# Offered Plugins

The following plugins come bundled with the official ImperialCAD FiveM resource and extend in-game functionality out of the box. Some require configuration, while others work with no extra steps.

***

#### 📂 Included Plugins

**1. CivilianInt**

* **Description:** Adds support for managing civilian data in-game. Provides commands for setting, clearing, and viewing active civilians.
* **Setup Required:** None — automatically active when ImperialCAD is started.
* **Key Features:**
  * `/setciv <SSN>`
  * `/getciv`
  * `/clearciv`

**2. ImperialTablet**

* **Description:** Provides access to the ImperialCAD web tablet interface from inside FiveM.
* **Setup Required:** None — simply use `/tablet`.
* **Key Features:**
  * Full CAD interface within game UI

**3. ERS Integration**

* **Description:** Connects ERS (Emergency Response Simulator) callouts and AI records to ImperialCAD.
* **Setup Required:** Yes
  * Enable `ERSsupport = true` in `config.lua`
  * Replace ERS `c_functions.lua` with modified version from `ImperialERS` folder
  * Enable "Advanced API Usage" in the Admin Panel
* **Key Features:**

  * Auto-generates real cad calls from ERS
  * Registers AI civilians and vehicles to CAD
  * Auto-attaches responding unit
  * Full guide: [ERS Integration Setup](/api-and-integrations/fivem-installation/offered-plugins/ers-integration.md)

  **3. Live Unit Tracking (Livemap)**

  * **Description:** Connects ERS (Emergency Response Simulator) callouts and AI records to ImperialCAD.
  * **Setup Required:** Yes
    * Enable `Config.livemap = true` in `config.lua`
  * **Key Features:**
    * Full guide: [ERS Integration Setup](/api-and-integrations/fivem-installation/offered-plugins/unit-tracking-map.md)

***

#### 🔹 Future & Community Plugins

ImperialCAD supports public exports and events, allowing third-party developers to create and share their own plugin modules.

* Some plugins may require additional configuration
* Others may be drag-and-drop with zero setup

We will list high-impact or officially endorsed plugins here as they are released.

> **Want to create your own plugin?** You can use our [exports/events](/api-and-integrations/api-integrations.md) to build extended functionality for your community or others.

***

For help, visit our [Documentation Hub](https://docs.imperialcad.app/) or reach out through our support system.
