Add an AI-powered chat assistant to your WordPress site in under a minute. No coding required.
Powered by Docurest.
- No-code setup -- paste your widget snippet and you're done
- Widget customization -- language, theme, and display modes
- Display mode options -- all pages, homepage only, posts only, or pages only
- Test connection -- verify your widget key and configuration from the admin panel
- GDPR compliant -- no personal data collected beyond service functionality
- Download and install the plugin (Plugins > Add New > Upload Plugin)
- Activate the plugin
- Go to Settings > Docurest AI Assistant
- Paste your widget snippet from the Docurest Dashboard
- Click Save Settings -- the AI chat widget appears on your site
- Sign up at docurest.com
- Go to Websites and add your WordPress domain
- Upload documents for the AI to learn from
- Click Embed Code to copy the widget snippet
docurest-ai-assistant/
├── docurest-ai-assistant.php # Main plugin file
├── readme.txt # WordPress.org readme
├── uninstall.php # Cleanup on deletion
├── LICENSE # MIT license
├── includes/
│ ├── class-docurest-plugin.php # Core bootstrapper
│ ├── class-docurest-admin.php # Settings page
│ ├── class-docurest-frontend.php# Widget injection (wp_footer)
│ ├── class-docurest-ajax.php # Test Connection handler
│ ├── admin-script.js # Snippet parser JS
│ └── admin-style.css # Settings page styling
└── assets/ # WordPress.org listing assets
- WordPress 5.8+
- PHP 7.4+
- A Docurest account
Full integration guide: docurest.com/app/sdks
MIT License. See LICENSE for details.