Skip to main content
This page answers GDPR-related questions about visitor chatbot data and describes technical data-management capabilities in T3AC.

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

  1. Open AI Chatbot in the TYPO3 backend.
  2. Click the Chatbot tab.
  3. In Settings, enable or disable Save chatbot history.
When enabled, T3AC can store chatbot-related history such as visitor conversations and generated answers. When disabled:
  • 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.
Disabling chatbot history affects newly generated chatbot and feedback data. Existing records are not automatically removed. Use the history cleanup scheduler to remove previously stored records.
The first command uses the default retention of 90 days. Passing a number (for example 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 localStorage key chat_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.

Data Processing Agreement (DPA) Questions

Conversation storage tables

Which identifiers are stored?

Are there other places that still store visitor data?