Context diagram (C4)
A context diagram has one job: show your system as a single box with the people who use it and the systems it depends on. No technology, no internals, no exceptions.
#What this example shows
Person, System and System_Ext, which are the only three element types allowed here.
Relationships labelled with what they do and how.
A boundary that is implied by the single system box.
#A worked example
Open it, edit it, or copy the source below.
The source, which you can paste into a new diagram and edit:
#Making it your own
If the diagram mentions a technology inside your own system, it has become a container diagram.
Everything outside the box is a person or an external system. There is no third category.
Add SHOW_LEGEND() before @enduml if the audience is new to C4.
#Related
Context first. Always.
