A customer-facing chat or voice agent processes personal data the moment a real user's name, account details, or complaint history flows through it — which means GDPR applies from the first message, not just once you've scaled to millions of conversations. The compliance work is concrete and checklist-able, not a vague "be careful with data" gesture.
The concrete GDPR obligations for a customer-facing agent
1. Disclose that users are talking to an AI. This is a specific transparency requirement — a clear statement (not buried in a footer link) that the interaction is with an AI system, not a human agent.
2. Put a Data Processing Agreement in place with your LLM provider. Since the provider is processing your customers' personal data on your behalf, GDPR Article 28 requires a formal DPA covering processing purpose, data categories, and security measures — this is separate from your own customer-facing privacy policy.
3. Define and enforce a real retention period, and build actual deletion/access mechanisms. Decide how long conversation logs are kept, automate deletion after that period, and provide a genuine path for users to request access to or deletion of their data — not just a mailto link that goes unanswered.
# Minimum GDPR checklist for a customer-facing AI agent
[ ] Clear "you are talking to an AI" disclosure at conversation start
[ ] Signed DPA with the LLM provider (Article 28)
[ ] Documented legal basis for processing (consent, contract, etc.)
[ ] Defined retention period with automated deletion after expiry
[ ] Working access/deletion/portability request process
[ ] Only collecting data fields actually needed for the interaction
| Requirement | Common Gap |
|---|---|
| Bot disclosure | Buried in terms of service instead of stated at conversation start |
| DPA with LLM provider | Assumed covered by the company's own privacy policy, when it's a separate processor agreement |
| Retention limits | No defined period — logs kept indefinitely "for analytics" |
None of this is exotic — it's the same GDPR framework that applies to any system processing EU personal data, with a couple of AI-specific additions (bot disclosure, and a DPA with the model provider specifically). Treat the checklist above as the floor, not the ceiling, for a customer-facing deployment.
Practical Challenge
Audit an AI chatbot you have access to (your own company's or a public example) against the checklist above — check whether it discloses it's an AI at the start of the conversation and whether a data retention/deletion policy is stated anywhere accessible to users.
Concept Check
Sources & Further Reading
- GDPR Article 28 (Full Text) — the legal requirement for a Data Processing Agreement between controllers and processors, including LLM providers.
- GDPR Local: The Complete Guide to Chatbot GDPR Compliance — a practical walkthrough of bot-disclosure and retention obligations specific to chat agents.
AI