> For the complete documentation index, see [llms.txt](https://docs.njpropertyrecords.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.njpropertyrecords.com/fundamentals/search/sales-history-search.md).

# Sales History search

{% hint style="warning" %}
The Sales History database does not include very recent sales. If you're looking for recent sales, use the [Tax Assessment](/fundamentals/search/tax-assessment-search.md) advanced search page and enter in a deed range. &#x20;
{% endhint %}

## Starting a Sales History Search

1. From the Search page, click the **Sales History** tab.
2. Using the tabs in the Search Options box, choose how you'd like to search.\
   \
   Select either **Sale Date**; **Block & Lot**; or the **Owners' Name**. Additionally, **Advanced** allows you to combine and customize search parameters. For more information, see [About Advanced Search](/fundamentals/search.md#about-advanced-search). For a list of Advanced Search criteria definitions, see the [Glossary](/extras/glossary.md#advanced-sales-history-search). <br>
3. Enter your search criteria, then click **Search**. The results populate in the Results Grid, on the right.
4. From the Results Grid, click on a desired property to view the associated sales history and deed data.\
   \
   For more information about the tools and functions in the Results Grid, [click here](/fundamentals/search.md#3-results-grid).

![Sales History search](/files/59rwwEMFsJZwmaPWvvIq)

From the top of the Deed window, expand the dropdown menu to view historical sales data.

<div align="left"><img src="/files/w9ZsfLRkx6JUY1kq0oTd" alt=""></div>

The data fields update to display information relevant to the deed.

<div align="left"><img src="/files/MMXUsqlsEvcBdV3AArmy" alt=""></div>

Scrolling towards the bottom, if a deed image is available, it will be displayed. From here, you can **download**, **print**, or **email** the document; or view it in **fullscreen**.

<div align="left"><img src="/files/BdmQ4T6gaGu4GwkDtRIV" alt=""></div>

Scrolling back to the top of the window, click either **View Property Page** or the address (left side) to view details on the property. To learn more about this page, see [Property Page](/fundamentals/property-page.md).

<div align="left"><img src="/files/OSPvXcS9jiuSuL2idNpr" alt=""></div>

{% hint style="info" %}
When you're ready to return to the Search page, simply click **Search** from the Navigation Panel. The platform continues to display your previous search results so you can continue from where you previously left.
{% endhint %}


---

# 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://docs.njpropertyrecords.com/fundamentals/search/sales-history-search.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.
