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

# Overview

> Integrate referral and matter workflows into your product with the Ownright Partner API

<img className="block dark:hidden" src="https://mintcdn.com/ownright/nd6lo_Agh9Jm7utf/images/partner-api-overview-light.png?fit=max&auto=format&n=nd6lo_Agh9Jm7utf&q=85&s=93dfaad1946ef426f2ce04f01830a6df" alt="Partner API Overview" width="2064" height="1104" data-path="images/partner-api-overview-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/ownright/nd6lo_Agh9Jm7utf/images/partner-api-overview-dark.png?fit=max&auto=format&n=nd6lo_Agh9Jm7utf&q=85&s=6a56b7d80ad7613f06c5a41e6b0f6775" alt="Partner API Overview" width="2064" height="1104" data-path="images/partner-api-overview-dark.png" />

The **Partner API** enables proptech companies to programmatically refer clients to Ownright for
their real estate legal needs and track the progress of their transactions.

With the Partner API, you can:

<ol>
  <li>
    🤝 **Make referrals**: Seamlessly hand off your client to Ownright for their
    legal needs.
  </li>

  <li>
    👀 **Track matters**: Get real-time visibility into the status of your
    client's closing.
  </li>

  <li>
    🔔 **Receive webhook updates**: Stay in sync as closings move forward, with
    key event notifications pushed to your system from ours.
  </li>
</ol>

## Get started

<CardGroup cols={2}>
  <Card title="Core concepts" icon="gavel" href="/partner-api/core-concepts/referrals-and-matters">
    Learn about referrals and matters — the two foundational objects in the
    Partner API.
  </Card>

  <Card title="Authentication" icon="lock" href="/fundamentals/authentication">
    Understand how to authenticate your requests to the Partner API.
  </Card>

  <Card title="Making your first referral" icon="paper-plane" href="/partner-api/guides/making-referrals">
    Start sending clients to Ownright programmatically by creating a referral.
  </Card>

  <Card title="API Reference" icon="code" href="/partner-api/reference/connecting">
    Explore all queries, mutations, and webhooks available in the Partner API.
  </Card>
</CardGroup>
