Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.1nspect.app/llms.txt

Use this file to discover all available pages before exploring further.

Templates Overview

Templates define the structure of an inspection — what sections, subsections, and fields appear on the mobile Capture Screen, and what shows up on the final PDF report. This article is the map for everything in the Templates area of the web admin. For the first-time tutorial, see Build Your First Template. For the canvas/layout side, see Template Designer. For the deep dive into the data model (sections → subsections → fields), see the Glossary.

How “templates” actually work

A template is two coupled things:
LayerWhat it controlsEdited in
SchemaThe hierarchy of sections, subsections, and fields — what the mobile inspector seesTemplate Builder / Editor, Schema Upload & Review
CanvasThe visual rendering — colors, margins, photo grids, page headers — that drives the PDFTemplate Designer, Visual Page Designer
Both layers live in the same template document in Firestore. Editing either updates the same record. The split matters because schema changes affect the mobile inspector’s flow; canvas changes only affect rendering.

The pages in the Templates area

The sidebar’s Templates link defaults to /templates/builder. From there, several deeper surfaces are reachable:
PageRouteWhat it does
Templates hub/templatesCard-based hub with shortcuts to the major template tools. See PDF Mapper.
Template Builder/templates/builderList of all templates with init/rename/delete. See Template Builder.
Template Editor/templates/builder/:templateIdSettings (name, font, branding) for a specific template. See Template Editor.
Schema Upload/templates/builder/:templateId/schemaUpload a PDF or DOCX and extract the schema with AI. See Schema Upload & Review.
Schema Review/template-review or /template-editor/:idReview the AI-extracted schema before saving. Same page, two entry points.
Template Designer/templates/designer or /templates/builder/:templateId/visual-designerThe visual canvas — drag elements, configure rating scale, set default cover. See Template Designer.
Visual Page Designer/templates/builder/:templateId/visual-designerPer-page rendering rules: header style, section headers, footer. See Visual Page Designer.
Cover Designer is separate from the Templates area — it lives at top-level /cover-designer. See Cover Designer. Covers are reusable across templates; assign a default cover to a template here.

Standards supported

Templates can be authored against several inspection standards:
StandardUse case
TREC (Texas Real Estate Commission)Texas residential inspections — the default and most complete
ASHI (American Society of Home Inspectors)National ASHI-compliant inspections
InterNACHIInternational Association of Certified Home Inspectors
CCPIA ComSOPCertified Commercial Property Inspectors Association
CUSTOMAnything not matching the above
The standard dictates rating definitions, language calibration for AI narratives, and default sections. Choosing the right standard matters because the AI tools (Generate, Vision, SPO) tune their language to the SoP.

A typical template workflow

  1. Start with the TREC template (pre-built and ready to use). Tap + Initialize TREC Template in the Template Builder.
  2. Clone before customizing. Templates can be cloned via the rename dialog — make a copy so you always have the unmodified original to revert to.
  3. Edit the schema — add/remove sections, subsections, and fields. Done in Template Editor or via the Schema Upload & Review workflow if you have an existing PDF you want to extract.
  4. Set up the canvas — colors, photo grid, finding card style — in Template Designer.
  5. Configure page-level styling — headers, footers, section header design — in Visual Page Designer.
  6. Assign a default cover — pick from Cover Designer outputs in the Template Designer’s Default Cover field.
  7. Publish — toggle the template to Published. It becomes available to mobile inspectors when creating a new inspection.
  8. Iterate — Edit the live template. Changes propagate to new inspections immediately. Already-in-progress inspections keep their snapshot of the template at the time they started.

Rating scales

Two built-in rating scales:
ScalePillsWhen to use
TREC StandardI (Inspected) · NI (Not Inspected) · NP (Not Present) · D (Deficient)Texas residential, the default
Binary Pass / FailPass · FailCommercial or specialty inspections where the four-state TREC model is overkill
The rating scale is set per template in the Template Designer header — “Rating Scale: TREC Standard (I / NI / NP / D) / Binary Pass / Fail”. Mobile inspectors see the chosen scale’s pills on the Capture Screen and Ratings Screen.
GoalRead
Make my first templateBuild Your First Template
Manage the list of templatesTemplate Builder
Configure one template’s settingsTemplate Editor
Design how the PDF report looksTemplate Designer
Upload an existing PDF and extract schema with AISchema Upload & Review
Configure per-page stylingVisual Page Designer
Design report cover pagesCover Designer