> For the complete documentation index, see [llms.txt](https://docs.devhub.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devhub.gg/id-card-and-license.md).

# License System

{% hint style="info" %}
[Tebex Store](https://devhub.gg/product/7477007)
{% endhint %}

The DevHub License System lets you design license templates in a visual creator, issue them to players, manage their status (active, expired, suspended, revoked, lost), and verify them at scan terminals. It also ships an underground "fake ID" workflow with crafting stations and a delivery mission.

## <mark style="color:yellow;">**Features**</mark>

* **Visual license creator** — design license templates with layouts, backgrounds, textures, components, icons, and per-field data binding.
* **License MDT** — dashboard, license lookup, profile search, permission management, and status changes.
* **Card holder & favorites** — players carry, show, give, take, and destroy their licenses.
* **License pickup NPC** — players purchase and pick up licenses from a city clerk.
* **Fake ID system** — underground NPC, crafting stations (paper cutter, foil tipper, embosser), and a fake-license delivery mission.
* **Scan terminals** — verify licenses with a customizable scan callback.
* **Physical or virtual licenses** — use inventory items or the built-in commands.
* **Laptop app integration** — optionally run the whole system as a `devhub_laptop` app.
* **Discord logging & open functions** — hook into every action server- and client-side.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devhub.gg/id-card-and-license.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.
