# System Context (Structurizr) ![System Context](https://help.gocapable.com/images/att1228701731.svg) ``` workspace { model { user = person "User" softwareSystem = softwareSystem "Software System" { webapp = container "Web Application" } user -> webapp "Uses" } views { systemContext softwareSystem { include * autolayout } } } ```