# Fingerprint System

<figure><img src="/files/xjeB9eXszMXsrRf4MIjW" alt=""><figcaption></figcaption></figure>

#### 📖 Fingerprint Scanner — General Logic

This is the **welcome screen** of the police fingerprint scanner device. It’s the first interface officers see when activating the tool, and it serves as the entry point for starting new scans or reviewing old results.

***

### 🔹 Main Features

* **Welcome Screen**
  * Displays a police badge and a short description.
  * Designed to simulate the real-life police fingerprint scanners.
* **New Scan Button**
  * Starts the fingerprint scanning process.
  * When pressed, the system prompts the suspect to place their finger on the scanner.
  * Once scanned, the system runs the fingerprint against the database and shows results (ID, name, etc.).
* **History Button**
  * Opens the list of previously recorded scans.
  * Allows officers to review past fingerprint matches and data for ongoing investigations.

***

### 🔹 Workflow Example

1. Officer arrests or detains a suspect.
2. Opens the **fingerprint device** → Welcome Screen.
3. Presses **New Scan** → suspect places their finger.
4. System retrieves data from the police database.
5. If needed, officer can press **History** to view previous scans.

***

### 🔹 Advantages

* **Fast Identification:** Quickly verifies suspects against existing police records.
* **Evidence Tracking:** Stores previous scans for investigations.
* **Immersive Roleplay:** Simulates real-world forensic police tools.


---

# 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.0resmon.org/0resmon/frkn-resources/frkn-police-job/fingerprint-system-1.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.
