Overview

Plugins help your agent perform real tasks beyond standard Q&A. Instead of building everything from scratch, you can attach ready-to-use plugin capabilities and configure them through agent configuration page.


What You Can Do with Plugins

With plugins enabled, your agent can:

  1. Query external business data sources.
  2. Collect structured input through conversations.
  3. Send scheduled reminders to users.
  4. Manage dynamic tabular data with search support.
  5. Search and answer from public document collections.

This gives you a faster path to production automation, especially when your use case needs operational workflows, not just chat responses.


Available Plugins


Use Cases

Plugins are most powerful when combined. Below are three common agent types and how each plugin fits into their workflow.


Customer Service Agent

A CS agent handles user inquiries, manages appointments or records, follows up proactively, and collects feedback — all through conversation.

Dynamic Table — Searchable reference data without a dedicated database

Pre-load your reference data — doctor directories, clinic locations, service catalogs — into a Dynamic Table. When users ask the agent to look up an entry, vector search finds the right match even with typos: searching "dr. smuth" still returns "Dr. Smith", and "naw york" still returns "New York". This tolerance for near-matches significantly reduces lookup failures in real conversations.

Reminder — Proactive follow-up without manual work

After an appointment is booked, the agent schedules a reminder automatically. For example, a clinic can send a notification to each patient one day before their scheduled check-up — no human intervention needed.

Chat Form — Post-visit satisfaction survey

After a service interaction, the agent guides users through a satisfaction survey conversationally. Responses are captured in structured format for later review or export.


SOP Assistant

An SOP assistant helps employees navigate internal procedures, locate relevant policies quickly, verify compliance steps, and submit structured reports.

Public Documents — Reference government regulations and public standards

Many SOPs must align with external regulations — health ministry guidelines, financial regulatory requirements, environmental standards. With Public Documents, employees can ask questions like "What does the latest regulation say about data retention periods?" or "Which OJK rule applies to this customer complaint process?" and get answers sourced directly from the official public documents.

SQL Database Reader — Verify live operational data

Some procedures require checking real-time data before the next step — confirming a supplier is approved, checking stock levels before a purchase order, or verifying an employee's active status. SQL Database Reader lets the agent pull this data directly from the system of record.

Chat Form — Structured checklists and incident reporting

When a procedure requires a sign-off checklist or incident report, the agent walks users through each required field conversationally. Submitted data is captured in consistent structured format for audit or compliance review.


Data Analytics Agent

A data analytics agent helps non-technical users explore business data, look up reference values, configure analysis parameters, and retrieve relevant reports — without writing a single query.

SQL Database Reader — Natural language access to business data

Business users can ask "What were our top five products last month by revenue?" or "How many new customers signed up this quarter?" and receive answers drawn directly from the database — no SQL knowledge required.

Dynamic Table — Maintain and query reference datasets

Some analytics require reference data that changes over time but is not in the main database — sales target tables, regional classification mappings, or promotion calendars. Dynamic Table lets you maintain these datasets within the agent.

Chat Form — Collect analysis parameters from users

When an analysis requires user-defined parameters — date range, product category, region, or comparison baseline — a Chat Form guides users through the inputs step by step, ensuring the analysis is scoped correctly before any queries run.

Public Documents — Enrich analysis with public regulatory and statistical data

Pair internal business data with publicly available references — government statistics (BPS), industry benchmark reports, or regulatory publications. When a user asks how their numbers compare to the national average or what a regulation says about a specific metric, the agent can answer from the public documents alongside the internal database query.


Available Plugin Tutorials

Open the tutorial that matches your automation goal:

  1. SQL Database Reader
  2. Chat Form
  3. Reminder
  4. Dynamic Table
  5. Public Documents

Quick Plugin Selection Guide

GoalRecommended Plugin
Ask questions from SQL business dataSQL Database Reader
Collect user information conversationallyChat Form
Trigger scheduled notificationsReminder
Store and query changing operational recordsDynamic Table
Search government regulations or public standardsPublic Documents

If your workflow spans multiple goals, combine plugins in one agent and test with real user scenarios.


Next Step

Start with one plugin first, verify the behavior in a conversation test, then add more plugins incrementally.

Recommended first tutorial: SQL Database Reader