Skip to content

Plugins

Teaching Your Assistant New Skills Extensible

Section titled “Teaching Your Assistant New Skills ”

Plugins extend what your assistant can do beyond answering questions. Enable the right plugins and your assistant can schedule meetings, hand off to a human agent, manage your CRM, and even help customers on your WordPress site.

Available plugins

CRM Toolkit

Core

Gives your assistant full CRM powers: create contacts, qualify leads, create tickets, schedule appointments, detect and escalate to human agents, and take structured notes from conversations.

Appointment Booking

Popular

Part of the CRM Toolkit — your assistant can check availability and book appointments directly with customers. Syncs with Google Calendar and sends branded confirmation emails.

Appointments guide →

Human Handoff

Popular

Transfers a conversation to a live human agent when the customer needs real help. AI monitors conversation sentiment and can trigger handoff automatically.

Live escalation guide →

WordPress Tools

WordPress

Lets your assistant search your WordPress site’s posts, pages, and products to give customers accurate, up-to-date answers from your actual website content.

WordPress Plugin →

Custom Actions

Connect your assistant to your own systems and APIs for custom business workflows.

  1. Browse available plugins

    Look through the list of skills you can give your assistant.

  2. Read the description

    Understand what the skill does and what access it needs.

  3. Enable the plugin

    Turn it on to make the skill available to your assistant.

  4. Set it up

    Provide any needed information like connection details or preferences.

  5. Test in Playground

    Make sure your assistant uses the new skill correctly before customers try it.

After enabling a plugin, click settings to configure it. You might need to connect to external services, provide account information, or set rules for when your assistant should use this skill.

TypeWhat You’ll Need
ConnectionsLogin info for external services
NotificationsWhere to send alerts when something happens
TriggersRules for when your assistant should use this skill
PermissionsWhat information the plugin can access

Customer Info

What customer details the plugin can see.

External Services

Which third-party tools the plugin connects to.

Actions

What the plugin can do (send emails, create records, etc.).

Building Custom Skills Advanced

Section titled “Building Custom Skills ”

For those who want to build their own plugins:

// Example: Custom skill
{
"name": "check_inventory",
"description": "Check how many items are in stock",
"parameters": {
"product_id": "string"
},
"endpoint": "https://your-api.com/inventory"
}
  1. Start with what you need

    More plugins = more complexity. Start simple.

  2. Test everything

    Make sure skills work correctly in all situations.

  3. Set clear rules

    Help your assistant know exactly when to use each skill.

  4. Watch the results

    Use Analytics to see which skills are most valuable.

StatusWhat It Means
PopularWidely used and reliable
NewRecently added skill
BetaStill in testing, may change
AdvancedNeeds some technical setup