> 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/administration/basics/custom-pricing-a-special-price-for-an-item-per-customer-or-property.md).

# Custom pricing: a special price for an item, per customer or property

Custom pricing lets you override the standard pricebook price of specific items for a particular customer or property, so your quotes and invoices use that price automatically. You set it on the Custom Pricing card, which appears on both the customer page and the property page; click Manage to add, change, or remove a price for a pricebook item.

A custom price can be set at two levels: a customer-level price applies to that account across all of its properties, and a property-level price applies only to that one property and takes precedence over the customer-level price for the same item.

The order is: a property's custom price wins, then the customer's custom price, then the standard pricebook price. When you quote or invoice that item for the customer or property, Essential uses the custom price in place of the book price; setting the price to $0 waives the item (no charge) for that scope.

> **Where to find it:** The Custom Pricing card on a customer's page (account-wide) or a property's page (that property); Manage to add or edit

## Related guides

* [Custom fields: your business's extra fields on records](/administration/basics/custom-fields-your-businesss-extra-fields-on-records.md)
* [The property-access form your customers fill out to approve, deny, or redirect upcoming work](/administration/what-your-customers-see-in-the-customer-portal/the-property-access-form-your-customers-fill-out-to-approve-deny-or-redirect-upcoming-work.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/administration/basics/custom-pricing-a-special-price-for-an-item-per-customer-or-property.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.
