Skip to main content

Pre-built Agents

Deploy configurable agent templates for common use cases.

Overview

Pre-built agents are ready-to-deploy templates that can be customized for your organization. They provide:
  • Tested conversation flows
  • Common integration patterns
  • Configurable instructions
  • Quick deployment

Available Agents

Knowledge Assistant

General-purpose knowledge retrieval agent.
FeatureDescription
PurposeAnswer questions from connected knowledge sources
KnowledgeSearch AI, SharePoint, Confluence, Google Drive
CustomizationInstructions, tone, source filtering

Meeting Scheduler

Calendar and scheduling assistant.
FeatureDescription
PurposeSchedule meetings and check availability
IntegrationsGoogle Calendar, Outlook, Calendly
CustomizationBooking rules, time zones, meeting types

FAQ Bot

Frequently asked questions handler.
FeatureDescription
PurposeAnswer common questions with predefined responses
KnowledgeFAQ database, static content
CustomizationQuestions, answers, fallback behavior

Onboarding Guide

New employee onboarding assistant.
FeatureDescription
PurposeGuide new hires through onboarding tasks
KnowledgeOnboarding checklists, company info
CustomizationTasks, timeline, department-specific content

Expense Helper

Expense reporting assistance.
FeatureDescription
PurposeHelp with expense submission and policies
IntegrationsExpensify, Concur, SAP
CustomizationPolicy rules, approval workflows

Using Pre-built Agents

Installation

  1. Navigate to Pre-built Agents or Marketplace
  2. Browse available agents
  3. Select an agent to preview
  4. Click Install
  5. Configure settings for your organization

Configuration

After installation, customize:
  • Name and description — Brand for your organization
  • Instructions — Modify default behavior
  • Knowledge sources — Connect your data
  • Integrations — Set up required connections
  • Guardrails — Add organization-specific rules

Deployment

Deploy to channels:
  1. Go to agent settings
  2. Select Channels
  3. Enable desired channels (Teams, Slack, Web)
  4. Configure channel-specific settings
  5. Test and publish

Customization Guide

Modifying Instructions

Pre-built agents include default instructions you can extend:
# Default instructions (provided)
You are a knowledge assistant that helps employees find information.

# Your additions
Additional context for our organization:
- We use Confluence for technical documentation
- JIRA for project tracking
- Slack for team communication

When answering questions about projects, always check JIRA first.

Adding Knowledge Sources

Enhance agent knowledge:
  1. Go to agent Knowledge settings
  2. Click Add Source
  3. Select connector type
  4. Configure connection
  5. Set retrieval parameters

Extending with Tools

Add custom integrations:
Tools:
  - name: check_project_status
    description: Look up project status in JIRA
    api: jira_api
    action: get_project

  - name: create_task
    description: Create a new task
    api: jira_api
    action: create_issue