> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/guide/fleet-management.md).

# Fleet management

The **Fleet management** section in the Navixy platform gives you detailed insight into and control over your organization's vehicles, from fuel consumption to vehicle specifications, to help improve operational efficiency.

![](/files/Cn4hdfLZiUCT3gaRLvQE)

All information about your organization's vehicles lives in **Fleet management**. For example, you enter fuel consumption per 100 km (or miles), and the Navixy platform uses this rate to estimate fuel usage and compare it with the actual readings.

## Section content

* [**Vehicles**](/docs/user/guide/fleet-management/vehicles.md): Add and edit vehicle profiles with specifications, fuel consumption rates, and insurance details, link them to GPS devices, and import multiple profiles from an Excel file.
* [**Garages**](/docs/user/guide/fleet-management/garages.md): Create garage (depot) profiles that store location, mechanic, and dispatcher details for multi-site fleet coordination.
* [**Drivers**](/docs/user/guide/fleet-management/drivers.md): Manage driver profiles and set up automatic or manual driver identification.
* [**Departments**](/docs/user/guide/fleet-management/departments.md): Group vehicles and drivers into departments for easier organization.
* [**Driver journal**](/docs/user/guide/fleet-management/driver-journal.md): Classify trips as business or private and review trip data.
* [**Eco Driving**](/docs/user/guide/fleet-management/eco-driving.md): Review driver safety scores based on speeding, harsh driving, and idling.
* [**Maintenance**](/docs/user/guide/fleet-management/maintenance.md): Schedule one-time and repeatable service tasks and track their status.


---

# 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/guide/fleet-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
