graph LR
A("Purchase Now") --> B["Start Chat on Homepage"]
A --> D["Read API Documentation"]
B --> C["Register / Login"]
C --> E["Enter Key"]
D --> F["Enter Endpoint & Key"]
E --> G("Start Using")
F --> G
style A fill:#f9f9f9,stroke:#333,stroke-width:1px
style B fill:#f9f9f9,stroke:#333,stroke-width:1px
style C fill:#f9f9f9,stroke:#333,stroke-width:1px
style D fill:#f9f9f9,stroke:#333,stroke-width:1px
style E fill:#f9f9f9,stroke:#333,stroke-width:1px
style F fill:#f9f9f9,stroke:#333,stroke-width:1px
style G fill:#f9f9f9,stroke:#333,stroke-width:1px