> ## 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

> Streamline your real estate legal workflows by integrating with the Ownright Lender API

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

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

The **Lender API** enables lending institutions to programmatically manage their real estate
legal files with Ownright. Instead of manually submitting engagement details, your systems
can create engagements, upload mortgage documents, and track the status of every closing
— all through a single GraphQL API.

With the Lender API, you can:

<ol>
  <li>
    **Create engagements** — Submit new purchase and refinance files to Ownright
    directly from your loan origination system.
  </li>

  <li>
    **Track engagement status** — Monitor the progress of every closing from
    received through to funded and closed.
  </li>

  <li>
    **Upload documents** — Securely attach mortgage commitment letters and other
    documents using the staged file upload flow.
  </li>

  <li>
    **Manage your team** — Retrieve your team members and assign ownership of
    engagements to the right people.
  </li>
</ol>

## Get started

<CardGroup cols={2}>
  <Card title="Engagements" icon="file-contract" href="/lender-api/core-concepts/engagements">
    Understand engagements — the core object representing a real estate legal
    file.
  </Card>

  <Card title="Lender and team members" icon="users" href="/lender-api/core-concepts/lender-and-team-members">
    Learn about your organization and team member objects.
  </Card>

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

  <Card title="Creating an engagement" icon="plus" href="/lender-api/guides/creating-an-engagement">
    Submit your first real estate file to Ownright through the API.
  </Card>

  <Card title="File uploads" icon="upload" href="/lender-api/guides/file-uploads">
    Learn the staged upload flow for attaching mortgage documents.
  </Card>

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