# Tenancies

> Manage tenancy records, including delinquency lookups, for the property-management vertical.

<!-- Source: https://docs.actuallycare.com/tools/tenancies -->

Manage tenancy records, including delinquency lookups, for the property-management vertical.
## Tools (7)
| Tool | Type | What it does |
| --- | --- | --- |
| [`tenancies_list`](/tools/tenancies/tenancies_list) | Read-only | Search the user's property-managed tenancies. |
| [`tenancies_get`](/tools/tenancies/tenancies_get) | Read-only | Get full details of one tenancy by UUID — includes management fee, rent collection state, inspection cadence, linked lease_id and owner_client_id. |
| [`tenancies_create`](/tools/tenancies/tenancies_create) | Creates data | Start managing a lease. |
| [`tenancies_mark_rent_collected`](/tools/tenancies/tenancies_mark_rent_collected) | Updates data | Stamp rent as collected for a tenancy. |
| [`tenancies_record_inspection`](/tools/tenancies/tenancies_record_inspection) | Updates data | Record a property inspection. |
| [`tenancies_delinquent`](/tools/tenancies/tenancies_delinquent) | Read-only | List active and vacating tenancies where rent is currently late (rent_current=FALSE). |
| [`tenancies_stats`](/tools/tenancies/tenancies_stats) | Read-only | Get aggregate property-management portfolio stats: total tenancies, by_status breakdown, assets_under_management_monthly (sum of monthly_rent from the linked leases of active tenancies — the recurring revenue you're managing), delinquent_count, inspections_due_in_30_days. |
