```mermaid graph TB subgraph "System Overview" Client[Client Applications] API[API Gateway] Services[Microservices] DB[(Database)] Queue[Message Queue] end Client -->API Client -->API API --> Services Services --> DB Services --> Queue ```