Documentation
KoolBox Guides
Step-by-step instructions for every feature. From connecting your first GPU node to building production RAG pipelines.
Guide 01
How to Add a GPU Node
- 1Navigate to Infrastructure > Servers
- 2Click Add Server
- 3Enter: display name, host/IP, port (22), username
- 4Choose auth: password or SSH private key
- 5Click Test Connection to verify
- 6Click Add Server to save

Guide 02
How to Deploy a Model
- 1Navigate to Infrastructure > AI Models
- 2Click Deploy Model (preset) or Custom Model (HF/custom)
- 3Select the model and target node
- 4Click Deploy — the model pulls in the background
- 5Check status with refresh (turns 'ready' when complete)

Guide 03
How to Create a Knowledge Base
- 1Navigate to Knowledge > Knowledge Bases
- 2Click Create Knowledge Base
- 3Set name, description, embedding model, chunk size/overlap, target node
- 4Add content: upload files, fetch URL, fetch API, or add text
- 5Images: PNG, JPG, WebP auto-described by vision model if available
- 6Click Deploy to Node to push chunks to the remote server

Guide 04
How to Build a RAG Pipeline
- 1Navigate to Knowledge > RAG Pipelines
- 2Click New Pipeline, give it a name
- 3Drag nodes from the left palette onto the canvas
- 4Connect nodes by dragging from output to input handles
- 5Configure each node (click gear icon)
- 6In LLM Inference node: select both model AND execution node
- 7Click Save, then Test Pipeline to verify

Guide 05
How to Create a Workflow
- 1Navigate to Automation > Workflows
- 2Click Create Workflow, enter name and description
- 3Drag nodes: Start, AI Task, Integration, Form, Trigger, Gateway, Wait, End
- 4Connect nodes by dragging between ports
- 5Configure each node (click gear icon)
- 6Click Save, then Execute to test

Guide 06
How to Create a Chatbot
- 1Navigate to AI Assistants > Manage Chatbots
- 2Click Create Chatbot
- 3Configure: name, system prompt, model, node, knowledge base, access level
- 4Save — the chatbot is immediately available in AI Chat
- 5Generate API keys for programmatic access

Ready to Try It Yourself?
Start with the free Community plan. Deploy your first node and chatbot in minutes.
FAQ