> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/customers-and-work/properties/move-a-property-to-another-customer.md).

# Move a property to another customer

If a property is under the wrong account, use Move to Another Customer to reassign it. It's in the ... (kebab) menu next to Edit on the property page, and only appears if you have permission to merge and split customers and the customer isn't connected to a payment integration.

If Move to Another Customer is missing but you need it, contact your business's administrator to review your role. If the administrator cannot make the permission change in Settings, they can contact Essential from the Talk to a human tab.

You choose where the property should go, then confirm the move. You have two options:

* **Existing customer** — search for and pick another customer already in Essential.
* **New customer** — create a brand-new customer as part of the move. Enter the company name (required), and optionally a company phone number, Customer Billing settings (billing address, payment terms, tax-exempt and autopay settings, billing notes), and notes about the customer. If your business has required custom fields on customers, fill those in before the move can go through.

This is the way to fix a property created under the wrong customer, since the customer on an existing quote or invoice cannot be changed after it's created. Moving the property brings it, and its related records, onto the destination customer.

One thing to watch: if this is the customer's last property, moving it deletes that customer - you're warned first, and asked to move or delete each of the customer's contacts as part of the move.

> **Where to find it:** On the property page, the ... (kebab) menu next to Edit -> Move to Another Customer (shown only with merge/split permission, and not when the customer is connected to a payment integration)

## Related guides

* [Create a property](/customers-and-work/properties/create-a-property.md)
* [Add or manage contacts on a property](/customers-and-work/properties/add-or-manage-contacts-on-a-property.md)
* [Adding an asset group to a property](/customers-and-work/properties/adding-an-asset-group-to-a-property.md)
* [Use Customer Billing or set Property Billing](/customers-and-work/properties/property-billing-profile-the-customer-default-or-its-own.md)
* [Property files and who can see them](/customers-and-work/properties/property-files-and-who-can-see-them.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.withessential.com/customers-and-work/properties/move-a-property-to-another-customer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
