Self-managing landlord
Set up a tenancy (including joint)
Updated 2026-05-15
Where to start
- From the left nav, click Properties.
- Click the property you're setting up a tenancy for.
- Scroll to the Tenants section and click Add Tenancy (testid:
tenancy-add-button).
The form fields
Tenant identity
- Full name — required.
- Email — required. This is how the tenant signs into PropFlow.
- Phone — optional but strongly recommended. Stored in E.164 format (e.g.
+447700900100); normalised automatically from07700 900100.
For HMOs only
- Room — required. Pick which room this tenancy is for (drawn from the room details you added when creating the property).
Tenancy terms
- Start date — required. Date the tenancy begins. Can be future-dated for tenants you're pre-onboarding.
- End date — optional. Leave blank for periodic tenancies (the default under RRA 2025). Set for fixed-term ASTs before 1 May 2026.
- Rent amount — required, must be greater than zero. Whole pounds per week / month — PropFlow stores it as pence internally.
- Rent period — pick weekly or monthly.
- Tenure type — defaults to APT (Assured Periodic Tenancy) for tenancies starting on or after 1 May 2026, and AST (Assured Shorthold) before that. Override only if you know you need to.
Deposit
- Deposit amount — optional. In pounds (PropFlow stores pence). Leave blank if no deposit was taken (rare).
- Deposit scheme — pick one of TDS, MyDeposits, DPS, or Other. Recording the scheme is part of your statutory protection-information obligation.
Note: PropFlow records the scheme name only — it doesn't integrate with the scheme's API. You still register the deposit with the scheme separately and upload that scheme certificate to PropFlow's documents area.
Joint tenancies (multiple named tenants)
PropFlow supports joint tenancies through the same form:
- Fill in the first tenant's details as above.
- Click + Add tenant. A new tenant block appears.
- Fill in the second tenant's name, email, phone.
- Repeat until all named tenants are entered.
- Submit.
Caps:
- Single-room let (HMO): 2 named tenants max (you + a co-tenant).
- Whole-property let: 6 named tenants max.
When you submit a joint tenancy:
- The first tenant is flagged as primary (denormalised to
tenancies.tenant_idfor legacy code paths). - All tenants are on the same contract — one set of dates, one rent, one deposit.
- Each tenant receives their own info-sheet email and their own DocuSeal signing link.
- Right-to-Rent checks are required for each tenant individually.
What happens when you submit
PropFlow:
- Creates the tenancy row with
is_current = true. - Creates a tenant record per named tenant.
- Triggers info-sheet emails (if configured).
- Triggers DocuSeal signing requests for the tenancy agreement and deposit prescribed information.
- Writes an audit-log row capturing who created the tenancy and when.
- Refreshes the property's Tenants section to show the new tenancy.
Common gotchas
- Rent in pounds, stored in pence. Enter
1500for £1,500/month — PropFlow shows pounds in the UI but stores pence. You never need to convert manually. - Tenure type defaults differ by date. The default flips from AST to APT for tenancies starting 1 May 2026 or later. Sanity-check this field if you're entering a tenancy near the cutover.
- Joint tenancy + HMO room mismatch. You can't have a joint tenancy across two different rooms in the same HMO. Each room is a separate tenancy (even if the two tenants are a couple).
- Deposit scheme = Other. If you're using a less common scheme, pick Other and note the scheme name in the tenancy description. The compliance check still passes.
Next steps
- Invite a tenant — share the registration link so the tenant can sign in.
- Export message history for court — for tenancy-end disputes.
- Upload your first compliance certificate — upload the Gas Safety + How to Rent + scheme certificate associated with this tenancy.
FAQ
- Does PropFlow connect to TDS / DPS / MyDeposits?
- Not directly. PropFlow records the deposit amount and the scheme name (TDS, DPS, MyDeposits, or Other) for compliance evidence — but you still register the deposit with the scheme separately and upload that scheme certificate. PropFlow doesn't push the deposit to the scheme API.
- What's the joint tenancy cap?
- 2 named tenants on a single-room let (HMO), 6 on a whole-property let. This reflects the practical maximum for a typical UK joint AST. Larger group lets are usually individual room tenancies, not one joint tenancy.
- AST or APT — what's the difference?
- AST = Assured Shorthold Tenancy (the pre-RRA 2025 standard). APT = Assured Periodic Tenancy (the new default from 1 May 2026 under the Renters' Rights Act). PropFlow defaults to APT for new tenancies after that date and AST for tenancies starting before it. You can override.
- Can I edit a tenancy after creation?
- Yes. Most fields are editable from the tenancy detail view — rent, deposit scheme, end date, etc. Tenant identities can be edited but with care (the audit log records the change). The start date generally shouldn't be edited once the tenancy is active.