# User Journey

{% @mermaid/diagram content="flowchart TD
Setup:::section
S1\[Select AI tool to audit]
S2\[Choose scenario packs]
S3\[Configure parameters]

```
Execution:::section
E1[Launch audit]
E2[AI interactions run]
E3[Safety screening]
E4[Benchmark tests]

Results:::section
R1[View Quick Briefing]
R2[Explore transcripts]
R3[Download PDF report]

Action:::section
A1[Implement safeguards]
A2[Re-audit if needed]

Setup --> S1 --> S2 --> S3
S3 --> Execution --> E1 --> E2 --> E3 --> E4
E4 --> Results --> R1 --> R2 --> R3
R3 --> Action --> A1 --> A2

classDef section fill:#4a5568,color:#fff,font-weight:bold" fullWidth="false" %}
```
