# Operator Licences

The Operator Licences settings page lets you manage your O-Licence records. In the UK, an operator licence authorises your organisation to use goods vehicles, and FleetFusion tracks these records to help you stay within your permitted vehicle counts.

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

## Overview

Go to **Settings > Operator Licenses** to view and manage your operator licence records. Each record captures the licence details and the number of vehicles it permits, giving you visibility into licence utilisation across your fleets.

## Field Reference

| Field                | Description                                                                      |
| -------------------- | -------------------------------------------------------------------------------- |
| **Licence Name**     | A descriptive name for this operator licence (e.g. "Northern Region O-Licence"). |
| **Licence Number**   | The official O-Licence number issued by the Traffic Commissioner.                |
| **Vehicles Allowed** | The maximum number of vehicles permitted under this licence.                     |

## What Operator Licences Are Used For

* **Fleet compliance** -- Operator licences are assigned to fleets via a junction table. This lets you track which licences cover which fleets and whether you are within your permitted vehicle count.
* **Licence utilisation** -- By comparing the vehicles allowed against the vehicles assigned to each fleet, you can monitor capacity and plan for licence variations.

## How to Add an Operator Licence

1. Go to **Settings > Operator Licenses**.
2. Click **+ Add Operator License**.
3. Enter the **Licence Name**, **Licence Number**, and **Vehicles Allowed**.
4. Click **Save**.
5. Assign the licence to the relevant fleets in the **Fleets** settings page.

{% hint style="warning" %}
Keep your operator licence records up to date. If your vehicle count approaches the permitted limit, you may need to apply for a licence variation with the Traffic Commissioner.
{% endhint %}

## Related Articles

* [Fleets](/documentation/settings/fleets.md)
* [Vehicles](/documentation/core-modules/vehicles.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/settings/operator-licences.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.
