# PCN Fines

Record, track, and manage Police National Computer (PNC) fines issued against your fleet vehicles.

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

## Overview

From the sidebar, select **PNC Fines** to open the PNC Fines page. Every fine recorded against your fleet is listed here with the vehicle, driver, date, fine type, cost, and current status. Use this module to keep a clear audit trail of fines, track payments, and identify repeat offenders or problem areas.

## Filters

Use the controls at the top of the page to find specific entries:

* **Search** -- search by vehicle VRN, driver name, or fine type.
* **Status** -- filter by fine status (Raised, Paid, Refuted, Archived).
* **Date Range** -- filter fines by date.

## Column Reference

| Column          | Description                                                         |
| --------------- | ------------------------------------------------------------------- |
| **Vehicle**     | The VRN of the vehicle associated with the fine                     |
| **Driver**      | The driver responsible at the time of the offence                   |
| **Date**        | The date the fine was issued                                        |
| **Fine Type**   | The category of offence (e.g. speeding, parking, congestion charge) |
| **Description** | Additional details about the fine                                   |
| **Cost**        | The monetary value of the fine                                      |
| **Status**      | The current status: Raised, Paid, Refuted, or Archived              |
| **Fleet**       | The fleet the vehicle belongs to                                    |
| **Cost Centre** | The cost centre allocated to the fine                               |
| **Actions**     | Edit or update the fine record                                      |

## Fine Statuses

| Status       | Meaning                                                  |
| ------------ | -------------------------------------------------------- |
| **Raised**   | The fine has been recorded but not yet actioned          |
| **Paid**     | The fine has been paid                                   |
| **Refuted**  | The fine is being contested or has been appealed         |
| **Archived** | The fine has been closed and archived for record-keeping |

## Adding a PNC Fine

1. Click **+ New PNC Fine** in the top-right corner.
2. Select the **Vehicle** from the dropdown.
3. Select the **Driver** (if known).
4. Enter the **Date** the fine was issued.
5. Select or enter the **Fine Type** (e.g. speeding, parking).
6. Enter the **Cost**.
7. Add an optional **Description** with further details.
8. Assign a **Fleet**, **Cost Centre**, and **Depot** if applicable.
9. Click **Save**.

## Updating a Fine

Click any fine in the list to open its detail view. From here you can:

* Update the **Status** (e.g. mark as Paid or Refuted).
* Record the **Paid On** date when the fine is settled.
* Edit any of the fine details.

{% hint style="info" %}
Keeping fine statuses up to date helps your finance team reconcile costs and gives fleet managers visibility into outstanding liabilities.
{% endhint %}

## Related Articles

* [Vehicles](/documentation/core-modules/vehicles.md)
* [Drivers](/documentation/core-modules/drivers.md)
* [Tolls](/documentation/fleet-operations/tolls.md)
* [Fees](/documentation/fleet-operations/fees.md)


---

# 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.fleetfusion.ai/documentation/fleet-operations/pnc-fines.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.
