# Navigating the Add-In

This article explains how the FleetFusion Geotab Add-In is laid out and how to move between pages, lists, and detail views.

<figure><img src="/files/3Wj4vNHGylsNQsxvLxWD" alt="" width="375"><figcaption></figcaption></figure>

## The FleetFusion menu

When the add-in is installed, a top-level **FleetFusion** entry appears in the MyGeotab sidebar. Expanding it reveals ten child entries:

* **Dashboard** -- Your home page with key fleet metrics.
* **Vehicles** -- Vehicle records, compliance, and history.
* **Drivers** -- Driver records, licences, and assignments.
* **Maintenance** -- Service schedules and maintenance plans.
* **Media** -- Photos and media captured against records.
* **Coaching** -- Driver coaching events and outcomes.
* **Documents** -- Stored fleet documents.
* **Work Queue** -- The prioritised list of items needing attention.
* **Workshop** -- Workshop jobs, parts, and labour.
* **Settings** -- Organisation, fleet, and depot configuration.

Click any entry to open that area inside MyGeotab.

## Hub pages

**Vehicles** and **Workshop** are clusters: each opens a hub page with internal tabs that group related sub-pages. For example, the Vehicles hub gives you access to the vehicle list and other vehicle-related views from one place.

The add-in remembers which tab you used last on each hub. When you return, the hub opens on that tab automatically, so you pick up where you left off.

> **Tip:** The last-tab memory is stored locally in your browser, so it is per-browser and per-device. Switching to a different browser starts you on the default tab.

## The standard list layout

Most list pages share the same layout, which makes the add-in quick to learn:

* A **search** box at the top filters the list as you type.
* **Status sub-tabs** narrow the list to items in a particular state, for example active or archived.
* A **column-visibility picker**, opened with the gear icon, lets you choose which columns are shown.
* A primary **Add** button at the top right opens the form to create a new record.

> **Note:** The add-in renders inside an iframe, so screen real estate is narrower than the standalone web portal. List views may show fewer columns by default. Use the column-visibility picker to add the columns you need.

## Detail panels and overlays

When you open a record from a list, the add-in opens it in one of two ways:

* **Slide-in panel.** Smaller and medium-sized records, such as documents or service tasks, open as a panel that slides in from the right of the current page. The list stays visible behind the panel, so you can close the panel and pick the next record without losing context.
* **Full overlay.** Larger records, specifically **Vehicle Detail** and **Driver Detail**, open as a full-page overlay that covers the list. Close the overlay to return to the list in its previous state.

## Cross-links between records

The add-in links related records throughout:

* Click a vehicle plate anywhere in the add-in to open the **Vehicle Detail** overlay for that vehicle.
* Click a driver name anywhere in the add-in to open the **Driver Detail** overlay for that driver.

This means you can jump from a work queue item to the related vehicle, then to the assigned driver, and back, without losing your place.

## Returning to MyGeotab

The MyGeotab sidebar and top bar remain visible at all times. To leave the add-in, click any non-FleetFusion entry in the MyGeotab sidebar.

## Related articles

* [Dashboard](/geotab-add-in/dashboard/dashboard.md)
* [Vehicle List](/geotab-add-in/vehicles/vehicles/vehicle-list.md)
* [Vehicle Details](/geotab-add-in/vehicles/vehicles/vehicle-details.md)
* [Differences from the FleetFusion Web Portal](/geotab-add-in/reference/differences-from-web-portal.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/geotab-add-in/getting-started/navigating-the-addin.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.
