Skip to main content
Learn how to build AI agents with PraisonAI through practical, step-by-step guides.
The user starts with a guide that matches their goal, runs the sample agent, then extends it step by step.

Single Agent

Build your first AI agent

Multi-Agent Systems

Orchestrate multiple agents working together

Workflows

Create complex agent workflows

RAG & Knowledge

Add knowledge bases to your agents

Persistence

Save and resume agent sessions

Deployment

Deploy agents to production

Quick Start

1

Install PraisonAI

2

Create your first agent

By Topic

Agent Patterns

Workflows

RAG & Knowledge

Persistence

Deployment

Best Practices

Begin with one agent before building multi-agent systems. Get comfortable with instructions and tools first.
Agent instructions should be specific and action-oriented. Vague instructions lead to inconsistent behavior.
Add one tool at a time and verify each works before combining multiple tools in one agent.
Validate your agent with simple tasks before giving it complex, multi-step workflows.