Quick Start Guide
Welcome to Fluo! 🚀
This guide will help you get started by creating your first Agent, powered by a Knowledge Base (KB) and a Context Bucket.
By the end of this guide, you'll have an Agent running inside the Editor, ready to answer questions using your own data.
Sign Up & Log In
- Visit the Fluo Platform.
- Sign up with your email and password, or log in if you already have an account.
- Once logged in, create or open a Project.
- Each Project can have its own Agents, Knowledge Bases, and Context Buckets.
Create a Knowledge Base (KB)
A Knowledge Base stores structured information and files your Agent can reference.
- Go to your project's Knowledge section:
https://platform.fluo.one/projects/{project-id}/knowledge
- Click “New Knowledge Base”.
- Give it a name (e.g.,
Company Docs). - Add documents or files (PDFs, text, etc.) that your Agent should learn from.
- Save the KB.
âś… You now have a searchable Knowledge Base that can power your Agent.
Create a Context Bucket
A Context Bucket provides dynamic, situation-specific information to your Agent.
Think of it as short-term memory that can be swapped depending on the conversation.
- Go to your project's Contexts section:
https://platform.fluo.one/projects/{project-id}/contexts
- Click “New Context Bucket”.
- Give it a name (e.g.,
Support Chat Context). - Add snippets of text, rules, or guidelines (e.g., “Be polite and concise”).
- Save the Context.
âś… You now have a Context Bucket that defines tone, rules, or temporary information.
Create Your First Agent
Agents are the brains that combine Knowledge Bases and Context Buckets.
- Go to your project's Agents section:
https://platform.fluo.one/projects/{project-id}/agents
- Click “New Agent”.
- Give your Agent a name (e.g.,
SupportBot). - Open the Agent in the Editor by clicking “Open in Editor”.
- The Editor is a visual canvas for connecting Knowledge, Context, and logic nodes.
Connect Everything in the Editor
- In the Editor, you'll see your new Agent node.
- Add:
- A Knowledge Base Node → Select the KB you created earlier.
- A Context Bucket Node → Select the Context you created earlier.
- Connect the KB and Context nodes to your Agent node.
- Save your Agent configuration.
âś… Your Agent is now wired up with both long-term knowledge and short-term context.
Test Your Agent
- From the Agent page, click “Chat” or “Run Agent”.
- Ask it a question that uses both:
- Information from your Knowledge Base.
- Rules or tone from your Context Bucket.
Example:
- KB contains company policy docs.
- Context says “Answer like a friendly support agent.”
- Ask: “What's the refund policy?”
- Your Agent should answer correctly and in the tone you defined. 🎉
🎯 You're All Set!
You've successfully:
- Signed up for Fluo.
- Created a Knowledge Base.
- Created a Context Bucket.
- Built and wired your first Agent in the Editor.
Next steps:
- Explore Integrations to connect your Agent with external apps.
- Experiment with Facets to add advanced behaviors.
- Scale your setup with multiple Agents for different workflows.