Q: Guys please answer I'll full stack can each client have their own memory?? So I can make a counselor?
Use case users login and talk to a counselor that remembers details
Trung_Diaflow
Jun 10, 2025A: Hi,
If you want to make a counselor chatbot as a public app for clients to use, please note that currently there is no login system or user-specific memory. The chatbot only stores information within a single session—meaning once the page is refreshed or closed, the memory is lost, and a new conversation begins. Each user starts fresh with no history or personalization unless you implement a backend with login and persistent storage.
Best regards,
Diaflow CS Team
Verified purchaser
I have the same question. Since you answered, "unless you implement a backend with login and persistent storage..." this indicates that you CAN create a user login. I would like to do the same thing, similar to how any shopping portal or WordPress allows visitors to "authenticate" with an email or password. Ideally, can you ask them to confirm an OTP sent to email or text?