# Insurance Providers

The Insurance Providers settings page lets you manage insurance provider records used across FleetFusion. These records are linked to vehicle policies and fleet insurance tracking, giving you a central directory of the insurers covering your fleet.

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

## Overview

Go to **Settings > Insurance Providers** to view and manage your insurance provider records. The page displays a data grid of all configured providers with options to add, edit, and delete entries.

## What Insurance Providers Are Used For

* **Vehicle policies** -- Insurance providers are linked to vehicle insurance records, so you can track which insurer covers each vehicle.
* **Fleet insurance tracking** -- The dashboard displays fleet insurance due dates, and provider records ensure this information is complete and accurate.
* **Cost centre assignment** -- Each insurance provider can be assigned to a cost centre for financial tracking and reporting.
* **Compliance** -- Vehicle insurance is a common compliance requirement. Linking the provider to the policy helps maintain a complete audit trail.

## How to Add an Insurance Provider

1. Go to **Settings > Insurance Providers**.
2. Click **+ Add Insurance Provider**.
3. Enter the provider's **Name** and contact details.
4. Assign a **Cost Centre** if applicable.
5. Click **Save**.

## How to Edit an Insurance Provider

1. Find the provider in the data grid and click the **Edit** action.
2. Update the details as needed.
3. Click **Save**.

{% hint style="info" %}
Set up your insurance providers before adding vehicle policies. This ensures the correct provider is available in dropdown selections when you configure insurance records on individual vehicles.
{% endhint %}

## Related Articles

* [Vehicles](/documentation/core-modules/vehicles.md)
* [Cost Centres](/documentation/settings/cost-centres.md)
* [Compliance Requirements](/documentation/settings/compliance-requirements.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/insurance-providers.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.
