OverdueArticle 4 AI literacy since 2 Feb 2025 · Article 50 transparency 2 Aug 2026
ActReadyWebsite readiness

Fix toolkit

Close the gaps in an afternoon

Three generators covering the obligations that hit small businesses first: the chatbot disclosure (with a paste-into-widget checklist), the AI system inventory, and the Article 4 literacy policy pack. Everything is editable and yours to keep — included on Free and Pro.

Your details

Install checklist (copy → paste → done)

This box is complete guidance — ActReady generates the compliant text; you (or your agency) paste it into the chat product. We do not auto-install into Intercom/Crisp for you.

  1. Copy the disclosure text or HTML below (pick your language).
  2. Open your chat settings — Intercom, Crisp, Tidio, etc. — and find welcome message or custom footer.
  3. Paste so it is visible inside the chat window no later than the first interaction. A site footer link alone is not enough for Article 50(1).
  4. Re-scan the page to confirm the disclosure is detectable.

Live preview

A

Acme GmbH

Typically replies instantly

Hi! How can I help you today?
What are your opening hours?
You're chatting with Acme GmbH's AI assistant. Responses are generated by artificial intelligence. Ask for a human at any time.

Embed snippet

<!-- EU AI Act Article 50(1) disclosure — place inside your chat widget -->
<div class="ai-disclosure" role="note" aria-label="AI disclosure">
  You're chatting with Acme GmbH's AI assistant. Responses are generated by artificial intelligence. Ask for a human at any time.
</div>

<style>
  .ai-disclosure {
    padding: 8px 12px;
    font-size: 12.5px;
    line-height: 1.45;
    color: #45566b;
    background: #f3f4f8;
    border-top: 1px solid #e2e5ec;
  }
</style>