> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/settings/templates-guides/fleet-operations-template.md).

# Fleet Operations template

The **Fleet Operations** template demonstrates how organizations can manage vehicles, drivers, and maintenance activity using Asset Panda Pro.

This template shows how organizations can centralize fleet operations, improve visibility, and manage vehicles proactively.

• Tracking vehicle assignments\
• Monitoring inspection and registration dates\
• Managing maintenance history\
• Understanding fleet availability

***

## Template structure

* **Collections**: The following connected collections work together to manage fleet operations:
  * **Vehicles**: Stores all fleet assets with the following key operational information:
    * Vehicle identification details
    * Department ownership
    * Assigned driver
    * Storage location
    * Current mileage
    * Inspection schedule
    * Maintenance history
  * **Drivers**: Tracks employees authorized to operate vehicles, including the following information:
    * Driver name
    * Department
    * License number and expiration date
    * Contact information
    * Status
  * **Maintenance Logs**: Tracks the complete service timeline for every vehicle, including the following information:
    * Vehicle serviced
    * Service type
    * Service date
    * Vendor or service provider
    * Service cost
    * Mileage at service
    * Next service due date
  * **Departments**: Identify the teams that operate fleet vehicles.
  * **Locations**: Represent where vehicles are typically stored to enable fleet managers to quickly locate vehicles.
* **Dashboards**: The Fleet Operations Overview dashboard provides a real-time summary of fleet activity, including the following information:

  * Vehicles currently in use
  * Available vehicles
  * Upcoming inspections
  * Lists of active vehicles
  * Maintenance schedules
  * Fleet distribution by department

  This dashboard allows fleet managers to quickly identify operational issues.
* **Saved views**: Help fleet managers quickly monitor the fleet.
  * **Available Vehicles**: Displays vehicles that are ready to be assigned or deployed.
  * **Vehicles In Use**: Displays vehicles currently assigned to drivers to help managers understand fleet utilization.
  * **Maintenance Due Soon**: Displays vehicles with upcoming inspection or maintenance dates to enable maintenance teams to proactively schedule service.
  * **Fleet by Department**: Displays vehicles grouped by department to help organizations understand how fleet resources are distributed.
* **User Roles**: The template includes several user roles that simulate real operational workflows:
  * **Fleet Manager**: Responsible for managing the fleet, with the following permissions:
    * Managing vehicles
    * Recording maintenance activity
    * Monitoring inspections
    * Viewing dashboards and reports
  * **Driver**: Can view fleet information and see which vehicles are assigned. Drivers do not modify vehicle records directly.
  * **Operations Viewer**: Operations leadership can view dashboards and reports without editing data. This allows supervisors and leadership to monitor fleet operations.

***

## Vehicle lifecycle workflow

The system supports the full lifecycle of a fleet vehicle.

1. **Vehicle Registration**: Vehicles are first registered in the Vehicles collection. Each vehicle record includes the following information:
   * Vehicle ID
   * VIN
   * License plate
   * Assigned department&#x20;
   * Assigned driver
   * Inspection schedule
   * Operational status
2. **Vehicle Assignment**: Vehicles can be assigned to drivers responsible for operating the vehicle. This assignment allows organizations to maintain accountability and quickly identify who is responsible for each vehicle.
3. **Maintenance Tracking**: When a vehicle receives service, a record is created in the Maintenance Logs collection with the following information:

   * Type of service performed
   * Service provider
   * Service cost
   * Mileage at service
   * Next service due date

   The vehicle record automatically displays the maintenance history.
4. **Inspection Monitoring**: Each vehicle includes a **Next Inspection Due** date. The system automatically monitors inspection dates and flags vehicles whose inspections have passed.

   When a vehicle inspection date has passed, the system automatically updates the vehicle status to **Inspection Overdue**.

***

## Suggested actions

* Open the **Vehicles** collection and review vehicle records.
* Assign a different driver to a vehicle.
* Open a vehicle record and review its maintenance history.
* Create a new Maintenance Log entry for a vehicle.
* Review the **Fleet Operations** dashboard to see fleet activity.
* Explore the **Saved Views** to understand how vehicles are organized.

***

## Example use cases

This system can support many real-world fleet operations including:

* Municipal fleet management
* Utility and public works vehicles
* Field service fleets
* Construction vehicle tracking
* Emergency response vehicle monitoring

Organizations can extend this system to track additional assets, automate maintenance reminders, and generate fleet performance reports.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://prohelp.assetpanda.com/settings/templates-guides/fleet-operations-template.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.
