> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tight.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mileage Dashboard

> Track and manage business mileage for tax deductions

## Overview

The Mileage Dashboard is all you need to provide full mileage tracking to your users, with a full user experience allowing your users to:

* Add drives, with auto-complete start and end addresses, route calculation/visualization, and reverse geocoding
* View drives/routes/addresses
* Classify drive purpose (business vs. personal)
* Define favorite locations
* Assign drives to dimensions

<img src="https://mintcdn.com/tight-7c882d74/PBb8Gf8jW9PRt_Fg/embeddable-ui/plain-js/images/mileageDashboard.gif?s=2711eda974a61233b346f7d5b5d87e10" alt="Mileage Dashboard Demo" width="1067" height="600" data-path="embeddable-ui/plain-js/images/mileageDashboard.gif" />

## Embedding the Mileage Dashboard

To initialize the Tight Embedded experience using plain Javascript in your project, follow the instructions on [Embedding Tight's white-labeled UI](/embeddable-ui/plain-js/patterns/embedding).

Below is an example JS embedding of the Mileage Dashboard:

```JS theme={null}
Tight.renderScreen(elementId, 'mileageDashboard');
```
