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

# Vehicles

> Manage customer vehicles used on job cards and invoices.

## Overview

Vehicles link customers to the assets you service. Each entry stores make/model and registration details.

<CardGroup cols={2}>
  <Card title="Open Vehicles" icon="car" href="https://gellerwash.com/app/vehicles">
    Manage customer vehicles.
  </Card>

  <Card title="Customers" icon="users" href="https://gellerwash.com/app/customers">
    Add or select a customer first.
  </Card>
</CardGroup>

## List view

* **Actions**: New vehicle, Column manager
* **Search**: Find by customer name or vehicle number
* **Columns**: Customer, Make & Model, Vehicle Number
* **Empty state**: Shows “No vehicles” until you add your first record

## Add a vehicle

<Steps>
  <Step title="Start a new vehicle">
    Click New vehicle.
  </Step>

  <Step title="Select customer and enter details">
    Choose the customer, then set Make & Model and Vehicle Number.
  </Step>

  <Step title="Save">
    Save to make the vehicle available when creating job cards.

    <Check>
      The vehicle appears for selection on new job cards.
    </Check>
  </Step>
</Steps>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Vehicle not linked to the right customer">
    * **Selection**: Edit the vehicle and switch to the intended customer.
  </Accordion>

  <Accordion title="Can't find a vehicle when creating a job card">
    * **Data entry**: Confirm Vehicle Number and customer are correct.
  </Accordion>
</AccordionGroup>

<Check>
  Your vehicle directory is ready for operations.
</Check>
