Integrate your chatbot into any custom website to offer personalized assistance, gather feedback, and enhance user engagement seamlessly.
Everything you need to go from signup to a live chatbot on your site.
Sign up for a free account and create a new project from your dashboard. When asked for a site type, choose Custom Website. Give the project a name and enter your website's domain — this becomes part of your chatbot's identity and lets Parrotic.ai know where it will be embedded.
Open the Documents tab on your project and add your content: upload PDF, DOCX, or TXT files, paste in page URLs to crawl, or type text directly. Parrotic.ai automatically chunks and indexes everything so your chatbot can pull accurate, grounded answers from it — you can keep adding content any time, training isn't a one-time step.
Open the Widget tab to make it feel like part of your site: set a bot name and avatar, write a welcome message, and choose colors for the header, chat bubbles, and background to match your brand. You can also pick which corner of the screen the widget appears in.
Open the Widget tab on your project and copy the generated script tag. It's a single line pointing to your unique project key — no build step and no dependencies, it works on any HTML page.
<script
src="https://parrotic.ai/api/v1/chat/script?key=YOUR_PROJECT_KEY"
defer></script>
Paste the snippet just before the closing </body>
tag of your site. If you're hand-coding Custom Website, add it directly to
your HTML template; if you're using a builder or CMS, look for a "custom code" or
"embed" section in your site settings. Reload your site and the chat bubble
should appear in the corner — you're live.
Connect your chatbot with the tools you already use to create powerful automation workflows and streamline your customer support process.