Documentation Index
Fetch the complete documentation index at: https://revolai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
Add this single script before the closing</head> tag on your website:
Configuration
| Attribute | Required | Description |
|---|---|---|
data-api-key | Yes | Your widget API key |
data-company-id | Yes | Your company ID |
What Gets Loaded
The tracker script automatically:- Initializes tracking — sessions, pageviews, events
- Loads the widget — chat bubble with your customized appearance
- Lazy-loads modules — triggers, overlays, phone swap (only when needed)
Shadow DOM
The widget renders inside a Shadow DOM container, which means:- Your site’s CSS won’t affect the widget
- The widget’s CSS won’t affect your site
- Complete style isolation
Single Page Applications (SPA)
The tracker automatically detects URL changes viapushState and popstate events. No additional configuration needed for React, Vue, or Angular apps.
