Skip to content

Agent Configuration

The SipPulse AI platform offers a comprehensive set of features to customize your Agents. The configuration interface mirrors the three main groups you see in the sidebar:

SectionPurpose
ConfigurationCore identity, behavior, voice, and call handling
ToolsExtend your agent with external capabilities
AdvancedPost-conversation analysis and insights
Agent configuration interface

Choosing the Right Channel

Not sure whether to deploy a voice or chat agent? See our Voice vs Chat comparison guide for best practices on when to use each modality.


Configuration

The Configuration section defines your agent's core identity and behavior:

TabPurpose
ProfileAgent name, description, and AI model selection
InstructionsDefine personality, behavior, and knowledge domain
Voice SettingsLanguage, TTS provider, and voice selection
Call ConfigurationGreeting, timeouts, and voice-specific tools

Tools

Tools give your agent "superpowers" beyond conversation. Without tools, an agent can only chat—with tools, it can take actions in the real world.

Tool TypeBest For
Built-in FunctionsCalculator, current date/time
API IntegrationREST API calls to external services
Knowledge BaseDocument search (RAG)
Manual ToolsCustom logic in your backend
MCP ServersModel Context Protocol integrations

Tool Selection Strategy

Start with the simplest tool that solves your problem:

  1. Built-in for basic calculations and time
  2. Knowledge Base for answering questions from documents
  3. API Integration for standard REST endpoints
  4. MCP Servers for complex integrations with standardized protocol
  5. Manual Tools when you need full control over the logic

Advanced

Post Analysis

Automatically analyze conversations after they end:

  • Customer satisfaction scoring
  • Conversation summarization
  • Intent classification
  • Quality assurance metrics

Auto Save

The configuration interface includes an Auto save toggle in the bottom left. When enabled:

  • Changes are automatically saved as you make them
  • No need to manually click "Save"

When disabled:

  • Use the Save button to apply changes
  • Use Restore to revert to the last saved state

When to Disable Auto Save

Disable auto save when making experimental changes you might want to discard, or when you want to review all changes before applying them.


Next Steps