Save Chatbot History
T3AC allows administrators to control whether visitor chatbot history is stored. The Save chatbot history option is available under the AI Chatbot configuration. For this setting, see Save chatbot history.Backend steps
- Open AI Chatbot in the TYPO3 backend.
- Click the Chatbot tab.
- In Settings, enable or disable Save chatbot history.
- New chatbot conversations and answers are not stored as durable chatbot history.
- Past-chat reopen is not retained for new conversations.
- Thumbs-up/down feedback is hidden.
- Live chat still works. The current session is kept only in a short-lived server cache (
ns_t3ac_ephemeral_chat, about 24 hours), not as a durable TYPO3 log.
30) deletes usage history older than that many days.
Data Processing Agreement (DPA) Considerations
Administrators should consider and document:- Visitor chatbot data storage (messages, session metadata, visitor history)
- Identifiers: hashed IP (MD5) and browser visitor id — treat hashed IP as pseudonymised personal data, not anonymous data
- Browser
localStoragekeychat_user_id(still created for live chat when history is off) - Ephemeral live-session cache (~24 hours) when history is off
- Rate limiting may hash the client IP independently of the history toggle
- Data retention and deletion
- Data sent to the AI provider (messages + RAG context; not IP/UA/cookies in the LLM payload)
- BYOK vs T3Planet Credits — see T3Planet Credits
- Provider DPA / no model training
This documentation describes technical data-management capabilities. It does not constitute legal advice.