
Getting Started Guide
How to Use Flowise
A practical guide to get you up and running with Flowise. Written by Delv Editorial, Delv Team.
Getting started with Flowise
In this guide, you'll learn how to quickly set up Flowise and create your first AI application using its drag-and-drop interface. By the end, you’ll be able to build chatbots and RAG pipelines effortlessly.Step 1: Sign up and set up
- Go to Flowise's website.
- Click on the Get Started button in the top right corner.
- Create an account using your email or sign in with Google.
- After signing up, you will be directed to the Flowise dashboard.
Step 2: Your first chatbot
- In the dashboard, click on the Create New Flow button.
- Choose the Chatbot template from the options provided.
- Drag the Input Node from the left panel to the workspace.
- Connect it to the Output Node by clicking on the small circle on the edge of the Input Node and dragging it to the Output Node.
- Double-click on the Input Node to configure it. Enter a sample user message, like “Hello, how can I help you today?”
- Click Save in the top right corner.
- To test your chatbot, click on the Run button at the top of the workspace.
Step 3: Get better results
- Use the Settings panel on the right to adjust parameters such as response length, temperature, and max tokens for your chatbot to make it more conversational.
- Experiment with different nodes like Decision Nodes and API Nodes to add more functionality to your chatbot.
- Regularly save your flow by clicking on the Save button to avoid losing progress.