Overview
Centralized Management
Consistency at Scale
Easy Updates
Flexible Assignment
How Global Prompts Work
Global prompts are appended to an agent’s system prompt at runtime. When a conversation starts:- The agent’s base system prompt is loaded
- All assigned global prompts are retrieved from the database
- Global prompts are concatenated and appended to the system prompt
- The combined prompt guides the agent’s behavior throughout the conversation
Use Cases
Company-Wide Policies
Company-Wide Policies
Enforce consistent policies across all customer-facing agents:
Brand Voice & Tone
- Communication style guidelines
- Language and terminology standards
- Personality and character traits
- Customer interaction principles
Legal & Compliance
- Data privacy policies
- GDPR/CCPA compliance rules
- Disclosure requirements
- Terms of service references
Technical Constraints
Technical Constraints
Define technical rules and output formatting requirements:
Industry-Specific Knowledge
Industry-Specific Knowledge
Share domain expertise and terminology across specialized agents:
Healthcare
Financial Services
Agent Coordination
Agent Coordination
Coordinate behavior across agent teams for seamless experiences:
Seasonal Campaigns
Seasonal Campaigns
Quickly deploy campaign-specific messaging across all agents:
Creating Global Prompts
Access the Prompts Manager
Navigate to Prompts from your workspace sidebar:Open Prompts Page
Create New Prompt
Fill in Details
Save and Deploy
Prompt Creation Form
- Basic Information
- Agent Assignment
- Preview & Test
A descriptive name to identify this prompt (e.g., “Brand Voice Guidelines”, “GDPR Compliance”, “Holiday Campaign 2024”)
The actual instructions that will be appended to agents’ system prompts. Write clear, specific guidelines using markdown formatting.
Managing Global Prompts
Prompts Dashboard
The Prompts dashboard provides a centralized view of all your global prompts:View All Prompts
- See all global prompts in your workspace
- View assigned agent count
- Check last modified date
- Quick search and filter
Quick Actions
- View: Read the prompt content
- Edit: Update name, content, or assignments
- Delete: Remove unused prompts
- Duplicate: Create variations of existing prompts
Editing Prompts
Updating Content
Updating Content
Select Prompt
Make Changes
Save Changes
Verify Update
Managing Assignments
Managing Assignments
You can modify agent assignments at any time:
Add Agents
- Select additional agents from the dropdown
- Respect the 10-prompt limit per agent
- Changes apply immediately
Remove Agents
- Uncheck agents to remove assignments
- Agent reverts to base system prompt
- No impact on other agents
Deleting Prompts
Deleting Prompts
When you delete a global prompt:
⚠️ Deletion Impact
- The prompt is immediately removed from all assigned agents
- Agents revert to using only their base system prompts
- Deletion is permanent and cannot be undone
- Active conversations will not experience behavior changes
Viewing Assigned Prompts
In Agent Settings
When configuring an individual agent, you can see all assigned global prompts:Open Agent Settings
Find Instructions Section
View Assignments
Manage from Prompts Page
Best Practices
Keep Prompts Focused
- Each prompt should address one specific concern
- Avoid combining unrelated instructions
- Easier to assign and manage
- Simpler to remove when no longer needed
- ✅ Separate: “Brand Voice” + “Data Privacy”
- ❌ Combined: “Brand Voice and Data Privacy and Formatting”
Clear & Concise Writing
- Use clear, direct language
- Bullet points for rules and lists
- Examples to illustrate expectations
- Avoid ambiguity and vagueness
Avoid Conflicts
- Review all prompts assigned to an agent
- Ensure instructions don’t contradict
- Test combined behavior thoroughly
- Use clear priority indicators if needed
Version Control
- Include dates in prompt names for campaigns
- Keep notes on what changed and why
- Test thoroughly before updating
- Document dependencies between prompts
- Brand_Voice_Guidelines_v2
- Holiday_Campaign_2024_Q4
- GDPR_Compliance_Updated_Nov2024
Regular Audits
- Monthly: Review active prompts
- Quarterly: Remove outdated campaigns
- Annually: Update policies and guidelines
- As needed: Fix issues or conflicts
- Are all prompts still relevant?
- Do any contradict each other?
- Are campaigns expired?
- Need updates for new policies?
Test Before Deployment
- Create prompt in test workspace first
- Assign to a single test agent
- Run comprehensive conversation tests
- Verify behavior matches expectations
- Deploy to production agents
- Edge cases and unusual inputs
- Interactions with other prompts
- Performance and response time
- User experience quality
Troubleshooting
Agent Not Following Global Prompt
Agent Not Following Global Prompt
Possible Causes:
Conflicting Instructions
- Agent’s base prompt contradicts global prompt
- Multiple global prompts conflict
- Node-specific prompts override global
Prompt Not Applied
- Assignment didn’t save properly
- Prompt was removed after conversation started
- Caching issues in the system
Debug Steps:
- Check Prompts dashboard - is the agent listed as assigned?
- View agent settings - do global prompts appear in instructions?
- Start a fresh conversation (old ones use old prompts)
- Test with a clear, simple instruction to verify prompt is active
- Check for conflicting instructions in other prompt layers
Prompt Limit Reached
Prompt Limit Reached
When you can’t assign more prompts:
Identify Low-Value Prompts
Consolidate If Possible
Remove Outdated Prompts
Prioritize Current Needs
Performance Issues
Performance Issues
If agents respond slowly after adding prompts:
Prompt Length
- Very long prompts increase token usage
- More tokens = higher latency and cost
- Aim for concise, focused instructions
Too Many Prompts
- 8-10 prompts may be excessive
- Each adds processing overhead
- Complex instruction sets confuse the AI
Integration with Other Features
- Canvas Nodes
- Voice Agents
- Multi-Channel Deployment
Global prompts work seamlessly with Canvas node-based workflows:
Prompt Hierarchy
Order of Application:
- Global Prompts (from Prompts dashboard)
- Canvas Global Configuration (appendBeforePrompt)
- Node-Specific Instructions (per-node prompts)
Use Case: Node Override
Use Case: Node Enhancement
API Integration
Global prompts can be managed programmatically via the API:Migration Guide
Moving from Agent-Specific Prompts to Global Prompts
Identify Common Instructions
Create Global Prompts
Assign to Agents
Remove Duplicates
Test Thoroughly
