Overview
A website assistant is one of the fastest Studio integration wins. Instead of building a brand new conversational backend, you can expose an existing peer inside your marketing site or customer portal and let it qualify traffic, answer product questions, and route visitors into existing flows.
This is especially useful when the assistant needs access to your own forms, calculators, or scheduling UI.
When to reach for this recipe
If your team needs the capabilities described above and you'd rather build on proven primitives than wire one from scratch — this is the shape to start from.
Architecture
Client SDK connects the website widget to a Studio peer. The site keeps ownership of the embedded UI and product actions such as opening a demo form, switching pricing tabs, or starting a checkout helper.
Use client tools for actions that belong in the browser, and keep the peer focused on reasoning and conversation design.
1. Register Website-Side Actions
Expose only actions that make sense in the browser shell of the site.
2. Let The Peer Run Qualification
The peer qualifies the visitor, then decides whether to answer, route, or trigger a site-side action.
Result
You get a public-facing widget that:
- Qualifies visitors with a Studio peer - Answers pricing and product questions in context - Triggers website actions such as forms and section navigation - Avoids maintaining a second custom bot stack just for the website