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

# Customers & Vehicles on Mobile

> Full customer and vehicle records on the phone, with camera scanning to find a vehicle without typing.

Both modules live under **Menu**. They hold the same records as the web app — creating a customer on the phone creates it everywhere.

<div className="phone-row">
  <div className="phone-figure">
    <div className="phone-frame phone-frame--sm">
      <img src="https://mintcdn.com/adcrm/S1CKTz6_LFbXLYWl/images/mobile/customers.png?fit=max&auto=format&n=S1CKTz6_LFbXLYWl&q=85&s=f6d6b529f6946456e1c643b282ab1c90" alt="Mobile customer list with avatars, names, and phone numbers, above a search field." width="1320" height="2868" data-path="images/mobile/customers.png" />
    </div>

    <p className="phone-caption">Customers</p>
  </div>

  <div className="phone-figure">
    <div className="phone-frame phone-frame--sm">
      <img src="https://mintcdn.com/adcrm/S1CKTz6_LFbXLYWl/images/mobile/vehicles.png?fit=max&auto=format&n=S1CKTz6_LFbXLYWl&q=85&s=86f8ca19f87d0378544ecbcca7344591" alt="Mobile vehicle list showing year, make, and model with the owner underneath each entry." width="1320" height="2868" data-path="images/mobile/vehicles.png" />
    </div>

    <p className="phone-caption">Vehicles</p>
  </div>
</div>

## Customers

Search by name, phone, or email. Open a record to see and edit contact details, and to reach the customer's vehicles and order history.

Create a customer three ways:

* **Menu → Customers → New Customer**
* **+ → Customer** from any screen
* Inside the order wizard, without leaving the order you're building

## Vehicles

Each vehicle shows year, make, model, and its owner. Open one to edit its details or see the work it's had done.

The fastest way to add a vehicle in the field is the camera. Scan the VIN plate or the license plate and the app fills the fields it can read.

<Card title="VIN & plate scan" icon="car" href="/mobile/vin-scan">
  How scanning works, what it fills in, and when to fall back to typing.
</Card>

<Tip>
  Scanning also works as a lookup. If the vehicle already exists in your workspace, the scan matches it and pulls its owner onto the order — no searching required.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Customers on the web" icon="desktop" href="/guides/customers">
    Customer records, history, and merging.
  </Card>

  <Card title="Vehicles on the web" icon="desktop" href="/guides/vehicles">
    Vehicle records and body type configuration.
  </Card>
</CardGroup>
