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

# Customer properties & addresses

> Manage property locations

## Add a property

<Steps>
  <Step title="Go to the customer page">
    Go to **Customers** and click on the customer's name.
  </Step>

  <Step title="Click Add Property">
    Find the **Properties** section and click the **Add property** button in the section header.

    <img src="https://mintcdn.com/lawnstarter/YGbq95qL7GJMFR5p/images/probase/customer-detail/04-properties.png?fit=max&auto=format&n=YGbq95qL7GJMFR5p&q=85&s=1e2c907c712c1692ee7f05ec7966afeb" alt="Properties section with Add property button" width="500" height="845" data-path="images/probase/customer-detail/04-properties.png" />
  </Step>

  <Step title="Enter the address">
    Fill in the property address:

    * **Address line 1** — Start typing the street address and suggestions will appear. Select one to auto-fill the city, state, and postcode fields automatically.
    * **Address line 2** (optional — apartment, suite, etc.)
    * **City**, **State**, **Postcode** — Filled in automatically when you select an address suggestion, or enter manually

          <img src="https://mintcdn.com/lawnstarter/YGbq95qL7GJMFR5p/images/probase/customer-detail/07-add-property-modal.png?fit=max&auto=format&n=YGbq95qL7GJMFR5p&q=85&s=8f8dcd567298c726293c167524f5d532" alt="Add property form" width="500" height="845" data-path="images/probase/customer-detail/07-add-property-modal.png" />
  </Step>

  <Step title="Optionally set as billing address">
    Check the **Set as billing address** box if you want this property address to appear as the billing address on the customer's invoices. This is useful when the service address and billing address are the same.

    <Note>
      The billing address can also be added or changed any time by editing the customer directly. See [Adding new customers](/customers/adding-customers) for how to update billing address through the customer edit form.
    </Note>
  </Step>

  <Step title="Save">
    Click **Save Property**. The system will automatically geocode the address for mapping and routing.
  </Step>
</Steps>

## View property location on map

Properties are automatically geocoded when created or updated. The property page shows a map with the property location marked by a single pin.

The map opens zoomed all the way in on the property, in **satellite** view so you can see the rooftop and lot.

<img src="https://mintcdn.com/lawnstarter/CMA-hJls_uOe-Ms_/images/probase/property-map/01-satellite-brand-dark-pin.png?fit=max&auto=format&n=CMA-hJls_uOe-Ms_&q=85&s=12d4030060d0e955dc58d367daf286b7" alt="Property map in satellite view with the property pin" width="500" height="845" data-path="images/probase/property-map/01-satellite-brand-dark-pin.png" />

Use the button in the top-right corner of the map to switch between **Satellite** imagery and the full-color street **Map**. The map view shows streets, labels, and surroundings in full color, which makes it easy to confirm the pin sits on the right street and block. As you zoom the map in and out, it also switches between street and satellite views automatically until you press the toggle yourself.

<img src="https://mintcdn.com/lawnstarter/CMA-hJls_uOe-Ms_/images/probase/property-map/02-full-color-street-brand-dark-pin.png?fit=max&auto=format&n=CMA-hJls_uOe-Ms_&q=85&s=b4d8330b011d978048342edfa824ef31" alt="Property map in full-color street view" width="500" height="845" data-path="images/probase/property-map/02-full-color-street-brand-dark-pin.png" />

To verify the location is correct:

1. Click on the property from the customer's page
2. View the map on the property details page
3. If the location is wrong, edit the address and save again

## View property service records

Tap the **Service Records** button in the map section of the property page to open that property's full service history across all services:

* Observations, measurements, materials, and service records
* Searchable by content, service name, or entry details
* Ordered by most recent first
* Click any entry to view the associated service

This provides a complete service history for the property in one place.

See [Service records](/routes/service-records) for details.

## Add property notes

To add notes about a property (gate codes, access instructions, hazards):

**Adding the first note:**

1. Go to the property page
2. Click the **Edit** button
3. In the edit modal, click **Add Property Note**
4. Enter your notes in the rich text editor
5. Optionally attach photos or documents
6. Click **Save**

**Adding more notes (when notes already exist):**

Once a property has at least one note, a Notes section is visible directly on the property page. Click the **+** button in the Notes section header to add another note.

See [Adding notes](/customers/adding-notes) for more details on the notes system.

## Add multiple properties

1. On the customer's page, click **Add property** again
2. Enter the second property address
3. Repeat for each additional property

## Edit property information

<Steps>
  <Step title="Go to the property">
    Navigate to **Customers** > click the customer name > click the property address.
  </Step>

  <Step title="Click Edit">
    Click the **Edit** button on the property details page.
  </Step>

  <Step title="Update the address">
    Make your changes to the address fields. You can also check **Set as billing address** to use this property address as the billing address on the customer's invoices.
  </Step>

  <Step title="Save">
    Click **Save**. The property will be re-geocoded with the updated address.
  </Step>
</Steps>
