What Is AI Page Copilot?

AI Page Copilot is a client-side tools API that allows Okidoki.chat's AI to interact directly with your webpage during a conversation. You register custom JavaScript functions — like "add to cart," "navigate to pricing," or "fill out a form" — and the AI calls them when relevant. This transforms the chat widget from a passive Q&A tool into an active on-page assistant that guides visitors through your site.

How Page Copilot Works

Developers register tool functions using the Okidoki.chat SDK. Each tool has a name, description, and parameter schema. When the AI determines a tool is relevant to the conversation, it calls the function and uses the result to continue helping the visitor.

Example Use Cases

E-commerce: add items to cart, apply discount codes. SaaS: start a free trial, open a specific feature page. Real estate: filter property listings. The possibilities are limited only by what your frontend can do.

Works Across All Modes

Page Copilot functions can be triggered during text chat, voice conversations, and video avatar sessions. A visitor can say "Show me the enterprise plan" in voice mode and the AI navigates the page automatically.

See It in Action

Visit showcase.okidoki.chat for live demos of AI Page Copilot in action. The demos show the AI adding products to a cart, navigating pages, and filling forms — all driven by natural conversation.

Frequently Asked Questions

Do I need a developer to set up Page Copilot?

Yes. Registering client-side tools requires writing JavaScript functions, but the SDK makes it straightforward.

Is there a limit to how many tools I can register?

No hard limit. Register as many tools as your use case requires.

Can the AI trigger tools without visitor permission?

You control the tool definitions and can add confirmation steps in your function logic if needed.

Does Page Copilot work with single-page apps?

Yes. It works with React, Vue, Next.js, and any JavaScript-based frontend.

Ready to try Okidoki.chat?

Turn your website visitors into scheduled meetings. Free 7-day trial, setup in 5 minutes.

Start Free Trial

Related Questions