Skip to main content

Learning Path

Not sure where to start? This page maps out a clear progression through the CiniterFlow documentation. Each level builds on the previous one, so you develop skills in the right order.

How to Use This Page
  • Go in order β€” each level assumes you've completed the previous one
  • Don't skip the skill guides β€” Prompt Engineering and Model Selection will save you hours of trial and error
  • Build every project β€” reading isn't enough; the hands-on practice is where the learning happens

Level 1: Foundations​

Go from zero to understanding all 3 builders. No prior AI experience needed.

Time: ~3 hours

StepGuideWhat You'll LearnTime
1.1Sign Up & OnboardingCreate your account, get API keys, add credentials10 min
1.2Your First AI AssistantBuild a chatbot with the Assistant builder20 min
1.3Understanding the DashboardNavigate the CiniterFlow interface10 min
1.4Working with ChatflowsBuild workflows with the Chatflow builder25 min
1.5Mastering AgentflowAll 14 node types, flow state, common patterns30 min
1.6Adding KnowledgeDocument Stores, RAG, chunking, embeddings, vector stores25 min
1.7Connecting Tools & APIsBuilt-in tools, custom tools, MCP, OpenAPI20 min
1.8Embedding Your ChatbotChat widget on your website15 min
1.9Using the APIPrediction API, SDKs, streaming, sessions20 min
1.10Variables, Memory & StateVariables, memory types, flow state20 min

βœ… Milestone: You can build a basic Assistant, Chatflow, or Agentflow with knowledge and tools, embed it on a website, and call it via API.


Level 2: Core Skills​

Master the essential techniques every CiniterFlow builder needs. Two skill guides followed by four hands-on projects.

Time: ~4 hours | Prerequisites: Level 1 complete

Skill Guides​

Read these before building β€” they'll make every project that follows significantly better.

StepGuideWhat You'll Learn
2.1Prompt Engineering Masterclass5-step prompt framework, few-shot examples, guardrails, CiniterFlow variables, model-specific tips
2.2Model Selection & CostsChoosing the right model per task, cost optimization, tiered usage strategy

Projects​

StepProjectWhat You'll BuildDifficultyKey Skills
2.3Basic RAGQ&A agent that searches your documents⭐ BeginnerAgent node + Document Store in Agentflow
2.4FAQ ChatbotFAQ bot embedded on a website⭐ BeginnerEnd-to-end: Document Store β†’ upsert β†’ Agent β†’ embed
2.5Interacting with APIEvent management agent with full CRUD⭐⭐ IntermediateRequest tools (GET/POST/PUT/DELETE), OpenAPI Toolkit, HTTP node
2.6Structured OutputBatch event creator from natural language⭐⭐ IntermediateJSON Structured Output, Iteration node, HTTP node, Flow State

βœ… Milestone: You can build RAG agents, connect to REST APIs, and extract structured data from AI responses.


Level 3: Intermediate Patterns​

Build multi-step, self-correcting, and multi-agent systems.

Time: ~6 hours | Prerequisites: Level 2 complete

StepProjectWhat You'll BuildDifficultyKey Skills
3.1Agentic RAGSelf-correcting RAG with query regeneration⭐⭐ IntermediateCondition Agent, Loop node, Flow State updates, multi-branch flows
3.2Tools & MCPAgent with custom tools + MCP connections⭐⭐ IntermediateCustom Tool creation, MCP (Stdio + Streamable HTTP), GitHub MCP
3.3Human in the LoopEmail reply agent with approval workflow⭐⭐ IntermediateHuman Input node, Form Input, Loop for revision, Gmail tool
3.4Customer SupportTriage system routing to specialized agents⭐⭐ IntermediateCondition Agent routing, single vs multi-agent design, prompting strategy
3.5SQL AgentNatural language to SQL with self-correction⭐⭐ IntermediateCustom Function, JSON output, dual validation loops
3.6Agent as ToolParent agent delegating to child agentflows⭐⭐ IntermediateAgent As Tool, combining RAG + tool delegation
3.7Multi-Document Q&AQuery across multiple financial documents⭐⭐ IntermediateMetadata filtering, Retriever Tools, Tool Agent
3.8Web Scrape Q&AScrape websites and answer questions⭐⭐ IntermediateCheerio/Playwright, upsertion, web crawling

βœ… Milestone: You can build self-correcting flows, multi-agent routing, human-in-the-loop workflows, and SQL-powered agents.


Level 4: Advanced & Production​

Build complex, production-ready AI systems for real business needs.

Time: ~8 hours | Prerequisites: Level 3 complete

StepProjectWhat You'll BuildDifficultyKey Skills
4.1Supervisor & WorkersWrite-review-refine pipeline⭐⭐⭐ AdvancedSupervisor pattern, LLM routing, bidirectional loops
4.2Deep Research AgentMulti-agent research with dynamic subagents⭐⭐⭐ AdvancedIteration + Agent spawning, Plannerβ†’SubAgentsβ†’Writerβ†’Condition loop
4.3Email Auto-ResponderDraft replies with human approval⭐⭐ IntermediateForm Input, Agent + web search, Human Input, Loop, Gmail
4.4Content GeneratorCollaborative content creation pipeline⭐⭐⭐ AdvancedSupervisor-Worker applied to content, Writer + Reviewer agents
4.5Lead Outreach AgentResearch prospects, personalized emails, batch send⭐⭐⭐ AdvancedForm, JSON parsing, Iteration, Agent research, Human Input, batch send
4.6Meeting SchedulerCalendar management via natural language⭐⭐⭐ AdvancedGoogle Calendar OAuth, Gmail, Human Input on write operations
4.7WhatsApp & Messaging BotDeploy agents on WhatsApp, Slack, Teams⭐⭐⭐ AdvancedPrediction API, webhook middleware, sessionId mapping

βœ… Milestone: You can build production-grade multi-agent systems, business automation pipelines, and deploy across messaging channels.


Additional Resources​

These pages aren't part of the linear path but are essential references you'll use throughout your journey.

Chatflow-Specific Tutorials​

If you're working with the Chatflow builder specifically, these tutorials cover Chatflow-native approaches:

Platform Reference​

Deep-dive documentation for every CiniterFlow feature:

Analytics​

Integrations​

  • LangChain β€” Agents, chains, chat models, document loaders, embeddings, memory, tools, vector stores, and more
  • LlamaIndex β€” Agents, chat models, embeddings, engines, tools, vector stores
  • LiteLLM β€” Universal LLM proxy
  • Utilities β€” Custom JS, If/Else, Set/Get Variable, Sticky Note
  • External Integrations β€” Zapier, Open WebUI, Streamlit

API Reference​