Embed Rada Chat Widget on Your Insurance Website
Rada is an AI-powered insurance assistant that helps your customers understand and manage their insurance policies. By embedding our chat widget on your website, you can provide instant support to your customers, helping them analyze their contracts, compare different options, and get personalized recommendations - all through a simple, natural conversation.
Basic Usage
The simplest way to add the Rada chat widget to your website using an iframe:
<div>
<iframe
src="https://www.novainsurer.com/rada/embed-chat"
width="100%"
height="600"
frameborder="0"
></iframe>
<div style="text-align: center; margin-top: 8px;">
<a href="https://www.novainsurer.com/">
Supported by Nova Insurer - AI insurance comparison
</a>
</div>
</div>
Default Widget
The basic widget with default settings. Perfect for most use cases. Users can start chatting immediately to analyze their insurance contracts or get help understanding coverage options.
<iframe
src="https://www.novainsurer.com/rada/embed-chat"
width="100%"
height="600"
frameborder="0"
></iframe>
Custom Sized Widget
Adjust the height and width to fit your layout. The widget will maintain its aspect ratio and functionality. This is ideal for embedding in specific sections of your page while maintaining the full chat experience.
<iframe
src="https://www.novainsurer.com/rada/embed-chat"
width="100%"
height="800"
frameborder="0"
></iframe>
Custom Background Widget
Customize the background color while keeping the chat interface in light colors. Perfect for matching your website's design while maintaining optimal readability of the chat content.
<div style="background: #17B26A;">
<iframe
src="https://www.novainsurer.com/rada/embed-chat"
width="100%"
height="600"
frameborder="0"
></iframe>
</div>
Fair Use Policy
When using our chat widget, please include a visible attribution link below the widget that says 'Supported by Nova Insurer - AI insurance comparison'. This helps us maintain and improve our service while giving proper credit.
Example with Attribution
Here's how to add the widget with proper attribution:
<div>
<iframe
src="https://www.novainsurer.com/rada/embed-chat"
width="100%"
height="600"
frameborder="0"
></iframe>
<div style="text-align: center; margin-top: 8px;">
Supported by{' '}
<a href="https://www.novainsurer.com/">
Nova Insurer
</a>{' '}
- AI insurance comparison
</div>
</div>
Your website