Governance Policies
Governance policies control what AI can and cannot do. Set rules to block sensitive actions, require approvals, or allow routine operations automatically.
Accessing Governance Policies
- Go to Automation in the sidebar
- Find the Governance Policies card
- Click Manage Policies
Overview
The Policies page shows:
Summary Bar
| Metric | Description |
|---|---|
| Total Policies | Number of policies created |
| Active | Policies currently enforced |
Creating a Policy
- Click Create Policy button
- Fill in the policy dialog:
Policy Name
Give your policy a descriptive name (e.g., "Block Refund Discussions", "Require Approval for Discounts").
Description
Explain what the policy does and why it exists.
Conditions
Define when this policy applies:
- Click Add Condition
- Select a field:
signals.confidence- AI confidence scorecontext.action_type- Type of action being takencontext.customer_tier- Customer segmentcontext.topic- Conversation topic
- Select an operator:
- For numbers:
<,>,<=,>=,=,!= - For strings:
equals,contains,starts with,ends with - For existence:
exists,does not exist
- For numbers:
- Enter the value to compare
Add multiple conditions for complex rules. All conditions must match for the policy to trigger.
Outcome
Choose what happens when conditions are met:
| Outcome | Icon | Description |
|---|---|---|
| Allow | ✓ (green) | AI proceeds with the action |
| Block | ✕ (red) | AI is prevented from taking action |
| Require Approval | ⏳ (yellow) | Action queued for human review |
Priority
Set priority using the slider (1-100):
- Higher priority: Evaluated first
- Lower priority: Evaluated after higher ones
- When policies conflict, higher priority wins
- Click Create Policy or Save Changes
Policy Cards
Each policy shows:
- Outcome Icon: Color-coded (green/red/yellow)
- Policy Name: Title you assigned
- Status Toggle: Active or Disabled
- Priority Badge: Priority number
- Conditions Preview: Summary of conditions
Managing Policies
Enable/Disable
Toggle the switch on any policy card to activate or deactivate it.
Edit Policy
- Click Edit on the policy card
- Modify settings in the dialog
- Click Save Changes
Delete Policy
- Click the trash icon on the policy card
- Confirm deletion
Example Policies
Block Sensitive Topics
- Name: Block Legal Discussions
- Condition:
context.topiccontainslegal - Outcome: Block
- Priority: 90
Require Approval for Refunds
- Name: Refund Approval Required
- Condition:
context.action_typeequalsrefund - Outcome: Require Approval
- Priority: 85
Allow Routine Queries
- Name: Allow FAQ Responses
- Condition:
signals.confidence>0.9 - Outcome: Allow
- Priority: 50
Best Practices
- Block first: Set blocking policies at high priority
- Be specific: Use multiple conditions to avoid false matches
- Document policies: Use descriptions to explain reasoning
- Review regularly: Check blocked actions for false positives
- Start conservative: Block more initially, then loosen as you learn