# Integrations

The Integrations page is FleetFusion's integration marketplace. It shows the available telematics and fleet service providers that can be connected to your organisation, along with the configuration status of each integration.

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

## Overview

Go to **Settings > Integrations** to browse and configure integrations. The page displays available providers with their descriptions, logos, and connection status. Each integration is configured per-tenant with its own API credentials, sync status, and provider-specific parameters.

## Integration categories

FleetFusion's integration directory includes over 60 third-party integrations spanning a wide range of categories. Use the **category filter pills** at the top of the page to narrow the list to a specific category.

| Category          | What It Covers                                                           |
| ----------------- | ------------------------------------------------------------------------ |
| **Telematics**    | Vehicle tracking, trip history, telemetry data, and live location feeds. |
| **HRIS**          | Human resources and workforce management systems.                        |
| **Accounting**    | Financial and bookkeeping platforms.                                     |
| **CRM**           | Customer relationship management tools.                                  |
| **E-Commerce**    | Online sales and order management platforms.                             |
| **Collaboration** | Team communication and project management tools.                         |
| **File Storage**  | Cloud storage and document management services.                          |
| **Identity**      | Single sign-on and identity provider integrations.                       |
| **Communication** | Email, SMS, and messaging services.                                      |
| **ERP**           | Enterprise resource planning systems.                                    |

{% hint style="info" %}
The integration directory is continually expanding. If you do not see a provider you need, contact FleetFusion support to discuss your requirements.
{% endhint %}

### Legacy categories

The following categories remain available for existing integrations:

| Category                    | What It Covers                                              |
| --------------------------- | ----------------------------------------------------------- |
| **Leasing Companies**       | Vehicle data import from leasing providers.                 |
| **Fuel Card Providers**     | Automated fuel transaction capture from fuel card networks. |
| **Fleet Service Providers** | Additional fleet management services and data sources.      |

## How Integrations Work

Each integration follows a common pattern:

1. **API credentials** -- You provide the credentials needed to authenticate with the external provider.
2. **Entity mapping** -- FleetFusion maps external vehicle and device identifiers to your FleetFusion entities.
3. **Background sync** -- A background worker periodically pulls data from the provider, keeping your FleetFusion records up to date.
4. **Sync status** -- The integration configuration tracks the last successful sync and any errors.

## How to Configure an Integration

1. Go to **Settings > Integrations**.
2. Find the provider you want to connect.
3. Click the provider card to open its configuration.
4. Enter the required **API credentials** and provider-specific parameters.
5. Save the configuration and verify the connection status.

{% hint style="warning" %}
API credentials are stored securely per-tenant. Ensure you have the correct credentials from your provider before configuring an integration. Incorrect credentials will prevent data sync.
{% endhint %}

{% hint style="info" %}
Once an integration is active, connected devices appear in the Device Hub and telematics data flows into vehicle records, tracking, and reports automatically.
{% endhint %}

## Related Articles

* [Device Hub](/documentation/settings/device-hub.md)
* [Tracking](/documentation/fleet-operations/tracking.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/integrations.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.
