# Root Insurance Platform — Product Module AI Context > Machine-readable index (llms.txt convention, https://llmstxt.org) of the documentation Root publishes for building insurance product modules. Each link returns plain-text or Markdown; load only the sections relevant to your task. The combined document bundles the six universal guides. Archetype and mechanic playbooks are linked individually so you pull only the one that matches the module you are building. ## Combined - [All universal guides (single document)](https://api.rootplatform.com/v1/insurance/docs/ai-context): The six universal guides concatenated into one plain-text document. ## Universal guides - [Configuration guide](https://api.rootplatform.com/v1/insurance/docs/ai-context/configuration-guide): The .root-config.json schema and how a product module is configured. - [Product module code guide](https://api.rootplatform.com/v1/insurance/docs/ai-context/product-module-code): How product module code is structured — hooks, functions and the workspace layout. - [Schema form guide](https://api.rootplatform.com/v1/insurance/docs/ai-context/schema-form): Building the quote and application schema forms. - [Claim blocks guide](https://api.rootplatform.com/v1/insurance/docs/ai-context/claim-blocks): Authoring the claim flow with claim blocks. - [Workbench CLI commands](https://api.rootplatform.com/v1/insurance/docs/ai-context/workbench-cli): The workbench CLI for building, testing and deploying modules. - [Embed configuration guide](https://api.rootplatform.com/v1/insurance/docs/ai-context/embed-config): Configuring the embedded quote-and-buy flow. ## Archetype playbooks - [Recurring premium cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-recurring-premium-cover): Archetype for ongoing-premium life/funeral-style cover. - [Loan-linked life](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-loan-linked-life): Archetype for credit-life cover tied to a loan balance. - [Indemnity asset cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-indemnity-asset-cover): Archetype for indemnity-based cover of an insured asset. - [Fixed package / menu cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-fixed-package-menu-cover): Archetype for selectable fixed-benefit packages. - [Group scheme cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-group-scheme-cover): Archetype for group/scheme policies with members. - [Motor vehicle cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-motor-vehicle-cover): Archetype for motor vehicle insurance. - [Specified items cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-specified-items-cover): Archetype for cover of individually specified items. - [Short-term / usage cover](https://api.rootplatform.com/v1/insurance/docs/ai-context/archetype-short-term-usage-cover): Archetype for short-term, on-demand or usage-based cover. ## Composable mechanics - [Tranches](https://api.rootplatform.com/v1/insurance/docs/ai-context/mechanic-tranches): Composable mechanic for tranche-based benefit structures. - [Anniversary escalation](https://api.rootplatform.com/v1/insurance/docs/ai-context/mechanic-anniversary-escalation): Composable mechanic for annual sum-assured / premium escalation. - [Collections engine](https://api.rootplatform.com/v1/insurance/docs/ai-context/mechanic-collections-engine): Composable mechanic for premium collection scheduling and retries. ## Full API reference & guides - [Root Developer Hub (llms.txt)](https://docs.rootplatform.com/llms.txt): The full API reference and guides — endpoints, lifecycle events/hooks, webhooks, scheduled payments and collection modules — as its own llms.txt index, kept current by ReadMe. - [Getting started](https://docs.rootplatform.com/reference/getting-started-1): Human entry point to the Root Developer Hub. ## Optional - [Skill files (JSON)](https://api.rootplatform.com/v1/insurance/docs/ai-context/skill-files): Every archetype, mechanic and topic skill (.mdc) as structured JSON, plus the overview. - [Manifest (JSON)](https://api.rootplatform.com/v1/insurance/docs/ai-context/manifest): Per-section content hash and size for change detection.