Skip to main content

What is the Advanced Editor?

The Advanced Editor is Meetzy’s comprehensive agent configuration tool that gives you full control over every aspect of your AI agent’s behavior. It provides a professional-grade interface for creating, testing, and deploying conversational AI agents.
The Advanced Editor is the recommended tool for creating production-ready agents with custom behaviors, integrations, and advanced logic.

When to Use the Advanced Editor

ScenarioRecommended Tool
Creating a new agent from scratch✅ Advanced Editor
Fine-tuning agent responses✅ Advanced Editor
Adding knowledge base documents✅ Advanced Editor
Configuring webhook integrations✅ Advanced Editor
Testing agent in real-time✅ Advanced Editor
Quick agent duplicationAgents Dashboard

Interface Overview

The Advanced Editor is divided into two main panels:

Left Panel - Configuration

The left panel contains all configuration sections accessible via an icon bar:
IconSectionDescription
⚙️Basic SettingsName, language, voice, LLM model
👋GreetingsWelcome messages for inbound/outbound calls
📄System PromptAgent personality and instructions
📥Input ParamsDynamic variables for personalized calls
📚Knowledge BaseDocuments, FAQs, and reference materials
🔧Actions & ToolsIntegrations, transfers, webhooks
EvaluationsAutomated quality tests
📤Output SettingsData extraction and webhooks

Right Panel - Testing & Tools

TabPurpose
🎮 PlaygroundTest your agent in real-time with text or voice
📋 TestsCreate and run automated regression tests
🤖 CopilotAI assistant to help improve your prompts
🔄 ChangesTrack changes with Git-like version control

Advanced Version Control System

The Advanced Editor includes a powerful Git-like version control system that revolutionizes how teams collaborate on AI agent development. This system provides enterprise-grade version management with real-time collaboration features.
The new version control system enables seamless team collaboration with automatic conflict detection, branching capabilities, and comprehensive change tracking.

Core Version Control Features

  • Real-time collaboration awareness: See when teammates are editing simultaneously
  • Automatic conflict detection and guided resolution
  • Branch-based workflows for parallel development
  • Comprehensive audit trails with detailed change history
  • Rollback capabilities to safely revert changes
  • Team coordination tools to prevent edit conflicts

Git Status Indicators

The Advanced Editor displays comprehensive version control status in the top toolbar:
StatusBadge ColorDescription
Clean🟢 GreenNo local changes, up to date with remote
Modified🟡 YellowLocal changes pending save (shows count)
Conflicts🔴 RedMerge conflicts require resolution
Syncing🔵 BlueCurrently synchronizing with remote repository
Locked🟠 OrangeAnother team member is actively editing
When status shows “Conflicts” or “Locked”, resolve these issues before attempting to publish changes to avoid data loss.

Top Toolbar & Version Control

The toolbar provides quick actions, collaboration features, and version control information:

Version Control Indicators

The Advanced Editor displays comprehensive Git status information in the header:
StatusBadge ColorDescription
Clean🟢 GreenNo local changes, up to date
Modified🟡 YellowLocal changes not yet saved
Conflicts🔴 RedMerge conflicts need resolution
Syncing🔵 BlueCurrently syncing with remote
Locked🟠 OrangeAnother user is actively editing
The version indicator shows your current local version (e.g., v1.2.3) and displays the number of modified fields when changes are pending.

Collaboration Features

Real-time collaboration indicators help you work seamlessly with your team:
  • Status badges show when teammates are editing simultaneously
  • Version numbers track your current working version
  • Conflict detection alerts you to potential merge issues
  • Lock indicators show when files are being edited by others
When the status shows “Conflicts” or “Locked”, resolve these issues before attempting to publish changes.

Collaborative Development Workflow

The Git-like system supports sophisticated team workflows:
1

Check Status

Always verify the Git status before starting work to understand the current state
2

Pull Latest Changes

Use “Check” and “Pull” to synchronize with your team’s latest changes
3

Make Changes

Edit your agent configuration with real-time collaboration awareness
4

Resolve Conflicts

Handle any merge conflicts that arise during collaborative editing
5

Commit Changes

Save your changes with descriptive commit messages
6

Deploy to Production

Safely publish your finalized agent to production

Toolbar Actions

ActionDescription
← BackReturn to agents list
🏷️ VersionCurrent version indicator with collaboration status
CheckCheck for remote updates from other team members
PullMerge remote changes into your local version
✓ SaveSave current changes locally
⬇️ ExportDownload agent configuration
🚀 PublishDeploy changes to production

Enhanced Testing System

Improved Test Management

The testing system has been significantly enhanced with new capabilities:
  • Batch testing: Run multiple test iterations with configurable repeat counts
  • Test filtering: Filter tests by status (All, Pass, Fail) with visual counters
  • Test history: View past test runs with detailed execution history
  • Input parameters: Configure dynamic variables for test scenarios
  • Simulation mode: Interactive conversation simulation for testing

Test Types and Features

Test specific conversation scenarios with defined success criteria:
  • Configure user personas and goals
  • Set multiple success/failure examples
  • Use dynamic variables for realistic scenarios
  • Track test performance over time

Test Status Indicators

The testing interface provides clear visual indicators:
  • Pass/Fail counters: See test results at a glance
  • Running indicators: Animated status for active tests
  • History tracking: Access to previous test runs
  • Input parameters: Visual indicators for configured variables

Key Features

Git-Like Version Control Benefits

The Advanced Editor’s version control system brings several key advantages to agent development: Team Collaboration
  • Multiple developers can work on the same agent simultaneously
  • Real-time awareness of teammate activities prevents conflicts
  • Automatic merge conflict detection and resolution guidance
Change Management
  • Comprehensive audit trails for all modifications
  • Ability to revert to previous versions if issues arise
  • Branching support for feature development and testing
Production Safety
  • Staged deployment process prevents accidental production changes
  • Version validation before publishing to ensure quality
  • Rollback capabilities for quick issue resolution

Git Status Indicators

Clean - Your agent is up to date with no pending changes. Safe to make new edits or switch branches.
Modified - You have local changes that haven’t been saved yet. The badge shows the number of modified fields.
Conflicts - Changes from other team members conflict with your local changes. Resolve conflicts before publishing.
Syncing - Currently synchronizing changes with the remote server. Wait for completion before making edits.
Locked - Another team member is actively editing this agent. Wait for them to finish or coordinate with your team.

Real-time Collaboration

Work together seamlessly with your team:
  • Live status updates: See teammate activity in real-time
  • Automatic conflict detection and resolution guidance
  • Branch-based workflow for parallel development
  • Comprehensive change history and audit trail
  • Team coordination features to prevent edit conflicts

Workflow Best Practices

1

Check Current Status

Always check the Git status indicator before starting work. Ensure you’re working on a clean version.
2

Pull Latest Changes

Use the “Check” and “Pull” buttons to get the latest changes from your team before making edits.
3

Configure Basic Settings

Start with name, language, voice selection, and LLM model choice.
4

Set Up Greetings

Define how your agent introduces itself for different call types.
5

Write System Prompt

Describe your agent’s role, personality, and conversation guidelines.
6

Add Knowledge Base

Upload documents and FAQs the agent can reference.
7

Configure Actions

Set up call transfers, webhooks, and other integrations.
8

Define Output Settings

Specify what data to extract from each call.
9

Create and Run Tests

Use the enhanced testing system to validate agent behavior with multiple scenarios.
10

Review Version Status

Check the Git status and resolve any conflicts before publishing.
11

Publish Changes

Deploy your agent to production once all tests pass and status is clean.

Key Concepts

The Advanced Editor supports Git-like version control with real-time status indicators. The system shows Clean, Modified, Conflicts, Syncing, or Locked status to help you understand the current state and collaborate effectively with your team.
The improved testing system supports batch runs, input parameter configuration, test filtering, and comprehensive history tracking. Tests can be run multiple times for reliability and include simulation modes for interactive testing.
You can work on changes in development mode and only push them to production (Live) when you’re satisfied with the results. The version control system ensures safe deployments with conflict detection.
Multiple team members can work on the same agent simultaneously with real-time conflict detection, status indicators, and collaborative editing features that prevent data loss.

Next Steps

Basic Settings

Configure name, language, voice, and AI model

Knowledge Base

Add documents and FAQs for your agent

Actions & Tools

Set up integrations and webhooks

Playground

Test your agent in real-time

Version Control

Learn about Git status indicators and collaboration

Enhanced Testing

Use the improved testing system with batch runs and history