For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign upLog in
Developer GuideCore ConceptsAPI Reference
    • Overview
    • Organizations
    • Landscapes
    • Versions
    • Domains
    • Model Objects
    • Model Connections
    • Diagrams
    • Flows
LogoLogo
Sign upLog in
On this page
  • Diagram types
  • Related concepts

Diagrams

Was this page helpful?
Previous

Flows

Next
Built with

Diagrams are C4 visualisations of your model. They are views onto the underlying model objects and connections. The model data exists independently of any diagram, and the same object can appear in multiple diagrams.


Diagram types

Each diagram type maps to a C4 level of abstraction:

TypeC4 LevelDescription
context-diagramLevel 1Shows a system in the context of its actors and external systems
app-diagramLevel 2Shows the app and store containers inside a system
component-diagramLevel 3Shows the component objects inside an app or store

Related concepts

  • Model Objects
  • Flows
  • Versions