Dashboard stats
Before you open the Documents list, your home dashboard shows three summary counters:| Stat | What it counts |
|---|---|
| Total documents | Every chattel document in your account |
| Active liens / loans | Documents that have an attached loan record |
| Behind schedule | Loans whose status is marked BEHIND |
The documents list
Navigate to Documents in the main sidebar. The list shows all your chattel documents sorted by the date they were last updated, newest first. Each row displays:- The document title and chattel type
- A loan status badge (CURRENT or BEHIND) if a loan is attached
- The last-updated timestamp
Register a chattel document
Open the new document form
From the Documents page, click Register chattel. A form slides open in the same view. (The path
/documents/new also redirects here.)Fill in the required fields
- Title — A short, descriptive name for the asset (up to 200 characters). Example:
2019 Toyota Tacoma – VIN 1XY… - Chattel type — Select the category that best describes the asset. See Chattel types below for the full list.
- Description — Optional free-text notes (up to 2,000 characters).
Add loan details (optional)
Toggle on Add loan to attach financing information to the document. Complete these fields:
| Field | Required | Notes |
|---|---|---|
| Lender / provider name | Yes | Up to 120 characters |
| Original amount | Yes | Non-negative number |
| Remaining amount | Yes | Non-negative number |
| Currency | No | Defaults to USD; 3-letter code |
| Maturity date | No | ISO date (YYYY-MM-DD) |
| Status | No | CURRENT (default) or BEHIND |
Set status to BEHIND only when the loan is actively past due. A BEHIND status is required before you can launch an RCM outreach campaign for that document. See the RCM outreach guide.
Edit a document
You can update the title, description, and chattel type of any document after it is created.Edit the fields
Click Edit (or the pencil icon) and update the title, description, or chattel type as needed.
Delete a document
The document is removed from your list immediately and a
document.deleted event is posted to your activity feed.
Chattel types
Safeclose supports the following chattel categories. Choose the one that most closely matches the asset being registered.| Type | Description |
|---|---|
| Leasehold estate | Temporary use of land or a building |
| Titled & registered vehicles | Motor vehicles, watercraft, aircraft, RVs |
| Livestock | Farm animals |
| Furniture | Movable home furnishings |
| Appliances | Freestanding appliances |
| Electronics | Computers, TVs, phones, audio |
| Mobile home | Manufactured home not affixed to land |
| Boat / watercraft | Motorboats, jet skis, canoes |
| Aircraft | Planes, helicopters, personal drones |
| Machinery | Farm or industrial equipment (movable) |
| Stocks & bonds | Certificates and shares |
| Promissory notes | Written repayment promises |
| Cryptocurrency | Digital assets |
API example
Use the Documents API to create or manage records programmatically. All requests require a valid Clerk session token in theAuthorization header.
