Skip to main content

Getting Started Guide

Welcome! πŸŽ‰ If you're brand new to CiniterFlow (or even to AI in general), you're in the right place. This guide is written specifically for people who have never built an AI agent before. We'll walk you through everything step by step, using plain language and clear instructions.

What is CiniterFlow?​

Think of CiniterFlow as a visual workshop for building AI assistants. Instead of writing complex code, you drag and drop building blocks (called "nodes") onto a canvas and connect them together β€” kind of like building with LEGO bricks. Each block does something specific, and when you connect them, you create a smart AI assistant that can answer questions, search the web, send emails, query databases, and much more.

Who is This Guide For?​

  • Complete beginners who have never worked with AI tools before
  • Business owners who want to automate tasks without hiring developers
  • Curious learners who want to understand how AI agents work
  • Developers who prefer a visual approach to building AI workflows

What You'll Learn​

This guide is broken into bite-sized chapters. Each one builds on the previous, so we recommend going through them in order:

ChapterWhat You'll LearnTime Needed
Sign Up & OnboardingCreate your account and connect your first AI model10 minutes
Your First AI AssistantCreate your very first AI chatbot using the Assistant builder20 minutes
Understanding the DashboardNavigate the CiniterFlow interface like a pro10 minutes
Working with ChatflowsBuild more flexible AI workflows using the Chatflow builder25 minutes
Mastering AgentflowCreate powerful multi-step AI agents with Agentflow30 minutes
Adding Knowledge to Your AgentTeach your AI agent about your own documents and data25 minutes
Connecting Tools & APIsGive your agent superpowers by connecting it to external services20 minutes
Embedding Your ChatbotPut your AI chatbot on your website for the world to use15 minutes
Using the APIConnect your AI agent to other apps using the API20 minutes
Variables, Memory & StateMake your agents smarter with memory and dynamic data20 minutes

Before You Begin​

Here's what you'll need:

  • A web browser (Chrome, Firefox, Safari, Edge β€” any will work)
  • An internet connection
  • An API key from an AI provider like OpenAI, Google, or Anthropic (we'll show you how to get one)
  • About 10 minutes to get set up
No Coding Required

You do NOT need to know how to code to use CiniterFlow. Everything in this guide can be done using the visual drag-and-drop interface. If you can use a web browser, you can build AI agents!

Quick Glossary​

Here are some terms you'll see throughout this guide. Don't worry about memorizing them β€” we'll explain each one as we go:

TermWhat It Means (In Plain English)
NodeA building block in your workflow. Each node does one specific thing (like talking to an AI model, searching the web, or making a decision).
FlowA collection of connected nodes that work together to accomplish a task. Think of it as a recipe with steps.
LLMLarge Language Model β€” the AI brain that understands and generates text (like ChatGPT, Claude, or Gemini).
RAGRetrieval-Augmented Generation β€” a fancy way of saying "the AI looks up information in your documents before answering."
AgentAn AI that can think, plan, and use tools to accomplish goals β€” not just answer questions.
ToolSomething an agent can use to take action, like searching Google, sending an email, or querying a database.
Vector StoreA special database that stores your documents in a way that AI can quickly search through them.
EmbeddingThe process of converting text into numbers so the AI can understand and compare meanings.
MCPModel Context Protocol β€” a standard way to connect AI to external tools and data sources.
PromptThe instructions you give to the AI to tell it how to behave and what to do.

Ready to get started? Let's go! πŸ‘‰ Installation & Setup

tip

Want a structured curriculum? Check out the πŸ—ΊοΈ Learning Path for a guided progression from beginner to advanced.