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:
| Chapter | What You'll Learn | Time Needed |
|---|---|---|
| Sign Up & Onboarding | Create your account and connect your first AI model | 10 minutes |
| Your First AI Assistant | Create your very first AI chatbot using the Assistant builder | 20 minutes |
| Understanding the Dashboard | Navigate the CiniterFlow interface like a pro | 10 minutes |
| Working with Chatflows | Build more flexible AI workflows using the Chatflow builder | 25 minutes |
| Mastering Agentflow | Create powerful multi-step AI agents with Agentflow | 30 minutes |
| Adding Knowledge to Your Agent | Teach your AI agent about your own documents and data | 25 minutes |
| Connecting Tools & APIs | Give your agent superpowers by connecting it to external services | 20 minutes |
| Embedding Your Chatbot | Put your AI chatbot on your website for the world to use | 15 minutes |
| Using the API | Connect your AI agent to other apps using the API | 20 minutes |
| Variables, Memory & State | Make your agents smarter with memory and dynamic data | 20 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
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:
| Term | What It Means (In Plain English) |
|---|---|
| Node | A building block in your workflow. Each node does one specific thing (like talking to an AI model, searching the web, or making a decision). |
| Flow | A collection of connected nodes that work together to accomplish a task. Think of it as a recipe with steps. |
| LLM | Large Language Model β the AI brain that understands and generates text (like ChatGPT, Claude, or Gemini). |
| RAG | Retrieval-Augmented Generation β a fancy way of saying "the AI looks up information in your documents before answering." |
| Agent | An AI that can think, plan, and use tools to accomplish goals β not just answer questions. |
| Tool | Something an agent can use to take action, like searching Google, sending an email, or querying a database. |
| Vector Store | A special database that stores your documents in a way that AI can quickly search through them. |
| Embedding | The process of converting text into numbers so the AI can understand and compare meanings. |
| MCP | Model Context Protocol β a standard way to connect AI to external tools and data sources. |
| Prompt | The 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
Want a structured curriculum? Check out the πΊοΈ Learning Path for a guided progression from beginner to advanced.