I’ve setup the JavaScript code into my site for GenAI chatbot - but where I can see an achieve of the past chat history ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya, @anjanesh
This depends on how your chatbot backend is set up. By default, if you’re just embedding frontend JavaScript (like a script tag that includes a chatbot widget), chat history is not saved unless you’ve connected it to a backend that explicitly stores it.
Regards