# ID Cards

`ID Card System` is a FiveM document and identity presentation resource that allows players to show various personal and service documents to nearby players through a modern NUI wallet interface.

It is designed for immersive roleplay interactions such as ID checks, licenses, business cards, service IDs, and badges. Documents can display character details, avatar mugshots, license chips, and job-based data, while also supporting badge animations, proximity messages, copy mode, and card position editing.

With a flexible document type system and framework-adaptable server functions, the resource is modern, immersive, and easy to integrate into any server setup.

### Features

* NUI-based document wallet
* ID cards, licenses, badges, business cards, and service IDs
* Nearby document presentation
* Avatar mugshot support
* License chip support
* Badge prop animation support
* Copy-to-clipboard mode
* Drag and scale card editing
* Auto-hide with queue system
* Job-based document filtering

### How it works

Players open the document wallet and choose which document they want to present.

The selected document is then shown to all nearby players within the configured display distance. Depending on the document type, the card can include personal information, licenses, job data, phone number, badge information, or company details.

Badge documents can also trigger a short animation with a prop, while proximity messages are sent automatically to describe what the player is showing.

### Included Pages

* Installation
* Configuration

### Requirements

Before using this resource, make sure all required dependencies are installed and started correctly.

### Notes

* Documents are shown only to nearby players
* Badge documents can trigger a prop animation
* Card display settings can be edited by the player and saved locally
* Some server-side functions must be adapted to your framework


---

# 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://mskscripts.gitbook.io/mskscripts/scripts/id-cards.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.
