ENFORCEMENT: AUGUST 2, 2026

EU AI Act Article 50(1): Chatbot Disclosure Requirements — Complete Compliance Guide

If your AI system talks to people, those people must know they are talking to AI. Article 50(1) of the EU AI Act makes this a legal requirement from August 2, 2026 — with fines up to €15 million for non-compliance. This guide covers exactly what you must do, how to do it, and what happens if you don’t.

1. What Article 50(1) Requires

Article 50(1) of Regulation (EU) 2024/1689 — the EU AI Act — establishes a single, clear obligation for AI systems that interact directly with people:

“Providers shall ensure that AI systems intended to interact directly with natural persons are designed and developed in such a way that the natural persons concerned are informed that they are interacting with an AI system, unless this is obvious from the point of view of a natural person who is reasonably well-informed, observant and circumspect, taking into account the circumstances and context of use.” — EU AI Act, Article 50(1)

The obligation has three components. First, the duty falls on providers — the companies that build or place AI systems on the market. Second, the disclosure must happen at or before the first interaction, not buried in documentation that users will never read. Third, there is a narrow exception for cases where the AI nature is already obvious.

This obligation applies from August 2, 2026. There is no transitional period, no grace window, and no phased rollout. On that date, every AI system that directly interacts with people in the EU must either disclose its AI nature or qualify for the “obvious” exception.

Key Distinction: Article 50(1) vs Other Article 50 Obligations

Article 50 contains four separate transparency obligations. Paragraph (1) covers direct interaction disclosure — when AI talks to people. Paragraphs (2), (3), and (4) cover synthetic content marking, emotion recognition disclosure, and deepfake labeling respectively. This guide focuses exclusively on paragraph (1). For the other obligations, see the Related Guides section.

2. Who Must Comply: Providers vs Deployers

Article 50(1) places the obligation on providers — the entities that develop an AI system or have it developed and place it on the market or put it into service under their own name or trademark. If you build a chatbot and offer it to businesses or consumers, you are a provider and the disclosure mechanism must be built into your system.

Deployers — companies that use a third-party AI system — are not directly named in Article 50(1). However, deployers bear indirect responsibility in several ways:

Scenario Who Is Responsible
You build a chatbot and offer it as a product You (provider) — must build disclosure into the system
You use a third-party chatbot on your website Your vendor (provider) — but verify their compliance
You customize a third-party chatbot with your branding Shared — provider must enable disclosure; you must not disable it
You build a chatbot using an API (OpenAI, Anthropic, etc.) You (provider) — by integrating the API into a user-facing system, you become the provider of that system
You rebrand/white-label a chatbot under your name You (provider) — placing it on the market under your name makes you the provider
Critical: API Integrators Are Providers

If you use ChatGPT, Claude, Gemini, or any AI API to build a customer-facing chatbot, you are the provider of that chatbot under the EU AI Act. The API vendor is a provider of the underlying model, but you are the provider of the system that interacts with end users. The disclosure obligation falls on you.

The EU AI Act has extraterritorial reach under Article 2. If your AI system interacts with people located in the EU, you must comply regardless of where your company is headquartered. A US SaaS company whose chatbot serves European customers is subject to Article 50(1).

3. Systems in Scope: Chatbots, Voice AI, Agents, and More

Article 50(1) applies to any AI system “intended to interact directly with natural persons.” This covers a broad range of systems:

System Type In Scope? Notes
Customer service chatbots Yes Text-based AI on websites, apps, or messaging platforms
Virtual assistants (Siri, Alexa, Google Assistant) Yes Though likely covered by the “obvious” exception for branded products
AI-powered phone systems (IVR with natural language) Yes Voice AI that handles calls must disclose at call start
AI agents acting autonomously (booking, purchasing) Yes Agent must identify itself as AI when interacting with third parties
AI email responders Yes When responding to external recipients who may believe it is human
AI avatars in video calls or virtual environments Yes Realistic AI avatars require prominent disclosure
AI-powered social media bots Yes Automated accounts interacting with users must disclose
Recommendation engines (no direct interaction) No No direct interaction with users — operates in background
Spam filters, fraud detection No No direct interaction with natural persons
Internal AI tools (employees know it is AI) Likely exempt “Obvious” exception applies when users know

4. The “Obvious” Exception — When Disclosure Is Not Required

Article 50(1) includes an exception: disclosure is not required when the AI nature is “obvious from the point of view of a natural person who is reasonably well-informed, observant and circumspect, taking into account the circumstances and context of use.”

The European Commission’s draft guidelines on Article 50, published in May 2026, recommend interpreting this exception restrictively. The test is objective: would a reasonable person in the actual context of use recognize they are interacting with AI?

When the Exception Likely Applies

A system marketed and branded as an AI assistant (such as “Ask our AI” with a robot icon) would likely qualify. Well-known consumer AI products with established brand recognition — where users deliberately launch an AI interface — would also qualify. The key factor is whether the context provides sufficient signals that AI is involved.

When the Exception Does Not Apply

A chatbot that uses a human name and photo, even if technically AI-powered, does not qualify. A voice system that sounds human without identifying itself as AI does not qualify. An AI that responds in a messaging thread alongside human agents, without distinguishing itself, does not qualify. If there is any ambiguity about whether the user would recognize the AI nature, the safe approach is to disclose.

Fails the “Obvious” Test

“Hi, I’m Sarah from Customer Support. How can I help you today?”

A chatbot using a human name and profile picture. A reasonable person would believe they are speaking with a human named Sarah. Disclosure is required even if technically the system is AI.

Passes the “Obvious” Test

User opens the ChatGPT app, which is branded as “ChatGPT” with an AI logo, and types a question.

The entire context — app name, branding, marketing — makes the AI nature obvious. No additional disclosure is needed at the point of interaction.

Practical Advice: When in Doubt, Disclose

Relying on the “obvious” exception creates enforcement risk. If a national authority disagrees with your assessment, you face potential fines. The cost of adding a brief disclosure (“You are chatting with an AI assistant”) is near zero. The cost of a fine is up to €15 million. The risk-reward calculation strongly favors disclosure.

5. How to Disclose: Design Standards and UX Patterns

Article 50(5) requires that the information be provided “in a clear and distinguishable manner at the latest at the time of the first interaction or exposure,” conforming to applicable accessibility requirements.

The Three Requirements

Clear: The disclosure must be in plain language that a non-technical user can understand. “You are chatting with an AI assistant” is clear. “This interface utilizes large language model technology” is not clear to most users.

Distinguishable: The disclosure must stand apart from surrounding content. It cannot be embedded in a wall of text, hidden in a footer, or presented in the same visual style as regular chat messages. It must be visually or audibly distinct.

At first interaction: The disclosure must appear before or at the moment the user first engages with the AI. Not after the first exchange. Not on a separate page. At the point of interaction.

Recommended UX Patterns for Text-Based Chatbots

Pattern A: Introductory Message. The chatbot’s first message includes a clear statement: “I’m an AI assistant. I can help you with questions about [topic]. How can I help?” This is the simplest and most widely recommended approach.

Pattern B: Persistent Label. A visible label or badge appears in the chat interface at all times — for example, “AI Assistant” next to the chatbot’s name, or a small “AI” badge on every message. This approach is especially useful for chat interfaces where the user may join mid-conversation.

Pattern C: Pre-Interaction Notice. Before the chat window opens, a brief notice appears: “You will be connected to our AI assistant.” The user must acknowledge or proceed. This is more intrusive but provides strong evidence of compliance.

The European Commission and the Code of Practice favor a combination: an introductory message plus a persistent visual indicator throughout the session.

6. Pass/Fail Examples: What Compliance Looks Like

Fails Compliance

Scenario: A customer service chatbot greets users with “Hello! How can I help you today?” with no indication that it is AI. The company’s terms of service mention that “automated systems may be used.”

Why it fails: The terms-of-service disclosure is not at the point of interaction, not clear, and not distinguishable. The greeting gives no signal that AI is involved.

Fails Compliance

Scenario: A chatbot shows a small tooltip that says “Powered by AI” when the user hovers over the chat icon. Once the chat opens, there is no further indication of AI.

Why it fails: A hover tooltip is not “clear and distinguishable.” Many users will not hover. Mobile users cannot hover at all. The disclosure disappears once interaction begins.

Passes Compliance

Scenario: A customer service chatbot opens with: “Hi, I’m an AI assistant for [Company]. I can help with orders, returns, and product questions. For complex issues, I can connect you with a human agent. How can I help?” The chat header displays “AI Assistant” with a small AI icon throughout the conversation.

Why it passes: Clear language (“I’m an AI assistant”), at first interaction (opening message), distinguishable (separate from regular content + persistent header label), and accessible (text-based, screen-reader compatible).

Passes Compliance

Scenario: An AI-powered phone system begins: “Thank you for calling [Company]. You are speaking with our AI assistant. I can help with scheduling, account inquiries, and general questions. To speak with a human agent at any time, say ‘human agent’ or press zero.”

Why it passes: Audible disclosure at call start, plain language, offers human alternative. Meets both Article 50(1) and accessibility requirements.

7. Implementation Checklist

Article 50(1) Compliance Checklist

Step 1: Inventory AI interaction points. List every AI system in your organization that interacts directly with people. Include chatbots, voice systems, AI agents, AI email responders, AI avatars, and AI-powered social media accounts.
Step 2: Classify each system. For each AI interaction point, determine: (a) whether you are the provider or deployer, (b) whether the AI nature is “obvious” to a reasonable person, and (c) whether the system serves users in the EU.
Step 3: Design disclosure for each system. Create clear, distinguishable, accessible disclosure mechanisms for each system where you are the provider and the AI nature is not obvious. Choose from: introductory message, persistent label, pre-interaction notice, or a combination.
Step 4: Implement disclosure. Deploy the disclosure mechanisms in your AI systems. Ensure they appear at or before the first interaction across all channels (web, mobile, voice, messaging platforms, email).
Step 5: Test across channels. Verify that the disclosure appears correctly on desktop browsers, mobile browsers, native apps, messaging integrations, voice channels, and any other deployment surface. Test with screen readers for accessibility compliance.
Step 6: Document your reasoning. If you rely on the “obvious” exception for any system, write a brief justification explaining why a reasonable person would recognize the AI nature from context. Keep this on file for potential regulatory inquiry.
Step 7: Verify vendor compliance. If you deploy third-party AI chatbots, confirm with each vendor that their system includes Article 50(1)-compliant disclosure. Request written confirmation. Check that your customizations have not disabled or obscured the disclosure.
Step 8: Capture evidence. Take screenshots, screen recordings, and audio recordings of your disclosure mechanisms in action. Store these with timestamps as evidence of compliance. Update evidence whenever you modify the system.
Step 9: Establish ongoing monitoring. Set up a process to review AI interaction disclosures periodically. New features, UI redesigns, or platform updates may inadvertently remove or obscure disclosure mechanisms.

8. Special Considerations: Voice AI and Phone Systems

Voice-based AI systems present unique challenges for Article 50(1) compliance because there is no visual interface to display a label. The disclosure must be audible, and it must be delivered in a way that callers can understand and remember.

Requirements for Voice AI Disclosure

Timing: The disclosure must be the first thing the caller hears, or among the first statements. It cannot be delivered after the AI has already begun substantive interaction. “Before I answer that — just so you know, I’m an AI assistant” is too late if the interaction has already progressed.

Clarity: The statement must be spoken at a natural pace, in the language the caller expects, and loud enough to be heard. A rapid, mumbled disclosure fails the “clear” standard.

Persistence: Consider providing periodic reminders during long calls, especially if the voice is very human-like. A caller who is transferred between systems should receive a new disclosure if they are now speaking with AI.

Recommended Script

“Thank you for calling [Company]. You are now speaking with an AI assistant. I can help with [list of capabilities]. If you would like to speak with a person, say ‘human agent’ or press zero at any time.”

Multilingual Considerations

If your voice AI serves callers in multiple EU languages, the disclosure must be provided in each language the system supports. A German-language AI assistant must disclose in German. An AI that detects caller language and switches should provide the disclosure in the detected language.

9. Special Considerations: AI Email Responders and Agents

AI-powered email systems — from auto-responders that draft replies to fully autonomous email agents — fall under Article 50(1) when they interact with external recipients who may reasonably believe they are communicating with a human.

When Disclosure Is Required

If an AI system generates email responses sent to customers, partners, or the public, and the recipient could reasonably believe a human wrote the reply, disclosure is required. This is especially important when the email is sent from a named account (e.g., “From: Sarah Johnson, Customer Support”) but the content was AI-generated.

Recommended Approach

Include a clear indicator in the email body or signature: “This response was generated by our AI assistant and reviewed by [human/team name].” If the response was fully autonomous (no human review), state: “This response was generated by our AI assistant.”

An alternative is to use a distinct sender identity: “From: [Company] AI Assistant <ai-support@company.com>” rather than a human name.

10. Relationship with GDPR and Other Frameworks

Article 50(1) operates alongside, not instead of, existing transparency requirements. Understanding how these frameworks interact prevents both gaps and redundant compliance efforts.

Framework Scope Overlap with Art. 50(1)
GDPR Article 13/14 Disclosure when processing personal data If the chatbot processes personal data, GDPR transparency applies in addition to Art. 50(1)
GDPR Article 22 Automated decision-making with legal/significant effects Art. 50(1) is broader — applies even when no decisions are made and no personal data is processed
ePrivacy Directive Cookie consent, electronic communications Separate regime — AI disclosure does not replace cookie consent, and vice versa
Consumer Protection (Unfair Practices Directive) Misleading commercial practices Failing to disclose AI in a sales context could also violate consumer protection law
Digital Services Act Online platform obligations Platforms using AI for content moderation or recommendation may have separate DSA transparency duties

Article 50(6) explicitly states that the transparency obligations under Article 50 are “without prejudice” to other EU or national transparency requirements. Complying with Article 50(1) does not exempt you from GDPR, and GDPR compliance does not exempt you from Article 50(1). Both must be satisfied independently.

11. Penalties and Enforcement

€15,000,000
or 3% of total worldwide annual turnover, whichever is higher
For SMEs and startups: the lower of the two amounts applies

Under Article 99 of the EU AI Act, violations of Article 50 transparency obligations are subject to administrative fines of up to €15 million or 3% of total worldwide annual turnover in the preceding financial year, whichever is higher. For SMEs and startups, the proportionality principle applies: the lower of the two amounts is the maximum.

Enforcement begins August 2, 2026. National market surveillance authorities designated by each EU Member State will oversee compliance. The European AI Office has direct enforcement authority over general-purpose AI models. Providing incorrect, incomplete, or misleading information to authorities carries a separate fine of up to €7.5 million or 1% of turnover.

While enforcement priorities in the initial period may focus on the most egregious violations, the fining power is operative from day one. Companies that have not implemented disclosure by August 2, 2026 are technically in violation and subject to enforcement action.

12. Frequently Asked Questions

Does this apply if I only use AI internally?

If employees know they are using an AI tool (such as a branded AI assistant or an internal ChatGPT integration), the “obvious” exception likely applies. However, if AI generates responses in internal systems that could be mistaken for human messages (e.g., an AI agent posting in a team chat without identification), disclosure would be required.

What about AI-enhanced search on my website?

A standard search bar that returns AI-generated summaries alongside traditional results should disclose the AI-generated nature of those summaries. The search bar itself is not an “AI system interacting directly with natural persons” — but if it presents AI-generated content as if it were written by humans or curated manually, transparency is needed.

Can I satisfy the requirement with a single disclosure for my entire website?

No. The disclosure must be at the point of interaction — where and when the user actually interacts with the AI system. A site-wide banner saying “We use AI on this website” does not meet the requirement for a specific chatbot unless it is prominently displayed in the chat interface itself.

What if the user already knows it is AI from previous visits?

Article 50(1) requires disclosure “at the time of the first interaction.” Each new session or conversation should include disclosure, even for returning users. A persistent visual label satisfies this automatically for users who return to the same interface.

Does Article 50(1) apply to AI systems that only listen (no response)?

Article 50(1) covers systems “intended to interact directly.” A system that only listens without responding does not interact. However, such systems may fall under Article 50(3) if they perform emotion recognition or biometric categorisation, which has its own disclosure requirement.

What language should the disclosure be in?

The disclosure should be in the language of the interaction. If the chatbot communicates in French, the disclosure should be in French. If the system supports multiple languages, the disclosure should match the user’s selected or detected language. The AI Act does not prescribe specific wording, only that it be “clear and distinguishable.”

Is there a law enforcement exception?

Yes, but narrow. AI systems authorized by law to detect, prevent, or investigate criminal offences are exempt — unless they are publicly accessible for crime reporting. An AI-powered public crime reporting portal must disclose its AI nature. Covert investigative tools do not.

What about AI systems that are partially human, partially AI?

Hybrid systems — where human agents and AI work together — require disclosure when the AI is actively generating responses. If a human agent uses AI to draft a suggested reply but reviews and sends it personally, the interaction is human-led. If the AI generates and sends the response autonomously, it is an AI interaction requiring disclosure.

Official Sources

  1. Regulation (EU) 2024/1689 — Article 50: Transparency Obligations
  2. European Commission — FAQ on Transparency Obligations Under Article 50
  3. European AI Office — Code of Practice on Marking and Labelling AI-Generated Content (June 2026)
  4. European Commission — Practical Guide to Article 50 Transparency Rules
  5. Digital Omnibus Regulation (2026) — Amendments to AI Act enforcement timeline