# Frequently Asked Questions

### What is ImperialCAD?

ImperialCAD is a modern, FiveM-first CAD/MDT system designed for roleplay communities. It offers integrated dispatching, civilian & law enforcement tools, and real-time server sync — all with a sleek, immersive UI.

***

### Is ImperialCAD free to use?

No, ImperialCAD is a paid asset. You can view our [pricing](https://imperialcad.app/pricing) here!

***

### How do I join a community?

You must first create an account (link to doc). Then:

1. Go to your **Portal**
2. Click **Join A Community**
3. Enter the **Community Key** or use a direct invite link

Once you're in, your server staff will assign your permissions.

***

### What plugins are available?

We offer official plugins including:

* **ImperialDriversLic** (In-game License)
* **ImperialDuty** (duty status tracking for in-game notifications)
* **Imperial Wraith Radar** (We offer a fork of Wraith's Radar Scripts)
* **ImperialTablet (In-game cad usage)**
* **Discord Sync & Webhooks**
* **Much more!........**

More are being added regularly.

***

### Do you offer a LiveMap?

Yes! We offer a LiveMap that is currently available to **Premium** plan holders. Learn more about our pricing tiers.

***

### Can I use ImperialCAD in-game?

Yes, ImperialCAD works seamlessly with in-game browsers, tablets, or desktop. We also offer **Tablet Mode** for immersive patrols and mobile-friendly access.&#x20;

***

### Are there API Endpoints & Exports available for developers?

Yes, ImperialCAD supports both **exports/events** for FiveM integration and **HTTPS API** endpoints. You can build custom scripts, auto-sync units, generate calls, and more.

[👉 View Developer Docs](/api-and-integrations/api-integrations.md)

***

### Do you offer support?

Yes, we offer end-user support and customer support meaning anyone can open a ticket! We have some of the highest-rated support team members awaiting to assist your needs.&#x20;

* Open a ticket in the [Imperial Software Solutions, LLC | Discord](https://discord.com/invite/imperialsolutions) if the documentation did not answer your question.

***

### I am trying to log into the tablet but I used Discord to sign up and there is no option to login with Discord.

* This is unfortunately an issue that will happen with any NUI inside of FiveM. Discord's OAuth has disabled any iframe requests which is what ImperialCAD is utliizing. You can use the method below to workaround the issue.

**Link your Discord created account to ImperialCAD**\
When you created your **ImperialCAD account using discord**, it never stored nor created a password for the account. Follow the steps below to set a password onto your account.

1. Launch **ImperialCAD** on a **web browser**
2. Log out of **ImperialCAD**
3. Click `Login` and enter in your email you used to create your discord account with.
4. Select `Forgot Password?` and check your inbox. If it is not in your inbox, check your spam/junk folders.
5. Click `Reset Password` and allow the software to re-direct you back to the ImperialCAD launch page.
6. **Done!** You should be logged in with that account and now you have successfully created yourself a password. You can use this email and password to login into the tablet in-game and will be stored in your `nui-storage` folder in your `FiveM Application Data`

{% hint style="info" %}
You will still able to utilize the Login with Discord button on the Desktop Application and on the website.
{% endhint %}


---

# 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.imperialcad.app/miscellaneous/frequently-asked-questions.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.
