Official Sync:2026-04-07

Customer Support Pathway

Help desks, contact channels, and self-service documentation are part of the EAA scope. The user who can't get into the product is the one who calls support, and support has to be reachable too.

Last reviewed: 2026-04-07

Accessible support channels

If a deaf user can't reach your support team, none of your other accessibility work matters to them.

What the law says

EN 301 549 Chapter 12 (Documentation and Support Services) says support services have to provide information about the accessibility of the product, and that the support services themselves have to be accessible to people with disabilities. Clause 12.2.4 specifically says support has to be offered through communication modes appropriate for users with disabilities — text, voice, and video, where relevant. Under EAA Annex I Section IV (electronic communications), two-way communication services have to support real-time text (RTT), and where they offer video, they have to provide total conversation services (voice, video and text simultaneously).

What it means in practice

Offer at least three contact channels: email, chat, and phone. Email and chat work for deaf users and for users who find phone calls difficult. Phone needs to be reachable through a relay service in countries that have one, and ideally through real-time text where the underlying network supports it. For live chat, use a tool that's actually accessible. Most embedded chat widgets are accessibility nightmares — keyboard traps, missing labels, no live region for incoming messages. Test your chat widget with a screen reader before you deploy it. If it fails, replace it. There are accessible alternatives out there. For phone support, the EU's national relay services let deaf users call hearing agents through a sign language or text intermediary. Your contact page should mention them and link to the local service for the user's country. Don't assume users know they exist. For video support (becoming more common in financial services and healthcare), real-time captioning is the minimum. Sign language interpretation is the gold standard but expensive. Partner with a remote interpretation service if you serve sign language users in volume. Response times matter. A user who has to wait three days for an email reply because chat is broken for them is being treated as a second-class customer. Match response times across channels — if chat is two minutes, email shouldn't be three days.

Common pitfalls

  • An inaccessible chat widget that screen reader users can't operate. The most common support accessibility failure I see by a wide margin.
  • Phone-only support with no email, chat, or relay alternative. Deaf and hard-of-hearing users have no way in at all.
  • Different SLAs across channels, where the accessible channels (email, chat) somehow have slower response times than the inaccessible one (phone).

How to verify it

Test every contact channel with a screen reader. The email form should be properly labelled, the chat widget should announce incoming messages, the phone number should be reachable through relay. Audit your response time data by channel. If email is meaningfully slower than phone, you have an equity problem dressed up as a priority decision.

AccessibilityRef tools that help

Self-service documentation and help centres

Most support contacts start at the help centre. When the help centre is inaccessible, users escalate to humans you didn't budget for.

What the law says

EN 301 549 Clause 12.1 covers product documentation specifically. The requirements: documentation has to include information on accessibility features, has to be provided in at least one accessible electronic format, and has to be available in the same modes used to deliver the product. For a SaaS, that means the help centre has to meet the same WCAG 2.1 AA bar as the product itself. Under EAA Annex I, the obligation goes further: the information needed to use the service has to be available 'in more than one sensory channel'.

What it means in practice

Treat the help centre as a first-class part of the product. Same accessibility standards, same testing, same release process. The thing that goes wrong is when the help centre lives on a separate platform — Zendesk, Notion, GitBook — that the engineering team forgets about. Audit it at least quarterly. Write help articles in plain language. Aim for the same readability targets as your customer-facing copy: Flesch-Kincaid 60-70, sentences under 25 words, paragraphs under 100. The user reading a help article is already frustrated. Don't make them work any harder than they need to. Use step-by-step structures with headings, numbered lists, and screenshots. Every screenshot needs alt text describing the action it illustrates, not 'screenshot of settings page'. Try: 'Settings page with the Notifications toggle highlighted in the off position'. For video tutorials, captions are mandatory. Auto-captions are a starting point. Review and edit them before publishing. Provide a transcript on the same page as the video so users who prefer reading don't have to scrub through the playback hunting for the bit they need. Document the accessibility features of your product explicitly. A page titled 'Accessibility features' that explains keyboard shortcuts, screen reader compatibility, contrast options, and how to report issues serves disabled users directly and satisfies Clause 12.1 in writing.

Common pitfalls

  • Running the help centre on a third-party platform that nobody audited for accessibility. The platform's defaults are often inaccessible and you ship the gap on top.
  • Screenshots with no alt text. Every step in the article that depends on a screenshot is now invisible to a screen reader user.
  • No 'Accessibility features' page. Users who could be using your product happily if they knew about the keyboard shortcuts give up because nobody told them.

How to verify it

Run the help centre through axe-core or Lighthouse. Run a screen reader through three or four representative articles. Try to navigate the help centre by keyboard alone. The standards are the same as for the main product, no exceptions. The Support & Documentation Checklist on this site covers the Chapter 12 requirements clause by clause. Use it to audit the help centre at least once a year.

AccessibilityRef tools that help

Accessibility incident handling

Accessibility complaints need a different workflow from regular bugs. Treat them as compliance events, not feature requests.

What the law says

EAA Article 13(2) requires service providers to respond to non-conformance, and Annex V (the accessibility statement) requires a feedback mechanism for users to report accessibility issues. Article 23 gives consumers the right to bring matters before competent national authorities — your complaint handling process is the first line of defence against that escalation. Failing to respond — or responding slowly or dismissively — is the single most common reason accessibility complaints escalate from internal handling to regulator enforcement.

What it means in practice

Set up a dedicated accessibility inbox (something like accessibility@yourcompany.com) and route it to a real person, not a black hole. Every accessibility complaint should be acknowledged within 24 hours and triaged within five working days. The triage question: is this a real bug, a misunderstanding, or a known limitation? Real bugs go into the regular bug tracker tagged as accessibility, linked back to the original complaint. Misunderstandings get a response with the workaround or the relevant help article. Known limitations get an honest response: 'This is a documented limitation in our accessibility statement, the workaround is X, we plan to address it in Y.' Keep the user in the loop. Send a status update at least every two weeks while the fix is in progress. Complaints escalate because of silence — users who feel ignored go to the regulator. Users who feel heard tend to wait. Log every complaint in a register: date received, date acknowledged, user (anonymised), issue, severity, status, owner, resolution, resolution date. That register is your evidence trail. When the regulator asks how you handle accessibility complaints, the register is your answer. For critical bugs that hit a core flow for a lot of users, the response should be quick and visible. A fix or workaround in the next release, communicated proactively to anyone who reported related issues. That's brand-protective as much as it's compliance-driven.

Common pitfalls

  • An accessibility inbox that nobody is monitoring. Complaints sit there for weeks and the user goes to the regulator.
  • Treating accessibility complaints as feature requests competing for backlog priority. Compliance bugs are a different category and need a different priority.
  • Closing complaints as 'won't fix' with no explanation. Users who get a clear 'no' with a reason often accept it. Users who get a silent close almost always escalate.

How to verify it

Pull last month's accessibility complaints from the register. For each one: acknowledged within 24 hours? Triaged within five days? Communicated back to the user with a plan? Mostly no? The workflow exists in name only. The Compliance Programme Template on this site includes a complaint handling workflow you can adapt to your team. The User Testing Log is the right format for documenting individual user reports with reproduction steps.

AccessibilityRef tools that help

Further reading

Important Legal Disclaimer

This tool is a self-assessment aid only and does not constitute legal advice or a formally certified compliance assessment. Outputs — including reports, scores, checklists, and accessibility statements — are for internal use and should be reviewed by a qualified legal representative or independent accessibility auditor before being relied upon for regulatory, procurement, or public-disclosure purposes. All assessment risk lies with the internal assessor. accessibilityref, its developers, and staff accept zero liability for losses arising from use of or reliance on these outputs. Always verify against official sources: the W3C WCAG 2.2 Recommendation, the European Accessibility Act (Directive 2019/882), and your national enforcement authority.