Configuration
Zild Assist configuration determines how your AI agents behave, how they interact with systems, and how conversations are routed operationally. This document covers:- Agent configuration
- Knowledge management
- Tool configuration
- Escalation rules
- Conversation routing
- Workflow triggers
- Operational controls
Agent Configuration
Agents are the intelligence core of Zild Assist. Navigate to: Assist → Agents → Select Agent Each Agent contains multiple configurable components.1. System Instructions
System Instructions define:- Agent role (Support, SDR, Sales, Internal Assistant)
- Tone and communication style
- Behavioral constraints
- Compliance requirements
- Escalation conditions
- Be explicit about allowed actions
- Define what the agent must never do
- Provide structured conversation goals
- Include escalation triggers
- Capture name, email, and company before qualifying
- Confirm identity before sharing account data
- Escalate billing disputes automatically
2. Knowledge Base Configuration
Knowledge improves factual grounding and reduces hallucinations. You can configure:- FAQ documents
- Policy documents
- Product manuals
- Structured internal documentation
- Keep knowledge structured and organized
- Avoid conflicting information
- Update documentation regularly
- Separate public vs internal knowledge
3. Tool Configuration
Tools allow Agents to perform deterministic actions. Tools may include:- CRM creation
- Database queries (SQL Server / PostgreSQL)
- Order lookup
- Contract generation
- API calls
- Internal system triggers
- Secure credentials (stored per Tenant)
- Defined input schema
- Expected output structure
- Use parameterized queries
- Limit database permissions to read-only when possible
- Validate required fields before tool execution
- Log tool execution results
Escalation Configuration
Escalation ensures controlled transition from AI to human. Navigate to: Assist → Agent → Escalation Rules Escalation can be triggered by:- User explicitly requesting human support
- Sensitive keywords
- Low confidence threshold
- Tool execution failure
- Policy constraints
- Assign to group
- Assign to specific user
- Notify Supervisor
- Close with callback instruction
Conversation Routing
Routing determines how conversations are distributed. Routing rules can include:- Channel-based routing
- Group assignment
- Skill-based routing (if configured)
- Load balancing within group
- Administrator → All conversations
- Supervisor → Group conversations
- User → Assigned conversations only
Workflow Trigger Configuration
Workflows allow automation beyond conversational replies. Navigate to: Platform → Workflows Triggers can include:- Message received
- Lead qualified
- Tool executed
- Conversation closed
- Escalation triggered
- Send webhook
- Update CRM
- Send contract
- Create task
- Notify team
Channel-Specific Configuration
While agent logic is channel-agnostic, certain behaviors may vary:- Session window handling
- Template messaging outside session
- Media restrictions
Webchat
- Domain restriction
- Session persistence
- UI customization
Integration Configuration
If using integrations, verify:- Azure OpenAI or OpenAI configured
- Twilio credentials validated
- Database credentials secured
- ElevenLabs configured for voice (if applicable)
- Logged errors
- Optional escalation
- Retry logic (if configured)
Operational Controls
Zild Assist allows ongoing operational tuning. Supervisors and Administrators can:- Monitor conversations
- Adjust escalation rules
- Refine system instructions
- Update knowledge
- Optimize workflows
Versioning & Change Management
For enterprise environments:- Document configuration changes
- Test updates in sandbox before production
- Monitor impact after deployment
- Maintain audit logs for traceability
Testing Configuration Changes
After modifying configuration:- Run controlled test conversations
- Validate tool execution
- Verify escalation logic
- Confirm workflow triggers
- Review logs for unexpected behavior
Configuration Best Practices
For stable deployment:- Keep instructions clear and structured
- Avoid overly complex prompts
- Separate AI reasoning from workflow automation
- Restrict tool permissions
- Define explicit escalation paths
- Monitor performance metrics regularly
Summary
Zild Assist configuration controls:- How the Agent thinks
- What the Agent knows
- What the Agent can execute
- When the Agent escalates
- How conversations are routed
- How workflows automate business actions