@startuml
actor User
participant AI 
participant Analyzer

loop n times
User -> AI: request
AI -> User: response
User -> AI: feedback
end

AI -> Analyzer: aggregates chat logs
Analyzer -> AI: statistics / custom responses
AI -> User: customized therapy suggestions
@enduml