SEQUENCE Sequence Diagram Renderer
INPUT
[?] Syntax Reference
participant Name — declare participant
A -> B: msg — synchronous message
A ->> B: msg — async message
B --> A: msg — reply
B -->> A: msg — async reply
A -> A: msg — self call
note left of A: text
note right of A: text
note over A: text
note over A,B: text
alt Condition / else Other / end
loop N times / end
# comment

Type a sequence diagram or
select a preset to begin.