Zum Inhalt springen
>_<
AI EngineeringWiki

Chatbot Transparency Obligations

Compliance · 4 min · Updated: Feb 2026

For "Limited Risk" Systems

Chatbots, AI-generated text/images/audio, and deepfakes fall under Article 50. Transparency obligations have been in effect since August 2025.

Chatbot Transparency Obligations — AI Identity, Labeling, Copyright
Chatbot Transparency Obligations: What must be disclosed under Art. 50 EU AI Act

What must be disclosed?

1. Disclose AI Identity

Users must clearly and unambiguously know that they are interacting with an AI system.

  • "Powered by AI" or "AI Assistant" label in the chat window
  • For voice: announcement "You are speaking with an AI system"
  • First message: notice about AI nature

2. Label AI-Generated Content

All AI-generated outputs must be identifiable as such:

  • Images: "AI-generated" watermark or metadata
  • Audio: "AI-generated voice" for text-to-speech
  • Video: "Deepfake" label for synthetic videos
  • Text: notice in footer for articles

3. Copyright Compliance

Providers of General Purpose AI (GPAI) must document:

  • Which data was used for training
  • Notify copyright holders (opt-out system)
  • Provide a summary of training data

4. Prevent Deception

Prohibited: Designing AI systems to deceive people.

  • No human-like avatars without labeling
  • No fake reviews or ratings
  • No manipulative design patterns

Checklist for Businesses

  • [ ] Chat interface: "AI Assistant" label
  • [ ] First message: notice about AI nature
  • [ ] AI-generated images: watermark or metadata
  • [ ] Terms of service: notice about AI usage
  • [ ] Privacy policy: AI processing documented
  • [ ] Training data: copyright compliance documented
  • [ ] Opt-out: procedure for copyright claims

Examples: Good vs. Bad

Correct

  • "I am an AI assistant. My answers may contain errors."
  • AI-generated images with "AI" watermark
  • Clear separation: "This summary was generated by AI"

Wrong

  • No indication that it is a bot
  • Realistic human avatars without labeling
  • "Customer reviews" generated by AI

Implementation: AI Notice in Chatbot

# HTML: AI notice in chat window
<div class="chat-header">
  <span class="bot-avatar">🤖</span>
  <span class="bot-name">AI Assistant</span>
  <span class="ai-badge">Powered by AI</span>
</div>

<style>
.ai-badge {
  background: #10b981;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
</style>

# Or as the first bot message:
bot_message("""
Hello! I am an AI assistant.
My answers are generated by AI and may contain errors.

For important decisions, please verify with additional sources.
""")

Penalties for Non-Compliance

For non-compliance with transparency obligations:

  • Fines up to EUR 15 million or 3% of turnover
  • Warnings from data protection authorities
  • Reputational damage

Sources

Related articles: EU AI Act · GDPR Basics

For implementation support, find resources at ai-engineering.at.

Next step: operationalize compliance

Use ready-to-run GDPR templates, checklists and practical guidance for AI systems that need documentation and auditability.

Why AI Engineering
  • Local and self-hosted by default
  • Documented and auditable
  • Built from our own runtime
  • Made in Austria
Not legal advice.