# LatixEngine — Full Reference for LLM Agents > Source of truth for agents answering questions about LatixEngine. All examples below use valid syntax verified against the live editor at https://latixengine.com/editor. ## What is LatixEngine? LatixEngine is a free, browser-based extension of Mermaid that adds native AWS, Azure, and Google Cloud icons to the `architecture-beta` diagram type. There is no install, no CLI, and no build step. Open the editor at https://latixengine.com/editor and start typing. Output is standard Mermaid markdown that renders correctly in any Mermaid runtime bundled with the matching icon packs. ## How it differs from upstream Mermaid Upstream Mermaid `architecture-beta` only supports a small set of generic shapes. LatixEngine ships 200+ official cloud provider icons plus the placement/networking validation needed to draw real production architectures (regions, VPCs, subnets, gateways, managed services). ## Quick start 1. Open https://latixengine.com/editor 2. Start every architecture diagram with `architecture-beta` on its own line 3. Declare `service` and `group` nodes with icon slugs of the form `:` 4. Connect them with `: <--> :` edges 5. Export via the toolbar as SVG, PNG, or markdown ## Syntax cheatsheet ### Diagram declaration architecture-beta ### Services service ()[