AI agents handle critical, real-world tasks like:
Without clear guidance, agents can behave inconsistently or unpredictably in these situations.
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
Procedures load only when triggered, meaning specific instructions stay out of the main system prompt — making your agent faster and more focused.
There are two distinct flavors, each serving a different purpose:
| Feature | Detail |
|---|---|
| How it works | Fixed sequence of steps, same every time |
| Built with | Natural language + tool calls + instruction chips |
| Best for | Tasks needing consistency |
| Examples | Claims intake, identity verification, payment collection |
Think of it like a strict checklist — every box must be checked in order.
| Feature | Detail |
|---|---|
| How it works | Agent interprets instructions and adapts |
| Built with | Context, steps, and guardrails |
| Best for | Tasks that shift as they go |
| Examples | Technical troubleshooting, billing questions |
Think of it like guidelines with judgment — the agent knows the goal but adapts its path.
Does the task always follow the same steps?
│
├── YES → Use Structured Procedures
│
└── NO → Use Free-Form Procedures
If your organization already has SOPs documented, you can import them directly into ElevenAgents.
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.
Procedures are one piece of a larger agent control system:
┌─────────────────────────────────────────┐
│ Your AI Agent │
│ │
│ ┌─────────────┐ ┌──────────────────┐ │
│ │System Prompt│ │ Procedures │ │
│ └─────────────┘ └──────────────────┘ │
│ ┌─────────────┐ ┌──────────────────┐ │
│ │ Workflows │ │ Guardrails │ │
│ └─────────────┘ └──────────────────┘ │
└─────────────────────────────────────────┘
| Concept | Key Takeaway |
|---|---|
| What are Procedures? | SOP-like instructions that guide agent behavior in specific scenarios |
| Structured | Fixed steps for consistent, repeatable tasks |
| Free-Form | Flexible guidance for adaptive, evolving tasks |
| Importing SOPs | Upload existing docs and let ElevenAgents draft the Procedure |
| Bigger Picture | Works 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.