Docs
Integration
Integration
Learn how to install integrate our script for your project
Script Integration
AccessioAI uses a simple, script-based approach for integration—no complex dependencies required. By embedding a lightweight script in the header of your web pages, you can unlock powerful accessibility features instantly.
How to Embed the Script
Add the following script tag to the <head> section of your HTML:
<head>
<!-- Other meta tags and links -->
<script src="https://cdn.accessio.ai/widget.js" async></script>
</head>