Sequence Diagram Syntax

PlantUML streamlines the creation of sequence diagrams through its intuitive and user-friendly syntax. This approach allows both novices and experienced designers to quickly transition from concept to a polished graphical output.

Basic Examples

The -> sequence denotes a message sent between two participants. Participants are automatically recognized. Dotted arrows are used for responses.

Sequence Diagram Example
Loading...
Basic Examples Diagram

Learn More

Explore the detailed guides for advanced sequence diagram features:

Mermaid Support

The app has limited support for Mermaid sequence diagram format. The code has to start with sequenceDiagram to trigger the Mermaid parser.

For detailed Mermaid sequence diagram syntax and examples, please refer to the Mermaid Sequence Diagrams Documentation available in the Help section.