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

# Safeclose: Chattel & Compliance Document Platform

> Safeclose helps organizations register chattel records, run guided signing workflows, and maintain defensible audit trails for compliance packages.

Safeclose is a B2B2C platform where organizations upload chattel and compliance packages, guide signers through AI-assisted walkthroughs, and retain a complete audit trail. Whether you're registering a lien, managing a signing package, or launching an outreach campaign for a behind-schedule loan, Safeclose centralizes every step in one place.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your first chattel document created and signed in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate with the Safeclose API using Clerk session tokens.
  </Card>

  <Card title="Chattel Documents" icon="file-contract" href="/concepts/chattel-documents">
    Understand how Safeclose models liens, titles, UCC filings, leases, and more.
  </Card>

  <Card title="Signing Packages" icon="pen-to-square" href="/concepts/signing-packages">
    Learn how signing packages work across manager, admin, and signer roles.
  </Card>
</CardGroup>

## What you can do with Safeclose

Safeclose is built around three core workflows: document management, guided signing, and outreach.

<CardGroup cols={3}>
  <Card title="Register Chattel" icon="folder-plus" href="/guides/managing-documents">
    Create and track documents for any type of movable collateral — vehicles, equipment, liens, leases, and more.
  </Card>

  <Card title="Run Signing Workflows" icon="signature" href="/guides/signing-workflow">
    Create signing packages, assign signers, and track completion across your organization's locations.
  </Card>

  <Card title="Launch RCM Outreach" icon="bullhorn" href="/guides/outreach-rcm">
    Start compliant outreach campaigns for behind-schedule loans via SMS, email, or voice.
  </Card>
</CardGroup>

## Explore the API

The Safeclose REST API lets you integrate document management and signing workflows into your own applications.

<CardGroup cols={2}>
  <Card title="API Overview" icon="code" href="/api/overview">
    Base URL, authentication, versioning, and error format for the Safeclose API.
  </Card>

  <Card title="Documents API" icon="file" href="/api/documents/list">
    List, create, update, and delete chattel documents through the API.
  </Card>

  <Card title="Signing API" icon="pen" href="/api/signing/session">
    Retrieve session state, manage signing packages, and record e-signatures.
  </Card>

  <Card title="Workspace API" icon="building" href="/api/workspace/memberships">
    Query organization memberships and manage workspace settings.
  </Card>
</CardGroup>

## Getting started

<Steps>
  <Step title="Sign up and create your workspace">
    Create your Safeclose account and set up your organization. Invite team members and assign roles from the Organizations dashboard.
  </Step>

  <Step title="Register your first chattel document">
    Navigate to **Documents** and click **Register chattel** to create your first record. Choose a chattel type, add a title, and optionally attach loan details.
  </Step>

  <Step title="Set up a signing package">
    In the **Signing** hub, create a signing package for a location, attach a flow template, and invite signers to complete their assigned documents.
  </Step>

  <Step title="Connect integrations">
    Link Plaid for bank account verification, configure Stripe for billing, and set up webhook endpoints to receive real-time event notifications.
  </Step>
</Steps>
