A HoLaCe investigation request is paired with an investigation form β the structured data the field investigator fills out and submits. Today the platform ships one canonical form (the California habitability form) with more in the pipeline as Innate Fox and other partners expand into adjacent case types. [Screenshot: The investigation forms listing in the firm dashboard showing the available form types with descriptions]Documentation Index
Fetch the complete documentation index at: https://docs.holace.io/llms.txt
Use this file to discover all available pages before exploring further.
Todayβs catalog
Health & Safety (CA Habitability)
The flagship form. Walks an investigator through nine violation categories on a residential property. Powers the Woods demand-letter pipeline.
InvestigationType: HOUSING_CA.Witness Interview
Coming soon. Free-form interview capture with audio attachments and structured Q/A blocks. Used in personal-injury and witness-credibility cases.
Scene Investigation
Coming soon. Photo-heavy form for accident-scene documentation, with skid-mark measurement, signage capture, and weather-at-time-of-incident fields.
Court / Records Run
MyFile Runner partnership. Court filing and records retrieval across TX, CA, IL. Tracked as a request, but the βformβ is a confirmation of filing/retrieval rather than field data. Q3 2026.
Health & Safety β what it captures
Because this is the only form active in production today, hereβs what a finished submission contains:Property snapshot
Property snapshot
Address, unit number, tenant name and phone, landlord name, investigation date, investigator name. These either pre-populate from the firmβs request or are confirmed by the investigator on-site.
Nine violation categories
Nine violation categories
Each category has its own bundle of (a) checkbox-style violations with built-in severity, (b) a free-form notes field, and (c) a photo bucket:
- Electrical β wiring, outlets, lighting, GFCI presence
- Plumbing β leaks, pressure, drainage, hot water, mold, roof
- HVAC β heating/cooling adequacy, filters, vent damage
- Pests β cockroaches, rodents, bed bugs, ants, other
- Water Damage β stains, mold growth, dampness, flooding, intrusion
- Structural β wall/foundation cracks, floors, windows, doors, roof
- Safety β smoke and CO detectors, railings, lead paint, asbestos
- Paint & Surfaces β peeling paint, holes, water-damaged surfaces
- Elevator β function, certificate currency
Severity is built in
Severity is built in
Investigators donβt pick severity β each violation has a baked-in
low, medium, or high. βExposed wiringβ is always high. βInadequate lightingβ is always low. This keeps reports comparable across investigators and across firms.Photos with EXIF + GPS
Photos with EXIF + GPS
Photos are uploaded immediately on capture and tagged to the category they were taken for. Each photo stores: the file URL, the investigatorβs caption, capture timestamp, GPS coordinates (when granted), and EXIF metadata (camera model, original date taken).
Urgent flag and overall notes
Urgent flag and overall notes
A single boolean Urgent action required? raises the reportβs prominence in the firmβs review queue. A general Additional notes field captures any narrative that doesnβt fit a category.
Where the form lives in the data model
A submitted Health & Safety form is anInvestigationForm record linked to its parent InvestigationRequest. Photos belong to InvestigationPhoto, violations to per-category records on the form. The full schema is intentionally normalized so the demand-letter pipeline can group by category, sort by severity, and embed photo evidence inline without touching freeform text.
Adding a new form type
Form types are not user-configurable yet. New types (e.g.WITNESS_INTERVIEW, SCENE_INVESTIGATION) are added by the HoLaCe team as the Innate Fox partnership expands and as new providers come online.
If your firm needs a form type that doesnβt exist, file feedback through the in-app Bug Report button β describe the use case, the fields you need to capture, and any state-specific requirements.
The most recent shipped feature on this form is per-category save, which means an investigator no longer loses 30 minutes of work to a network blip mid-form. See Per-Category Save for why and how.
