Introducing Procedures in ElevenAgents

Concept 1: What Are Procedures and Why Do They Exist?

The Core Problem

AI agents handle critical, real-world tasks like:

  • Processing refunds
  • Resolving billing issues
  • Troubleshooting products

Without clear guidance, agents can behave inconsistently or unpredictably in these situations.

The Solution: Procedures

Think of Procedures like Standard Operating Procedures (SOPs) that a human employee would follow.

Human Employee → Follows SOPs → Consistent, reliable behavior
AI Agent       → Follows Procedures → Consistent, reliable behavior

Key Benefit

Procedures load only when triggered, meaning specific instructions stay out of the main system prompt — making your agent faster and more focused.


Concept 2: Two Types of Procedures

There are two distinct flavors, each serving a different purpose:

🔒 Structured Procedures

FeatureDetail
How it worksFixed sequence of steps, same every time
Built withNatural language + tool calls + instruction chips
Best forTasks needing consistency
ExamplesClaims intake, identity verification, payment collection

Think of it like a strict checklist — every box must be checked in order.


🔓 Free-Form Procedures

FeatureDetail
How it worksAgent interprets instructions and adapts
Built withContext, steps, and guardrails
Best forTasks that shift as they go
ExamplesTechnical troubleshooting, billing questions

Think of it like guidelines with judgment — the agent knows the goal but adapts its path.


Simple Decision Rule:

Does the task always follow the same steps?
        │
        ├── YES → Use Structured Procedures
        │
        └── NO  → Use Free-Form Procedures

Concept 3: Importing Existing SOPs

You Don't Have to Start From Scratch

If your organization already has SOPs documented, you can import them directly into ElevenAgents.

Supported File Types:

  • 📄 PDF
  • 📝 DOCX
  • 📃 TXT
  • 📋 MD (Markdown)
  • 🌐 HTML
  • 📚 EPUB

The Workflow:

Upload your SOP file
        ↓
ElevenAgents drafts a Procedure automatically
        ↓
You review, confirm, or refine it
        ↓
Procedure is ready to use

This makes Procedures accessible to both technical and non-technical team members.


Concept 4: How Procedures Fit Into the Bigger Picture

Procedures are one piece of a larger agent control system:

┌─────────────────────────────────────────┐
│           Your AI Agent                 │
│                                         │
│  ┌─────────────┐  ┌──────────────────┐  │
│  │System Prompt│  │   Procedures     │  │
│  └─────────────┘  └──────────────────┘  │
│  ┌─────────────┐  ┌──────────────────┐  │
│  │  Workflows  │  │   Guardrails     │  │
│  └─────────────┘  └──────────────────┘  │
└─────────────────────────────────────────┘

Business Outcomes They Drive:

  • ✅ Higher upsell conversion rates
  • ✅ Faster ticket resolutions
  • ✅ More consistent customer experiences

Summary Recap

ConceptKey Takeaway
What are Procedures?SOP-like instructions that guide agent behavior in specific scenarios
StructuredFixed steps for consistent, repeatable tasks
Free-FormFlexible guidance for adaptive, evolving tasks
Importing SOPsUpload existing docs and let ElevenAgents draft the Procedure
Bigger PictureWorks alongside system prompts, workflows, and guardrails

💡 Bottom Line: Procedures give you precise control over your agent's behavior exactly when and where it matters most — without slowing it down.

More to study