Jimmy Chat automatically ingests the title and text content of your current page to provide fully-aware context sales support, customer onboarding, and instant answers to your users.
You can get started in seconds with a simple copy-paste tag, or inject additional context configuration lines to tailor the persona.
The fastest way to install. Simply copy this script tag and paste it just before the closing </body> tag on any web page. It automatically runs with a default support assistant persona and reads the current page context.
<script src="https://router.alloin.org/jimmy-widget.js"></script>
Add some lines of setup to customize the title, provide a custom persona prompt (defining the AI's identity and boundaries), or turn off page content scraping.
<script> window.JimmyChatConfig = { title: 'Support Agent', context: 'You are a helpful real estate assistant...', ingestPage: true }; </script> <script src="https://router.alloin.org/jimmy-widget.js"></script>
Customize the assistant properties below. The copyable code block will update in real-time, and you can test it directly on this page.
Copy this generated block into the footer of your website. If you change options in the form, the code snippet below updates automatically.